All Versions
25
Latest Version
Avg Release Cycle
52 days
Latest Release
1212 days ago

Changelog History
Page 2

  • v3.0.0 Changes

    February 16, 2020

    ๐Ÿ”ง Kivik v3 is functionally identical to v2. The only difference is that it has been configured to support Go modules. As such, Go 1.9 and 1.10 are no longer supported, as they do not support Go modules.

  • v3.0.0-pre1

    February 09, 2020
  • v2.0.1 Changes

    February 14, 2020

    ๐Ÿ“š This release fixes a couple of minor documentation issues, and changes the value of the KivikVersion constant from 2.0.0-prerelease to 2.0.1. No functional changes.

  • v2.0.0

    February 09, 2020
  • v2.0.0-pre3 Changes

    December 16, 2019

    ๐Ÿš€ This pre-release is expected to be the final one before officially tagging v2.0.0. Since v2.0.0-pre2, the main changes are some cleanups of deprecated constants (such as kivik.MethodGet, falling back to the stdlib's http.MethodGet, etc), and some tidying up of error status codes.

  • v2.0.0-pre2

    August 06, 2019
  • v2.0.0-pre1 Changes

    June 06, 2019

    ๐Ÿš€ The API should be substantially stable now. Only some details of error values are expected to change, prior to a final 2.0.0 stable release.

  • v1.8.1 Changes

    September 01, 2018

    ๐Ÿš€ This release brings Kivik and the official drivers (CouchDB and PouchDB) up to date with support for CouchDB 2.2.0, Go 1.11, and PouchDB 7.0.0.

    ๐Ÿ‘€ The only functional change was in the CouchDB test suite, kiviktest, where a file had to be renamed to be seen by the Go 1.11 compiler (new rules meant that files named *_js.go were otherwise ignored).

    ๐Ÿš€ Beyond this, the test suites have all been brought up to date, but no fixes were necessary to maintain support for the latest releases of CouchDB and PouchDB.

    ๐Ÿš€ In conjunction with the release of Kivik 1.8.1, the following packages were updated to support the latest release as well:

    • ๐Ÿš€ Kivik CouchDB driver v1.8.1
    • ๐Ÿš€ Kivik PouchDB driver v1.3.5
    • ๐Ÿš€ Kivik test suite v1.1.2
  • v1.8.0 Changes

    June 28, 2018

    ๐Ÿ›  Expand the DBStats type to include cluster replication settings made available in CouchDB 2.1, and a couple of minor bug fixes.

  • v1.7.3 Changes

    December 15, 2017

    โฌ‡๏ธ Reduce external dependencies by removing integration tests. No functional changes.