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.
- Breaking: new trait:
UdpSplitMulticastwhich is now required on the socket provided byUdpBindandUdpConnect - New type -
NoopNetthat implements all traits, but panics on every operation
- Update the
embedded-io-asyncandembassy-timedependencies
- Updated
embassy-timeto v0.4
- Proper TCP socket shutdown with a new
TcpShutdowntrait; Generic TCP timeout utils (#34) - WithTimeout impl for TcpAccept; with_timeout now usable for any fallible future
- Option to erase the generics from the IO errors
- First release (with version 0.3.0 to align with the other
edge-netcrates)