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_address
now uses&mut [u8]
instead ofheapless::String
.
embedded-nal-async v0.7.0
embedded-nal-async
- [breaking]
Dns::get_host_by_address
now uses&mut [u8]
instead ofheapless::String
. - [breaking] Remove unneeded
where Self: 'a
bound inTcpClient::connect
. - Bumped to
embedded-nal
0.8
embedded-nal-async release 0.5.0
- Let
&T
forT: Dns
implementDns
- Bumped to
embedded-nal
0.7 - Bumped to
embedded-io-async
0.5
Release 0.7.0
- Add blanket impls of all the traits for mutable references.
- Bump dependency version of
no-std-net
tov0.6
. - Bump MSRV to 1.53.0 due to
no-std-net
's use of or-patterns. - Added support for
core::net
with theip_in_core
feature. - [breaking] New TCP error enumerations added for identifying TCP-related connection errors
- [breaking] Removed the
TcpClientStack::is_connected
API
embedded-nal-async release 0.4.0
Added
- Add traits for UDP
embedded-nal-async release 0.3.0
- Bump
embedded-io
dependency to0.4
- Switch all traits to use
async_fn_in_trait
(AFIT). Requiresnightly-2022-11-22
or newer.
embedded-nal-async release 0.1.0
Initial release to crates.io