v3.7.0-RC1 (2026-06-02)
Pre-release- Dependency: on Clojars
- Versioning: Break Versioning
This promotes v3.7.0-beta1 to release candidate.
Nippy v3.7 is a major performance upgrade that includes a significant refactor of Nippy's internals to switch to a more efficient ByteBuffer implementation that's >20% faster in Nippy's standard benchmarks. Huge thanks to @huahaiy for his excellent work on this release! π
As always, please test carefully before updating against production data, and report any unexpected problems - thank you! π
π Migration info
When doing a rolling update (>1 coexisting version) from Nippy <v3.6, please FIRST update to v3.6 THEN to v3.7. This allows read support for new types to fully roll out BEFORE new types may be written.
π Change in byte output
This release includes a change in Nippy's byte output for uncounted collections (mostly lazy seqs). Almost no one should care about this, but mentioning for the tiny minority of users that depend on Nippy's byte output remaining stable.
Since v3.7.0-beta1 (2026-04-21)
- [fix] New primitive num arrays readable via
thaw-from-in![1806c92]