benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 114 forks source link

Add support for startkey_docid and endkey_docid options couchdb 2 #178

Closed serg-i-o closed 1 year ago

serg-i-o commented 6 years ago

Added (not replaced) support for coachdb 2 options 'startkey_docid' and 'endkey_docid'. This request overlap #160 "Fix typo: start_docid -> startkey_docid & end_docid -> endkey_docid".

serg-i-o commented 6 years ago

Fixed erlang-oauth path in the test profile of rebar.config. And also I found, that rebar3 in Travis CI can't build dependencies for the hackney 1.6.4. May be this is due to tags 1.6.4 and 1.6.5 refer to the same commit f69567e. To fix that issue i bump hackney to 1.6.5.