Skip to content

v3.5.0 (2025-04-15)

Choose a tag to compare

@ptaoussanis ptaoussanis released this 15 Apr 07:00
· 40 commits to master since this release

This is a general maintenance release focused on updating dependencies and laying groundwork (read support) for new array types coming in Nippy v3.6.

It drops support for Clojure v1.9 but should otherwise be a safe update from (at least) all recent versions of Nippy.

Since v3.5.0-RC1 (2024-10-28)

Since v3.4.2 (2024-05-26)

Migration info

Updating from Nippy Changes to API? Changes to byte output? Rolling update sequence [1]
v3.5.0-RC1 (2024-10-28) - - -
v3.4.2 (2024-05-26) - - -
v3.4.1 (2024-05-02) - - -
v3.4.0 (2024-04-30) - Yes -
v3.3.0 (2023-10-11) - - -
v3.2.0 (2022-07-18) - - -
v3.1.3 (2022-06-23) - - -

[1] Relevant only when Nippy introduces support for new types AND you plan to update Nippy with a rolling update (coexisting new and old versions).

If updating from older versions of Nippy, please see the relevant release notes.

As always:

  • See operational considerations for info on: data compatibility, rolling updates, rollback support, etc.
  • It's always a good idea to ensure adequate testing in your environment before updating against production data!
  • Please report any unexpected problems 🙏

- Peter Taoussanis