Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 991 Bytes

File metadata and controls

27 lines (20 loc) · 991 Bytes

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.7.0] - 2026-01-01

  • Update the edge-nal dependency

[0.6.0] - 2025-05-29

  • Optional defmt support via two new features (one has to specify one, or the other, or neither, but not both):
    • log - uses the log crate for all logging
    • defmt - uses the defmt crate for all logging, and implements defmt::Format for all library types that otherwise implement Debug and/or Display

[0.5.0] - 2025-01-15

  • Updated dependencies for compatibility with embassy-time-driver v0.2

[0.4.0] - 2025-01-02

  • Reduce logging level (#32)
  • Derive for DnsError
  • Option to erase the generics from the IO errors

[0.3.0] - 2024-09-10

  • Migrated to the edge-nal traits
  • Updated domain to 0.10
  • Raised MSRV to 1.77