embassy/embassy-net/CHANGELOG.md

948 B

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.

0.2.0 - 2023-10-15

  • 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