| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-01 | 499 Bytes | |
| v1.0.1 source code.tar.gz | 2026-03-01 | 635.2 kB | |
| v1.0.1 source code.zip | 2026-03-01 | 933.2 kB | |
| Totals: 3 Items | 1.6 MB | 1 | |
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.
Full Changelog: https://github.com/vavr-io/vavr/compare/v1.0.0...v1.0.1