Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 3.59 KB

File metadata and controls

90 lines (56 loc) · 3.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.8.1 - 2026-07-23

Added

  • (buf) make IoBuf, SetLen, and IoBufMut dyn-compatible (#969)

Fixed

  • semicolon_in_expressions_from_macros (#977)

Other

  • bump cfg_aliases (#980)

0.8.0 - 2026-05-27

Added

  • (log) reduce unused warnings (#924)

0.8.0-rc.2 - 2026-05-15

Other

  • add more targets for docs.rs (#896)

0.8.0-rc.1 - 2026-04-20

Added

  • [breaking] compio-executor (#790)
  • (io) fix ancillary API to avoid UB (#737)
  • export more error types (#782)
  • add support try_recv_datagram (#744)
  • (quic) [breaking] sync with quinn (#689)

Changed

  • (io,quic) move quic Ancillary to io (#734)
  • (io,net) move cmsg to io ancillary (#730)
  • (quic) Endpoint (#663)

Fixed

  • (quic) drop connection explicitly (#827)
  • (quic) test requires synchrony/async-flag (#823)
  • unused_features (#739)
  • (tls) example.com tls misconfigured (#692)

Other

  • (tls) a local self-signed server (#829)
  • (quic) avoid shutting down early (#818)
  • (quic) shutdown endpoints (#813)
  • remove "authors" field in metadata (#711)
  • (deps) update rand requirement from 0.9.0 to 0.10.0 (#671)

0.7.0 - 2026-01-28

Added

  • (driver,quic) use synchrony (#628)
  • (quic) sync recent changes from quinn-udp (#592)
  • [breaking] fs & net feature (#564)

Changed

  • (quic) [breaking] redesign IO APIs (#593)
  • (buf) rename as_slice to as_init (#594)
  • set_buf_init (#579)
  • (buf) better IoBuf (#555)

Fixed

  • (net,quic) init with uninit data for CMsgBuilder (#583)

Other

  • deploy docs (#641)
  • (quic) optimization (#588)
  • deny rustdoc::broken_intra_doc_links (#574)