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.
- Update the
edge-naldependency
- Optional
defmtsupport via two new features (one has to specify one, or the other, or neither, but not both):log- uses thelogcrate for all loggingdefmt- uses thedefmtcrate for all logging, and implementsdefmt::Formatfor all library types that otherwise implementDebugand/orDisplay
- Updated dependencies for compatibility with
embassy-time-driverv0.2
- Reduce logging level (#32)
- Derive for DnsError
- Option to erase the generics from the IO errors
- Migrated to the
edge-naltraits - Updated
domainto 0.10 - Raised MSRV to 1.77