Skip to content

v3.4.2 (2024-05-26)

Latest
Compare
Choose a tag to compare
@ptaoussanis ptaoussanis released this 26 May 12:43
· 5 commits to master since this release

v3.4.2 (2024-05-26)

Dep: Nippy is on Clojars.
Versioning: Nippy uses Break Versioning.

⚠️ This release addresses a security vulnerability in Nippy's upstream compression library and is recommended for all existing users.

It should be a straight-forward and non-breaking update for almost everyone:

Updating from Nippy version API changes? Changes to byte output? New types
v3.4.1 (2024-05-02) - - -
v3.4.0 (2024-04-30) - Yes clojure.lang.MapEntry
v3.3.0 (2023-10-11) - - java.lang.ClassCastException, java.sql.Date
v3.2.0 (2022-07-18) - - org.joda.time.DateTime
v3.1.3 (2022-06-23) - - Several java.time.X types

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