v3.4.0 (2024-04-30)
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.
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)
- fb6f75e [new] Smarter, faster, protocol-based
freezable?
util - 6ad5aeb [new] Add
:zstd
compressor, new compressor backend - 9db09e1 [new] [#163] Track serialized output in tests (to enable warnings about future binary changes)
- dcc6b08 [new] [#164] Update benchmarks
- f3ff7ae [new] Add native
MapEntry
freezer - 37cf415 [new] [#171] Auto strip metadata protocol extensions (fix support for next.JDBC results)
- Misc internal improvements
Everything since v3.4.0-RC3
(2024-04-10)
- Update dependencies