Skip to content

Bump github.com/libdns/libdns from 1.0.0 to 1.1.1#1

Merged
folone merged 1 commit intomainfrom
dependabot/go_modules/github.com/libdns/libdns-1.1.1
Feb 26, 2026
Merged

Bump github.com/libdns/libdns from 1.0.0 to 1.1.1#1
folone merged 1 commit intomainfrom
dependabot/go_modules/github.com/libdns/libdns-1.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps github.com/libdns/libdns from 1.0.0 to 1.1.1.

Release notes

Sourced from github.com/libdns/libdns's releases.

v1.1.1

What's Changed

Full Changelog: libdns/libdns@v1.1.0...v1.1.1

v1.1.0

libdns v1.1.0 loosens the required semantics of some operations; the previous semantics remain valid, and this release adds no new user-facing features, so providers are under no obligation to upgrade.

Previously, providers were required to apply the changes in SetRecords atomically (unless documented otherwise); now, atomic updates are optional (but still recommended). For providers who still wish to adhere to the more stringent requirements, they may signal this by returning libdns.AtomicErr, which will indicate that SetRecords failed and that no changes were applied. Returning any other error value indicates that an indeterminate number of the requested changes (between 0 and n - 1) were applied.

What's Changed

New Contributors

Full Changelog: libdns/libdns@v1.0.0...v1.1.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/libdns/libdns](https://github.com/libdns/libdns) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/libdns/libdns/releases)
- [Commits](libdns/libdns@v1.0.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/libdns/libdns
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 26, 2026
@folone folone merged commit 45c6c8f into main Feb 26, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/libdns/libdns-1.1.1 branch February 26, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant