Skip to content

Releases: taoensso/carmine

v3.3.2 (2023-10-24)

24 Oct 14:37
Compare
Choose a tag to compare

📦 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.

Fixes since v3.3.1

v3.3.1 (2023-10-24)

24 Oct 13:32
Compare
Choose a tag to compare

📦 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.

Fixes since v3.3.0

  • ab00f2a [#289] [fix] >1 arity parse-map broken since v3.3.0

v3.3.0 (2023-10-12)

12 Oct 15:38
Compare
Choose a tag to compare

📦 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

Fixes since v3.2.0

New since v3.2.0

Other improvements since v3.3.0

  • Uses latest Nippy (v3.3.0)
  • Various internal improvements

3.3.0-RC1 (2023-07-18)

18 Jul 09:39
Compare
Choose a tag to compare
Pre-release

📦 Available on Clojars

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.

If you use Carmine's message queue:

  • Please see the 1804ef9 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.

Changes since 3.2.0

  • ⚠️ 1804ef9 [mod] [BREAK] [#278] Merge work from message queue v2 branch (see linked commit message for details)

Fixes since 3.2.0

New since 3.2.0

  • f79a640 [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

v3.2.0 / 2022 Dec 3

03 Dec 10:38
Compare
Choose a tag to compare
[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.

Changes since v3.1.0

  • [#279] [#257] Any username in conn-spec URI will now automatically be used for ACL in AUTH

Fixes since v3.1.0

  • Fix warning of parse var replacements (parse-long, parse-double)

New since v3.1.0

Other improvements since v3.1.0

  • [#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.

v3.1.0 / 2020 Nov 24

24 Nov 18:32
Compare
Choose a tag to compare
[com.taoensso/carmine "3.1.0"]

This is a minor feature release. It should be non-breaking.

New since v3.0.0

  • [#244 #245] Message queue: add initial-backoff-ms option to enqueue (@st3fan)

v3.0.0 / 2020 Sep 22

22 Sep 07:53
Compare
Choose a tag to compare
[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.

Changes since v2.20.0

  • [BREAKING] Bumped minimum Clojure version from v1.5 to v1.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.

New since v2.20.0

  • 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

v2.21.0-RC1 / 2020 Sep 11

17 Sep 09:41
Compare
Choose a tag to compare
Pre-release
[com.taoensso/carmine "2.21.0-RC1"]

This is a maintenance + security release. It may be BREAKING.
See here for recommended steps when updating any Clojure/Script dependencies.

Changes since v2.20.0

  • [BREAKING] Bumped minimum Clojure version from v1.5 to v1.7.
  • [BREAKING] Bump Nippy to v3, see Nippy CVE-2020-24164 issue #130 for details, incl. upgrade instructions. This will affect you iff you use Carmine's automatic de/serialization feature.

New since v2.20.0

v2.20.0 / 2020 Sep 11

11 Sep 14:26
Compare
Choose a tag to compare
[com.taoensso/carmine "2.20.0"]

Same as v2.20.0-RC1.

See here for recommended steps when updating any Clojure/Script dependencies.

v2.20.0-RC1 / 2019 Dec 21

21 Dec 10:16
Compare
Choose a tag to compare
Pre-release
[com.taoensso/carmine "2.20.0-RC1"]

As v2.20.0-beta2, with:

  • [#83] New: Document workaround, make overrideable, add support util