embassy/embassy-net/CHANGELOG.md

1.1 KiB

Changelog

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

  • Avoid never resolving TcpIo::read when the output buffer is empty.

0.2.1 - 2023-10-31

  • Re-add impl_trait_projections
  • Fix: Reset DHCP socket when the link up is detected

0.2.0 - 2023-10-18

  • Re-export smoltcp::wire::IpEndpoint
  • Add poll functions on UdpSocket
  • Make dual-stack work in embassy-net
  • Fix multicast support
  • Allow ethernet and 802.15.4 to coexist
  • Add IEEE802.15.4 address to embassy net Stack
  • Use HardwareAddress in Driver
  • Add async versions of smoltcp's send and recv closure based API
  • add error translation to tcp errors
  • Forward TCP/UDP socket capacity impls
  • allow changing IP config at runtime
  • allow non-'static drivers
  • Remove impl_trait_projections
  • update embedded-io, embedded-nal-async
  • add support for dhcp hostname option
  • Wake stack's task after queueing a DNS query

0.1.0 - 2023-06-29

  • First release