Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.64 KB

File metadata and controls

70 lines (42 loc) · 2.64 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.4.1 - 2026-07-23

Other

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

0.4.0 - 2026-05-27

Added

  • (log) reduce unused warnings (#924)

Other

  • check android & ios (#922)

0.4.0-rc.2 - 2026-05-15

Fixed

  • (ws) warning if log disabled (#904)

0.4.0-rc.1 - 2026-04-20

Added

  • (io,tls) [breaking] require Splittable for AsyncStream (#874)
  • (ws) futures compat (#713)

Changed

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

Fixed

  • unused_features (#739)
  • (tls) example.com tls misconfigured (#692)
  • (driver) statx on musl (#669)

Other

  • address sanitizer for Linux (#814)
  • (ws) handle messages gracefully (#812)
  • (deps) update tungstenite to 0.29.0 (#786)
  • remove "authors" field in metadata (#711)

0.3.0 - 2026-01-28

Added

  • (net) [breaking] add SocketOpts support for all sockets (#573)
  • [breaking] fs & net feature (#564)

Other

  • deploy docs (#641)
  • deny rustdoc::broken_intra_doc_links (#574)
  • fix broken builds (#562)