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