This repository was archived by the owner on Feb 5, 2024. It is now read-only.
Releases: doctrine/couchdb-client
Releases · doctrine/couchdb-client
v1.0.0-beta4
- Bugfix: Fixed regression in View\Query JSON parameter encoding introduced in v1.0.0-beta3
- Improvement: CouchDBClient::create() now supports extracting
'path'option, nested databases have to be addressed in the stylefoo%2Fbar
v1.0.0-beta3
- Feature: Update LuceneQuery to use new path from couchdb-lucene >1.0:
/_fti/local/.... - Feature: Make timeout configurable for both
SocketClientandStreamClient, defaults to 0.01. - Feature: Add
View\Result#getOffset()function - Feature: Add
'url'key for create factory method that allows to set ssl, user, password, host, port and database. - Bugfix: Don't attempt to create a design document when query returns error and no design doc is present.
- Bugfix: Fix missing urlencode in
CouchDBClient::deleteDocument() - Bugfix: Fix query params wrongly json encoded, when only
key,keys,startkeyandendkeyneed encoding.