Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

v1.0.0-beta3

Compare
Choose a tag to compare
@beberlei beberlei released this 11 Nov 20:13
· 89 commits to master since this release
  • Feature: Update LuceneQuery to use new path from couchdb-lucene >1.0: /_fti/local/....
  • Feature: Make timeout configurable for both SocketClient and StreamClient, 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 and endkey need encoding.