Skip to content

Releases: hashicorp/go-discover

v1.3.0

Choose a tag to compare

@jrasell jrasell released this 10 Jun 13:20
0918435

Improvements

  • provider: Added new SRV service discovery provider that uses DNS SRV records for service discovery. GH-335

Fixed

  • mdns: Fixed a bug where the mDNS provider could return empty or partial results GH-337

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@ssagarverma ssagarverma released this 24 Mar 06:06
838b57e

Improvements

What's Changed

  • group dependabot prs by @abhijeetviswa in #289
  • [Compliance] - PR Template Changes Required by @compliance-pr-automation-bot[bot] in #290
  • [chore] : Bump the go-security group across 1 directory with 3 updates by @dependabot[bot] in #292
  • [chore] : Bump actions/checkout from 4.2.2 to 5.0.0 in the actions group by @dependabot[bot] in #295
  • fixing ipv6 default by @JMGoldsmith in #296
  • [chore] : Bump actions/setup-go from 5.5.0 to 6.0.0 in the actions group by @dependabot[bot] in #297
  • adding addrType by @JMGoldsmith in #299
  • [chore] : Bump actions/upload-artifact from 4.6.2 to 5.0.0 in the actions group by @dependabot[bot] in #301
  • [chore] : Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the actions group by @dependabot[bot] in #303
  • Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /provider/gce by @dependabot[bot] in #304
  • [ci] : Update Go version from 1.23 to 1.24 in acceptance workflow by @ssagarverma in #306
  • [chore] : Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in the go-security group across 1 directory by @dependabot[bot] in #305
  • Bump github.com/sirupsen/logrus from 1.0.6 to 1.8.3 in /provider/gce by @dependabot[bot] in #310
  • [chore] : Bump github.com/sirupsen/logrus from 1.0.6 to 1.8.3 in the go-security group across 1 directory by @dependabot[bot] in #311
  • [IND-4227] [COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) by @oss-core-libraries-dashboard[bot] in #314
  • [chore] : Bump the actions group across 1 directory with 4 updates by @dependabot[bot] in #313
  • [chore] : Bump actions/setup-go from 6.1.0 to 6.2.0 in the actions group by @dependabot[bot] in #318
  • [chore] : Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group by @dependabot[bot] in #319
  • [chore] : Bump the actions group with 2 updates by @dependabot[bot] in #322
  • chore: Enable CI for pull requests in acceptance and actionlint workflows by @ssagarverma in #320
  • feat(vpc): add support for linode vpc addresses by @0xfourzerofour in #312

New Contributors

  • @compliance-pr-automation-bot[bot] made their first contribution in #290
  • @JMGoldsmith made their first contribution in #296
  • @ssagarverma made their first contribution in #306
  • @oss-core-libraries-dashboard[bot] made their first contribution in #314
  • @0xfourzerofour made their first contribution in #312

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@abhijeetviswa abhijeetviswa released this 12 Jun 18:03

Improvements

AWS provider: enable dual-stack support by default, allowing the use of IPv6 endpoints wherever required. #271

Fixed

Config: String() will always return a parseable config string. #287

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@abhijeetviswa abhijeetviswa released this 22 Apr 10:16
0a93bda

🚀 go-discover v1.0.0 – Official Release 🎉

We’re excited to announce the v1.0.0 release of go-discover! This marks the first feature-complete and stable version of the package.

With this release, we are officially committing to Semantic Versioning (SemVer). This means:

v1.0.0 signals a stable API that you can depend on.

Any future breaking changes will result in a major version bump.

Minor and patch releases will include enhancements and fixes, respectively.

Starting from this release, we’ll also be maintaining detailed changelogs to help you track what’s new, improved, or changed in every update.

Thanks to everyone who contributed, tested, or provided feedback along the way. We’re looking forward to building on this solid foundation together.

v0.0.1

Choose a tag to compare

@srahul3 srahul3 released this 09 May 13:38
e89ebd1

What's Changed

New Contributors

Read more