All notable changes to this project will be documented in this file.
The format is loosely based on Keep a Changelog, and this project adheres to cargo's version of Semantic Versioning.
- Removed
Switchyard::access_per_thread_data
, which was unsound.
Released 2022-06-14
- Support for multiple pools. Instead, use multiple
Switchyard
s.
Released 2021-04-09
- Updated
arrayvec
to0.7
Released 2021-03-28
- MSRV of 1.51
- Updated
arrayvec
to0.6
- Updated
flume
to0.10
- Updated
slotmap
to1.0
Released 2020-11-21
- Updated
parking_lot
to0.11
- Updated
futures-intrusive
to0.4
Released 2020-10-02
- First release of
switchyard
.