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.
- Crate name changed from
edge-std-nal-async
to justedge-nal-std
- Support for
embedded-nal-async
removed as the traits in that crate are too limited - STD support is now targetting the traits of our own "nal" crate -
edge-nal
- STD support can optionally use the
async-io-mini
crate instead of the defaultasync-io
- Do not compile the
RawSocket
implementation for the ESP IDF, as it is missing thesockaddr_ll
structure inlibc
- Retire
StdTcpSocketRef
in favor of simply using&StdTcpSocket
- ESP-IDF bugfix: The
TcpAccept
implementation was incorrect, because lwIP - unfortunately - does not supportselect
-ing on server-side listening sockets