This project uses Break Versioning.
Dep: Carmine is on Clojars.
Versioning: Carmine uses Break Versioning.
This is a hotfix release that should be non-breaking.
And as always please report any unexpected problems - thank you! 🙏
- 9dd67207 [fix] [mq] [#305] Typo in final loop error handler
- 81f58d80 [fix] [mq] Monitor
:ndry-runs
arg should be an int - 41e5ed34 [fix] [mq] Properly assume
:success
handler status by default
Dep: Carmine is on Clojars.
Versioning: Carmine uses Break Versioning.
This is a security and maintenance release that should be non-breaking for most users.
And as always please report any unexpected problems - thank you! 🙏
- Updated to latest stable Nippy. This should be a non-breaking change for most users, but please ensure adequate testing in your environment before updating production data.
- 105cecb7 [fix] [mq] [#299] Fix
queue-names
andqueues-clear-all!!!
typos - 95c52aaa [fix] [mq] [#301] Document behaviour on handler errors
- 9c8b9963 [fix] [#307] Fix Pub/Sub channel handlers masking pattern handlers
- Fixed several typos in docs/README (@chage, @J0sueTM, @mohammedamarnah)
- 12c4100d [new] Update Redis command spec (2024-05-27)
- Several wiki and docstring improvements
📦 Available on Clojars, this project uses Break Versioning.
This is a minor hotfix release and should be a safe upgrade for users of v3.3.0
.
- be9d4cd1 [#289] [fix] Typo in previous hotfix
📦 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! 🙏
⚠️ 1804ef97 [mod] [BREAKING] [#278] Carmine message queue API changes (see migration info)
- 2e6722bf [fix] [#281 #279]
parse-uri
: only provide ACL params when non-empty (@frwdrik) - c68c995c [fix] [#283] Support new command.json spec format used for
XTRIM
, etc.
- Several major message queue architectural improvements
- Several major message queue API improvements
- c9c8d810 [new] Update commands to match latest
commands.json
spec - 19d97ebd [new] [#282] Add support for TLS URIs to URI parser
- 5cfdbbbd [new] Add
scan-keys
util - 37f0030a [new] Add
set-min-log-level!
util - GraalVM compatibility is now tested during build
- Uses latest Nippy (v3.3.0)
- Various internal improvements
This is a major feature release which includes possible breaking changes for users of Carmine's message queue.
The main objective is to introduce a rewrite of Carmine's message queue that significantly improves queue performance and observability.
- Please see the 1804ef97 commit message for important details.
- Please test this release carefully before deploying to production, and once deployed monitor for any unexpected behaviour.
My sincere apologies for the possible breaks. My hope is that:
- Few users will actually be affected by these breaks.
- If affected, migration should be simple.
- Ultimately the changes will be positive - and something that all queue users can benefit from.
⚠️ 1804ef97 [mod] [BREAK] [#278] Merge work from message queue v2 branch (see linked commit message for details)
- 2e6722bf [fix] [#281 #279]
parse-uri
: only provide ACL params when non-empty (@frwdrik) - c68c995c [fix] [#283] Support new command.json spec format used for
XTRIM
, etc.
- f79a6404 [new] Update commands to match latest
commands.json
spec - 19d97ebd [new] [#282] Add support for TLS URIs to URI parser
- 5cfdbbbd [new] Add
scan-keys
util - 37f0030a [new] Add
set-min-log-level!
util - GraalVM compatibility is now tested during build
[com.taoensso/carmine "3.2.0"]
This is a major feature + maintenance release. It should be non-breaking.
See here for recommended steps when updating any Clojure/Script dependencies.
- [#279] [#257] Any username in conn-spec URI will now automatically be used for ACL in AUTH
- Fix warning of parse var replacements (
parse-long
,parse-double
)
- [#201] [#224] [#266] Improve
wcar
documentation, alias pool constructor in main ns - [#251] [#257] [#270] Add support for username (ACL) in AUTH (@lsevero @sumeet14)
- Update to latest commands.json (from 2022-09-22)
- [#259] [#261] Ring middleware: add
:extend-on-read?
option (@svdo) - [Message queue] Print extra debug info on invalid handler status
- [#264] Remove unnecessary reflection in Tundra (@frwdrik)
- Stop using deprecated Encore vars
- [#271] Refactor tests, fix flakey results
- Update dependencies
- Work underway on Carmine v4, which'll introduce support for RESP3, Redis Sentinel, Redis Cluster, and more.
[com.taoensso/carmine "3.1.0"]
This is a minor feature release. It should be non-breaking.
- [#244 #245] Message queue: add
initial-backoff-ms
option toenqueue
(@st3fan)
[com.taoensso/carmine "3.0.0"]
This is a major feature + security release. It may be BREAKING.
See here for recommended steps when updating any Clojure/Script dependencies.
- [BREAKING] Bumped minimum Clojure version from
v1.5
tov1.7
. - [BREAKING] Bump Nippy to v3 for an important security fix. See here for details incl. necessary upgrade instructions for folks using Carmine's automatic de/serialization feature.
- Bump Timbre to v5.
- Update to latest Redis commands spec.
- Listeners (incl. Pub/Sub) significantly improved:
- [#15] Allow
conn-alive?
check for listener connections - [#219] Try ping on socket timeouts for increased reliability (@ylgrgyq)
- [#207] Publish connection and handler errors to handlers, enabling convenient reconnect logic (@aravindbaskaran)
- [#207] Support optional ping-ms keep-alive for increased reliability (@aravindbaskaran)
- Added
parse-listener-msg
util for more easily writing handler fns - Allow
with-new-pubsub-listener
to take a single direct handler-fn
- [#15] Allow
See here for earlier releases.