Skip to content

Release v3.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 18:13
f02563b

v3.2.0 changes

  • Release: Bumped crate and lockfile metadata to 3.2.0.

  • CI: Excluded maintainer-only files, tests, and release tooling from generated source archives while retaining the complete example set, and added source-archive contract checks to local, CI, and release gates.

  • Library: Added immutable client-lifetime traffic snapshots through traffic_stats() on direct and queued clients.

  • Library: Made TCP receive-byte accounting independent of CR/LF segmentation by counting the response body and first terminator only; UDP datagram accounting is unchanged.