Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.69 KB

File metadata and controls

68 lines (42 loc) · 2.69 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.4 - 2026-07-23

Added

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

0.8.3 - 2026-06-14

Added

  • (buf,io) sync with latest read-buf API (#950)

0.8.2 - 2026-05-27

0.8.2-rc.1 - 2026-04-20

Added

  • (buf) add ensure_init for convenience (#884)
  • (runtime) [breaking] waker-based future combinator (#825)
  • organize features (#822)
  • (buf) add into_parts for BufResult (#712)
  • (buf) add support for memmap2 (#684)

Fixed

  • unused_features (#739)

Other

  • remove cross-rs (#841)
  • remove "authors" field in metadata (#711)

0.8.0 - 2026-01-28

Added

  • (io) [breaking] support generic buffer for Framed (#642)
  • (driver,poll) multi fd (#623)
  • (buf) add reserve{,exact} to IoBufMut (#578)
  • [breaking] fs & net feature (#564)
  • (buf) make BufResult compatible with more Result types (#569)

Changed

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

Fixed

  • (buf,driver) safety around set_len (#585)
  • (buf) BorrowedCursor::advance is unsafe (#558)

Other

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