Skip to content

v0.20.0

Choose a tag to compare

@keepsimple1 keepsimple1 released this 25 May 05:24
· 17 commits to main since this release
8521b3f

This release contains a small breaking change in the optional serde feature, hence the minor version bump.

Breaking changes

  • Remove #[serde(untagged)] from ScopedIp. The serialized form of ScopedIp now includes its enum variant tag (V4 / V6), which improves compatibility with binary serde formats (e.g. MessagePack). Only affects users of the optional serde feature. (#472, commit 5fa4b92)

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