Skip to content

Releases: rust-embedded-community/embedded-nal

embedded-nal v0.9.0

24 Sep 11:36
112d2f5
Compare
Choose a tag to compare

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

24 Sep 11:36
112d2f5
Compare
Choose a tag to compare

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

29 Nov 10:36
5c41b3a
Compare
Choose a tag to compare

[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

10 Nov 15:33
e39a13d
Compare
Choose a tag to compare

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 of heapless::String.

embedded-nal-async v0.7.0

10 Nov 15:34
e39a13d
Compare
Choose a tag to compare

embedded-nal-async

  • [breaking] Dns::get_host_by_address now uses &mut [u8] instead of heapless::String.
  • [breaking] Remove unneeded where Self: 'a bound in TcpClient::connect.
  • Bumped to embedded-nal 0.8

embedded-nal-async release 0.5.0

03 Oct 20:08
d1d5add
Compare
Choose a tag to compare
  • Let &T for T: Dns implement Dns
  • Bumped to embedded-nal 0.7
  • Bumped to embedded-io-async 0.5

Release 0.7.0

22 Jun 07:22
Compare
Choose a tag to compare
  • Add blanket impls of all the traits for mutable references.
  • Bump dependency version of no-std-net to v0.6.
  • Bump MSRV to 1.53.0 due to no-std-net's use of or-patterns.
  • Added support for core::net with the ip_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

30 Jan 10:17
Compare
Choose a tag to compare

Added

  • Add traits for UDP

embedded-nal-async release 0.3.0

29 Nov 08:12
Compare
Choose a tag to compare
  • Bump embedded-io dependency to 0.4
  • Switch all traits to use async_fn_in_trait (AFIT). Requires nightly-2022-11-22 or newer.

embedded-nal-async release 0.1.0

04 May 19:02
Compare
Choose a tag to compare

Initial release to crates.io