- FEAT: Prioritizing host addresses over hostname during service broadcast. (ff6b78d3)
Note: This release has breaking changes.
- REFACTOR(linux): Apply modern Dart syntax and naming conventions. (ee5e8b36)
- REFACTOR(linux): Improve service network info handling in discovery. (a1c54437)
- FIX(linux): Handle TXT record entries without values. (9b0ba28f)
- FIX(linux): Fixed log message resolution and discovery logging. (77787e27)
- FEAT: Support multiple host addresses for services. (abb9d22f)
- FEAT: Added
hostname property to BonsoirService. (8e43270b)
- BREAKING FEAT: Added mDNS hostname support check and renamed service host field. (b374678b)
- Update a dependency to the latest release.
- FIX(linux): remove -rc from string avahi versions. (ef5df256)
- REFACTOR: Finished renaming branch
master into main. (5c832e56)
Note: This release has breaking changes.
- REFACTOR: Renamed
ready into initialize() and moved the meta query constant in a separate file. (cc4d0e27)
- FEAT(linux): Implemented
BonsoirDiscoveryServiceUpdatedEvent on Linux. (1371706e)
- BREAKING REFACTOR: Rewrote some parts of the project. (e984f552)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- FEAT: Now generating constants for platform implementations. (3b0834d6)
- FIX(darwin,linux): Fixed
unescapeAscii functions. (314df41e)
Note: This release has breaking changes.
- FIX(linux): Parsing TXT record now closely follow RFC 6763. (f2e7d5b5)
- FIX(linux): Fixed how we handle FQDN and TXT records on Linux. (f1e4fde5)
- BREAKING REFACTOR(linux): Now following Dart's convention regarding the
src folder. (80216578)
- FIX: Fixed all links to the Github repository. (9449e318)
- REFACTOR: Now using
melos to handle the bonsoir packages. (9c10a0c5)
- FIX(linux): Fixed a bug occurring with some services name on Linux. (1464df2c)
- FIX(linux): When resolving a service's TXT record, Bonsoir triggers
discoveryServiceLost BEFORE updating the attributes map. (e480faa1)
- First implementation of Bonsoir for Linux.