Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 2.94 KB

File metadata and controls

74 lines (46 loc) · 2.94 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.10.1 - 2026-07-23

Added

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

0.10.0 - 2026-05-27

Other

  • check android & ios (#922)

0.10.0-rc.2 - 2026-05-15

Other

  • updated the following local packages: compio-io, compio-runtime, compio-macros, compio-net

0.10.0-rc.1 - 2026-04-20

Added

  • (io,tls) [breaking] require Splittable for AsyncStream (#874)
  • (tls) futures compat (#868)
  • (tls,fs) fix tests (#757)
  • (tls) support py-dynamic-openssl (#700)
  • (tls) add LazyConfigAcceptor for rustls (#686)

Changed

  • (ws) [breaking] futures compat (#875)
  • [breaking] buffer pool & managed IO (#820)
  • (io,tls,ws) [breaking] use pin-project-lite (#720)

Fixed

  • (net) handle shutdown errors (#808)
  • (tls) use badssl as test target (#753)
  • unused_features (#739)
  • (tls,io) multiple native-tls issues (#698)
  • (tls) example.com tls misconfigured (#692)
  • (driver) statx on musl (#669)

Other

  • (tls) a local self-signed server (#829)
  • remove "authors" field in metadata (#711)

0.9.0 - 2026-01-28

Added

  • [breaking] fs & net feature (#564)

Changed

  • (buf) rename as_slice to as_init (#594)
  • set_buf_init (#579)
  • (buf) better IoBuf (#555)

Other

  • deploy docs (#641)
  • deny rustdoc::broken_intra_doc_links (#574)
  • fix intra doc links (#554)