Skip to content

v3.4.0 (2024-04-30)

Compare
Choose a tag to compare
@ptaoussanis ptaoussanis released this 30 Apr 09:59
· 11 commits to master since this release

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

Update: please use v3.4.1 instead.

This is a non-breaking feature and maintenance release and should be a safe update for existing users. But as always, please test carefully and report any unexpected problems, thank you! 🙏

IMPORTANT: data frozen by Nippy version X should always be thawed by version >= X, otherwise you run the risk of the thaw throwing when encountering unfamiliar types. Please note that this can affect rolling updates, and can limit your ability to revert a Nippy update. Please ensure adequate testing in your environment before updating against production data.

- Peter Taoussanis

Changes since v3.3.0 (2023-10-11)

  • 82a050b [mod] Don't attach empty metadata (meta will now be nil rather than {})

Fixes since v3.3.0 (2023-10-11)

  • 92c4a83 [fix] Broken *final-freeze-fallback* default val

New since v3.3.0 (2023-10-11)

Everything since v3.4.0-RC3 (2024-04-10)

  • Update dependencies