Skip to content

Releases: go-kivik/kivik

v4.3.3

05 Dec 16:58
280d91c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.2...v4.3.3

v4.3.2

11 Sep 15:21
72210e5
Compare
Choose a tag to compare

What's Changed

  • x/mango: Fix evaluation of $exists: false always failing by @skaggmannen in #1044
  • x/mango: Split JSON keys more intelligently by @flimzy in #1045
  • x/sqlite: Update core kivik dep, and dedupe SplitKeys function by @flimzy in #1046
  • Release 4.3.2 to fix $exists in x/mango by @flimzy in #1047

New Contributors

Full Changelog: v4.3.1...v4.3.2

v4.3.1

21 Aug 09:25
0b67452
Compare
Choose a tag to compare

What's Changed

  • Filter function support by @flimzy in #1025
  • Refactor emit function to never panic by @flimzy in #1026
  • Move JS functions into a separate package by @flimzy in #1027
  • x/sqlite: Support filter=_view for Changes feed by @flimzy in #1028
  • Add SQLite to integration test suite list by @flimzy in #1029
  • Add a bunch of t.Helper to kt pkg by @flimzy in #1030
  • Fix typos by @deining in #1032
  • x/sqlite: Handle DB not found errors by @flimzy in #1034
  • Fix typos in comments, tests, and docs by @alexandear in #1036
  • x/sqlite: Return errors for unimplemented methods by @flimzy in #1037
  • Remove the outdated build constraint // +build by @alexandear in #1035
  • x/sqlite: Improve DestroyDB to remove all tables by @flimzy in #1038
  • x/sqlite: Only report most recent rev for each doc in changes feed by @flimzy in #1039
  • Move DB cleanup to t.Cleanup by @flimzy in #1040
  • fix(couchdb): use url.PathEscape in DBExists for consistency with other DB* methods by @dominicbarnes in #1041
  • Bump version to 4.3.1 to include bugfix for path escaping with DBExis… by @flimzy in #1042

New Contributors

Full Changelog: v4.3.0...v4.3.1

v4.3.0

18 Jul 15:59
6af22b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.4...v4.3.0

v4.2.4

17 Jul 14:19
979c813
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.3...v4.2.4

v4.2.3

10 May 15:30
472fa53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.2.3

v4.2.2

25 Apr 14:42
6bfd14d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

26 Jan 18:28
4793b89
Compare
Choose a tag to compare

What's Changed

  • Propagate cloudant security doc member on Set by @flimzy in #870
  • Bump patch release version number by @flimzy in #871

Full Changelog: v4.2.0...v4.2.1

v4.2.0

10 Jan 23:49
f70329c
Compare
Choose a tag to compare

What's Changed

  • Add AllDBsStats and DBsStats to server/fsdb by @flimzy in #856
  • Server & fsdb security by @flimzy in #857
  • Add middleware security layer for database access in server by @flimzy in #858
  • More server endpoints by @flimzy in #859
  • Document current DBUpdates behavior by @flimzy in #863
  • Support normal mode & other parameters for DBUpdates by @flimzy in #865
  • Add last_seq support for db updates by @flimzy in #861
  • Update server to support normal & continuous _db_events by @flimzy in #866
  • Tag v4.2.0 by @flimzy in #868

Full Changelog: v4.1.0...v4.2.0

v4.1.0

26 Dec 22:09
e7404ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0