Skip to content

Releases: go-kivik/couchdb

Fix closing of Changes feed

08 Jan 21:06
fe66c81
Compare
Choose a tag to compare

This release fixes a bug that closing the Changes feed could block, potentially indefinitely, if Next() was waiting in a separate goroutine.

Tests are also now run against Go 1.13.

The long-awaited stable release of Kivik 2!

09 Feb 14:50
fe66c81
Compare
Choose a tag to compare
Merge pull request #216 from go-kivik/closeChanges

Fix closing of an iterator while a Next() is in progress

Minor cleanups

16 Dec 10:16
0ec1385
Compare
Choose a tag to compare

This release is expected to be the final release before tagging v2.0.0 as stable. This is release contains mostly internal cleanups, but with one external change: It now includes the Content-Encoding header value for attachments.

v2.0.0-pre3: Merge pull request #197 from jspspike/master

13 Aug 08:45
9f11e29
Compare
Choose a tag to compare
Added  to list of params to be JSON encoded

v2.0.0-pre2: Merge pull request #194 from go-kivik/docfmt

06 Aug 08:44
008a992
Compare
Choose a tag to compare
Fix doc formatting, and add NoMultpartGet details

2.0.0 pre-release

09 Jun 12:24
ab25e6a
Compare
Choose a tag to compare
2.0.0 pre-release Pre-release
Pre-release
Merge pull request #180 from go-kivik/respErr

Improve errors

CouchDB 2.2.0 & Go 1.11 support

02 Sep 09:28
81b6da1
Compare
Choose a tag to compare
Merge pull request #110 from go-kivik/stable1-couch22

Run tests against CouchDB 2.2

Add cluster config support for CouchDB 2.1 compatibility

28 Jun 18:21
63b6ad4
Compare
Choose a tag to compare
Merge pull request #86 from go-kivik/clusterStats1.x

Support reading of cluster stats and full response from DB stats

Test improvements

17 Dec 15:57
766c0e8
Compare
Choose a tag to compare

No functional changes

Update tests to work with Go 1.10

13 Dec 13:33
824b093
Compare
Choose a tag to compare

Test changes only, no functional changes.