All Versions
2
Latest Version
Avg Release Cycle
0 days
Latest Release
1539 days ago
Changelog History
Changelog History
-
v0.1.0 Changes
November 08, 2020🚀 This release fixes all compatibility issues reported in the last 6 years:
- Slashes in document and database IDs are now URL-encoded properly.
- ⚡️ The type of the
Seq
field ofDBUpdatesFeed
andChangesFeed
is nowinterface{}
.
This makes go-couchdb compatible with CouchDB 2.0 and beyond. ChangesFeed
now handles theinclude_docs
option properly and populates theDoc
field.- The Content-Type HTTP header is now set for all requests containing an entity (i.e. POST and PUT requests).
go-couchdb is now a Go module.
-
v0.0.1 Changes
November 08, 2020This just tags the old version of go-couchdb from 2014 so that people can
refer to it, should they still depend on it for whatever reason.