Skip to content

v1.0.1

Latest

Choose a tag to compare

@pivovarit pivovarit released this 01 Mar 06:12
· 81 commits to main since this release
Immutable release. Only release title and notes can be modified.

Fixes a native HashMap serialization bug, which serialized the internal HashArrayMappedTrie structure including the pre-computed hash values of keys.

For keys like enums that use Object.hashCode() (non-deterministic across JVM restarts), these stored hash values would differ in another process, causing lookups to fail.

giphy-3

Full Changelog: v1.0.0...v1.0.1