Releases: rust-embedded-community/embedded-nal
Releases · rust-embedded-community/embedded-nal
embedded-nal v0.9.0
What's Changed
- Use
feature()on nightly toolchains only. by @Dirbaio in #97 - Release embedded-nal-async v0.7.1. by @Dirbaio in #98
- Change blocking Dns::get_host_by_address back to mutable self by @MathiasKoch in #100
- Use stabilized ip_in_core feature by @newAM in #102
- Release nal 0.9.0, nal-async 0.8.0. by @Dirbaio in #108
Full Changelog: v0.8.0...v0.9.0
embedded-nal-async v0.8.0
What's Changed
- Change blocking Dns::get_host_by_address back to mutable self by @MathiasKoch in #100
- Use stabilized ip_in_core feature by @newAM in #102
- Release nal 0.9.0, nal-async 0.8.0. by @Dirbaio in #108
Full Changelog: embedded-nal-async-v0.7.1...embedded-nal-async-v0.8.0
embedded-nal-async v0.7.1
[0.7.1] - 2023-11-28
- Use
feature()on nightly toolchains only. This adds support for 1.75 beta and stable.
embedded-nal v0.8.0
embedded-nal
- Bump MSRV to 1.60.0 (required for Edition 2021)
- Switch to Edition 2021
- [breaking]
Dns::get_host_by_addressnow uses&mut [u8]instead ofheapless::String.
embedded-nal-async v0.7.0
embedded-nal-async
- [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
embedded-nal-async release 0.5.0
- Let
&TforT: DnsimplementDns - Bumped to
embedded-nal0.7 - Bumped to
embedded-io-async0.5
Release 0.7.0
- Add blanket impls of all the traits for mutable references.
- Bump dependency version of
no-std-nettov0.6. - Bump MSRV to 1.53.0 due to
no-std-net's use of or-patterns. - Added support for
core::netwith theip_in_corefeature. - [breaking] New TCP error enumerations added for identifying TCP-related connection errors
- [breaking] Removed the
TcpClientStack::is_connectedAPI
embedded-nal-async release 0.4.0
Added
- Add traits for UDP
embedded-nal-async release 0.3.0
- Bump
embedded-iodependency to0.4 - Switch all traits to use
async_fn_in_trait(AFIT). Requiresnightly-2022-11-22or newer.
embedded-nal-async release 0.1.0
Initial release to crates.io