Releases: go-kivik/kivikmock
Releases · go-kivik/kivikmock
Update dependencies & Go versions
Add support for the Membership function
Merge pull request #77 from go-kivik/membership-v3 Add Membership support
Add deprecation notice
A few old symbols, which have been labeled as deprecated for at least a year, and thus should have been removed before v3, are now marked as deprecated using the godoc specified format, and are finally removed for v4.
v3.1.0: Merge pull request #73 from go-kivik/release3.1
Prepare to release 3.1
Go modules support
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.
The long-awaited stable release of Kivik 2!
Merge pull request #65 from go-kivik/race Add locking around db name changes to prevent race
v2.0.0-pre3: Merge pull request #65 from go-kivik/race
Add locking around db name changes to prevent race
v2.0.0-pre2: Merge pull request #62 from go-kivik/helpers
Mark testing helper functions as such