2.4 KiB
2.4 KiB
Change Log
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
No unreleased changes yet
0.8.0 - 2024-09-20
- Removed the
ip_in_corefeature, this is now the default.
0.7.1 - 2023-11-28
- Use
feature()on nightly toolchains only. This adds support for 1.75 beta and stable.
0.7.0 - 2023-11-10
- [breaking]
Dns::get_host_by_addressnow uses&mut [u8]instead ofheapless::String. - [breaking] Remove unneeded
where Self: 'abound inTcpClient::connect. - Bumped to
embedded-nal0.8
0.6.0 - 2023-10-03
- Bumped to
embedded-io-async0.6
0.5.0 - 2023-08-07
- Let
&TforT: DnsimplementDns - Bumped to
embedded-nal0.7 - Bumped to
embedded-io-async0.5
0.4.0 - 2023-01-27
- Add traits for UDP
[0.3.0] - 2022-11-25
- Bump
embedded-iodependency to0.4 - Switch all traits to use
async_fn_in_trait(AFIT). Requiresnightly-2022-11-22or newer.
[0.2.0] - 2022-08-03
TcpClient trait for creating shared async TCP/IP stack implementations. Remove TcpClientStack, TcpFullStack and UDP traits pending traits that support shared use.
0.1.0 - 2022-05-04
Initial release to crates.io.