mdns-discovery

mdns (bonjour) pluggable discovery

GPL-3.0 License

Stars
18
Committers
8

Bot releases are visible (Hide)

mdns-discovery - v1.0.9 Latest Release

Published by github-actions[bot] over 1 year ago

Changelog

  • 12a7d10 fix mac binary not placed in a top level directory
  • d0e2d8c Merge pull request #48 from arduino/notarization-entitlement
mdns-discovery - v1.0.9-rc1

Published by github-actions[bot] over 1 year ago

Changelog

d32712a add notarization step and entitlement file
85cc90d Merge pull request #47 from arduino/cgo-disable
ec7d2ce disable CGO as is not needed in this tool
c5538ee Merge pull request #46 from arduino/dependabot/github_actions/actions/setup-go-4
b13ac41 Bump actions/setup-go from 3 to 4

mdns-discovery - v1.0.8

Published by github-actions[bot] over 1 year ago

Changelog

d8a5892 Create archives with upper level directory

mdns-discovery - v1.0.7

Published by github-actions[bot] over 1 year ago

Changelog

81fb943 Fix Identify Prerelease step in the release workflow
8abc847 Update release workflows to add macOS arm64 support

mdns-discovery - v1.0.6

Published by github-actions[bot] about 2 years ago

Changelog

7c37417 Query every available network interface (#32)

mdns-discovery - v1.0.5

Published by github-actions[bot] over 2 years ago

Changelog

Fixed

3559dc6 Discovered entries not supporting Arduino OTA are now filtered

mdns-discovery - v1.0.4

Published by github-actions[bot] over 2 years ago

Changelog

Changed

2b5c0ae Port address label is now formatted in a better way

mdns-discovery - v1.0.3

Published by github-actions[bot] almost 3 years ago

Changelog

Fixed

8fde879 Fix discovery returning errors if not connected to network

Changed

f27a2c6 IPv6 is disabled only if not supported by the network

mdns-discovery - v1.0.2

Published by github-actions[bot] almost 3 years ago

Changelog

Changed

dd6c75a Update arduino/pluggable-discovery-protocol-handler

mdns-discovery - v1.0.1

Published by github-actions[bot] almost 3 years ago

Changelog

Fixed

db45fde Changed mdns library to fix IPv6 issues on OS X

mdns-discovery - v1.0.0

Published by github-actions[bot] almost 3 years ago

Changelog

Changed

94b56ce Refactored mdns-discovery

mdns-discovery - 0.9.2

Published by github-actions[bot] about 3 years ago

Changelog

60b11e9 Merge pull request #8 from arduino/update-lib
6cca542 Update pluggable-discovery-protocol-handler to 1.2.0

mdns-discovery - 0.9.1

Published by github-actions[bot] about 3 years ago

Changelog

99bfe37 Merge pull request #7 from arduino/zip_inside_folder
6606f35 Create dist files with a root folder containing the files
38ef17e Merge pull request #5 from arduino/fix-workflow
46b8c04 Fixed workflow... ooops
13beee4 Merge pull request #3 from arduino/workflows
5eb9401 Updated DistTasks.yml
4f8ff15 Added taskfiles and workflow run
862b164 Added license file
4846218 Changed version package to conform Arduino tooling scripts
a25f9ff Merge pull request #2 from arduino/refactored
b9c51a2 Added godocs
06a21db handle disc.Run exit error
b48cacd Upgraded github.com/arduino/pluggable-discovery-protocol-handler
1872894 Refactored code
1c38363 Merge pull request #1 from per1234/security-disclosure-policy
4f39b84 Add readme with security policy link
4e40c45 Avoid using cgo for darwin build
f9cc2e3 Add very rough build script
61cac06 Fix data reporting for IDE Pluggable discovery
246e9e6 Use github.com/brutella/dnssd
568eb88 Initial POC