This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
v1.0.0-beta3
- Feature: Update LuceneQuery to use new path from couchdb-lucene >1.0:
/_fti/local/...
. - Feature: Make timeout configurable for both
SocketClient
andStreamClient
, 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
,startkey
andendkey
need encoding.