Skip to content

v4.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 09:25
0b67452

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