v0.20.0
This release contains a small breaking change in the optional serde feature, hence the minor version bump.
Breaking changes
- Remove
#[serde(untagged)]fromScopedIp. The serialized form ofScopedIpnow includes its enum variant tag (V4/V6), which improves compatibility with binary serde formats (e.g. MessagePack). Only affects users of the optionalserdefeature. (#472, commit5fa4b92)
What's Changed
- Fix ScopedIp serialization with MessagePack by @rabbit-time in #472
- tests: remove explicit random port assignment by @CosminPerRam in #455
- Prepare for a new release 0.20.0 by @keepsimple1 in #473
Full Changelog: v0.19.2...v0.20.0