Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 16:48
· 2 commits to master since this release
1445a02

Major changes

In order to improve logging when deleting a key, some factory APIs were changed. To preserve binary compatibility, new methods were introduced and the old ones marked as deprecated. The migration should be as straightforward as simply renaming used methods:

  • KeyDatabase#keysOf -> KeyDatabase#toKeysOf
  • Keys#apply -> Keys#of
  • KeysOf#memory -> KeysOf#memory1
  • KeysOf#apply -> KeysOf#of

What's Changed

  • Update testcontainers-scala-cassandra, ... to 0.41.8 by @scala-steward in #667
  • log topic-partition and key in KeyDatabase/Keys logging when deleting a key by @Z1kkurat in #670
  • fix dependency graph GH action by @Z1kkurat in #671

Full Changelog: v5.0.5...v5.1.0