Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- %% CHANGELOG_ENTRIES %% -->
## 0.2.0 - 2026-01-29
### Changed
- Default `:family` option from `:inet` to `:any`, sending mDNS queries over both IPv4 and IPv6
- Minimum Elixir version from ~> 1.19 to ~> 1.18
### Added
- `:any` value for the `:family` option, which resolves interfaces and opens sockets for both address families
- IPv6 mDNS demo script (`scripts/demo_ipv6.exs`)
## 0.1.1 - 2026-01-28
- Initial release
- `Madness.request/2` for sending mDNS queries
- Stream and message response modes
- IPv4 and IPv6 multicast support
- Automatic parsing of A, AAAA, PTR, SRV, TXT, CNAME, NS, MX, SOA, NSEC records
- Additional section records included in responses
- NSEC record support for early query termination
- Unicast response flag (QU bit) support
- Multi-interface support with efficient active mode sockets