Skip to content

v3.6.0 (2025-06-17)

Latest
Compare
Choose a tag to compare
@ptaoussanis ptaoussanis released this 17 Jun 15:16
· 1 commit to master since this release

This is a minor feature release that adds freeze support for some new types.

Migration info

πŸ‘‰ If doing a rolling update (>1 coexisting version) from Nippy < v3.5.0, please FIRST update to v3.5.x THEN to v3.6.x. (v3.5 adds thaw support for new types frozen by v3.6).

No changes to API or byte output.

As always:

  • Please ensure adequate testing before updating against production data!
  • Please report any unexpected problems πŸ™
  • See operational considerations for info on data longevity, rolling updates, etc.

Since v3.5.0 (2025-04-15)

  • [new] [#178] Add freeze support for native arrays: strings, longs, ints, doubles, floats