Bug fixes
- Fix LazyConvertingMap hashCode instability breaking AndroidX DataStore: the hash code is now computed from the converted map
contents rather than the underlying delegate, ensuring consistent behavior across serialization round-trips. (#492)
Dependency updates
Libraries:
- Kotlin 2.3.10 -> 2.3.20
- kotlinx-io-core 0.6.0 -> 0.9.0
- Wire 5.5.0 -> 6.0.0
- protovalidate 1.1.0 -> 1.1.1
- proto-google-common-protos 2.65.1 -> 2.66.0
- expediter 0.1.0 -> 0.2.0
- buildconfig 5.7.0 -> 6.0.9
- spotless 8.2.1 -> 8.4.0
- ktlint 1.7.1 -> 1.8.0
Build tools:
- Gradle 9.3.1 -> 9.4.1
Full Changelog: 1.0.0-beta.10...1.0.0-beta.11