|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.0.2](https://github.com/kwokkas/kwokka/compare/kwokka-io-v0.0.1...kwokka-io-v0.0.2) - 2026-07-04 |
| 11 | + |
| 12 | +### Bug fixes |
| 13 | + |
| 14 | +- close the fd of a dropped single-shot accept ([#212](https://github.com/kwokkas/kwokka/pull/212)) |
| 15 | +- fall back to single-shot on a full registry ([#211](https://github.com/kwokkas/kwokka/pull/211)) |
| 16 | +- size the cancel inbox to every droppable op ([#209](https://github.com/kwokkas/kwokka/pull/209)) |
| 17 | +- settle a multishot task's stray in-flight op ([#208](https://github.com/kwokkas/kwokka/pull/208)) |
| 18 | +- stop arena tokens aliasing the cancel marker ([#200](https://github.com/kwokkas/kwokka/pull/200)) |
| 19 | +- [**breaking**] match the -EALREADY cancel state to its ABI ([#199](https://github.com/kwokkas/kwokka/pull/199)) |
| 20 | + |
| 21 | +### Features |
| 22 | + |
| 23 | +- submit send-zc requests through the op path ([#235](https://github.com/kwokkas/kwokka/pull/235)) |
| 24 | +- guard send-zc buffers until the notif lands ([#233](https://github.com/kwokkas/kwokka/pull/233)) |
| 25 | +- receive a stream of provided buffers on tcp ([#231](https://github.com/kwokkas/kwokka/pull/231)) |
| 26 | +- drain multishot recv completions per worker ([#228](https://github.com/kwokkas/kwokka/pull/228)) |
| 27 | +- drive multishot recv through its submit path ([#226](https://github.com/kwokkas/kwokka/pull/226)) |
| 28 | +- lay down the multishot recv completion store ([#224](https://github.com/kwokkas/kwokka/pull/224)) |
| 29 | +- borrow kernel-picked recv buffers zero-copy ([#218](https://github.com/kwokkas/kwokka/pull/218)) |
| 30 | +- [**breaking**] build the provided-buffer recv submit path ([#216](https://github.com/kwokkas/kwokka/pull/216)) |
| 31 | +- stand up the per-worker provided-buffer ring ([#214](https://github.com/kwokkas/kwokka/pull/214)) |
| 32 | +- stream backlog accepts via multishot ([#204](https://github.com/kwokkas/kwokka/pull/204)) |
| 33 | +- hold multishot completions off the task slot ([#202](https://github.com/kwokkas/kwokka/pull/202)) |
| 34 | +- drain pending cancels to free buffered slots ([#196](https://github.com/kwokkas/kwokka/pull/196)) |
| 35 | +- make buffered futures drop-safe via the slab ([#194](https://github.com/kwokkas/kwokka/pull/194)) |
| 36 | +- wire the drop-safe buffer through the worker ([#188](https://github.com/kwokkas/kwokka/pull/188)) |
| 37 | +- hold dropped buffered-op cancels per worker ([#186](https://github.com/kwokkas/kwokka/pull/186)) |
| 38 | +- move io buffers off the future into a slab ([#184](https://github.com/kwokkas/kwokka/pull/184)) |
| 39 | +- expose io_uring kernel ops as cargo features ([#181](https://github.com/kwokkas/kwokka/pull/181)) |
0 commit comments