Highlights
- Kotlin 2.4.10: the build toolchain moves from Kotlin 2.4.0 to 2.4.10 (patch-level compiler and standard-library updates); common-utils' own source and published API are unchanged.
- Cleaner test build: the grpc-utils test suite no longer emits the
io.grpc.Attributes.keys()deprecation warning. It is suppressed narrowly with a scoped@Suppress("DEPRECATION")while keeping the assertion, since gRPC offers no public replacement for enumerating attribute keys (keysForTest()is package-private). Test-only — no API or behavior change.
Dependency bumps
kotlin2.4.0 → 2.4.10
Full Changelog: 3.1.0...3.2.0