v3.3.0 (2023-10-12)
π¦ Available on Clojars, this project uses Break Versioning.
This is a major feature release focused on significantly improving the performance and observability of Carmine's message queue.
There are BREAKING CHANGES for the message queue API, see migration info.
Please test carefully and report any unexpected problems, thank you! π
Changes since v3.2.0
β οΈ 1804ef9 [mod] [BREAKING] [#278] Carmine message queue API changes (see migration info)
Fixes since v3.2.0
- 2e6722b [fix] [#281 #279]
parse-uri
: only provide ACL params when non-empty (@frwdrik) - c68c995 [fix] [#283] Support new command.json spec format used for
XTRIM
, etc.
New since v3.2.0
- Several major message queue architectural improvements
- Several major message queue API improvements
- c9c8d81 [new] Update commands to match latest
commands.json
spec - 19d97eb [new] [#282] Add support for TLS URIs to URI parser
- 5cfdbbb [new] Add
scan-keys
util - 37f0030 [new] Add
set-min-log-level!
util - GraalVM compatibility is now tested during build
Other improvements since v3.3.0
- Uses latest Nippy (v3.3.0)
- Various internal improvements