Skip to content

Releases: go-kivik/kivikmock

Update dependencies & Go versions

08 Apr 19:49
090bfe9
Compare
Choose a tag to compare
Merge pull request #81 from go-kivik/goVersV3

Update Go versions

Add support for the Membership function

10 Jul 16:46
d7364b1
Compare
Choose a tag to compare
Merge pull request #77 from go-kivik/membership-v3

Add Membership support

Add deprecation notice

02 May 15:03
daa079b
Compare
Choose a tag to compare

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

02 May 13:57
22d8469
Compare
Choose a tag to compare

Go modules support

16 Feb 13:04
361dd6a
Compare
Choose a tag to compare

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!

09 Feb 14:51
da8491f
Compare
Choose a tag to compare
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

07 Sep 18:36
da8491f
Compare
Choose a tag to compare
Add locking around db name changes to prevent race

v2.0.0-pre2: Merge pull request #62 from go-kivik/helpers

06 Aug 08:45
45d6647
Compare
Choose a tag to compare
Mark testing helper functions as such