Skip to content

v4.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 20:51
· 39 commits to main since this release
be57cf8

The main change in this release is the drop of support for Go 1.17 and 1.18.

What's Changed

  • Rename master -> main by @flimzy in #1101
  • Add SuitePG constant to kiviktest pkg by @flimzy in #1102
  • Improved error messages in kiviktest for db cleanup, and handle errors.ErrUnsupported in HTTPStatus() by @flimzy in #1103
  • Begin Pg driver by @flimzy in #1104
  • Run tests against Go 1.25 by @flimzy in #1105
  • Build and test against the new release of GopherJS by @flimzy in #1106
  • Add some missing test cleanup by @flimzy in #1110
  • Add (mostly disabled) sqlite test suite by @flimzy in #1111
  • Add tests and linter for Postgres driver to CI configuration by @flimzy in #1112
  • Add support for CreateDB, testcontainers, and pgtestdb by @flimzy in #1113
  • Fix AllDBs functionality and improve db naming convention by @flimzy in #1114
  • Test cleanup fix when AllDBs not implemented by @flimzy in #1116
  • Tidy by @flimzy in #1115
  • Drop support for Go 1.17 and 1.18 by @flimzy in #1107
  • Bump Kivik minor version after dropping Go 1.17 and 1.18 support by @flimzy in #1117

Full Changelog: v4.4.1...v4.5.0