Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: libdns/porkbun

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add zone listing functionality to the provider (#17)

* feat: Add zone listing functionality to the provider

* Update client.go error to use fmt.ErrorF

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: SetRecords needs to support creating too (#16)

* fix: SetRecords needs to support creating too

* chore: ensure the records to create aren't there

* Update error formatting in client.go

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to libdns 1.0 (#14)

* Upgrade to libdns 1.0

Fixes #13

* Properly convert porkbun SRV records to libdns records

* Add tests for porkbun record to libdns record conversion

* Move @ name parsing to function

* Correctly convert libdns record back to porkbun record

* fixup! Move @ name parsing to function

* fixup! Correctly convert libdns record back to porkbun record

* fixup! Add tests for porkbun record to libdns record conversion

* Fetch test record if it already exists

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: support mutating & querying root (@) records (#12)

* chore: fix creates, add integration test for root

* chore: fix updates too

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
libdns/porkbun: Bump libdns version to v0.2.2 (#6)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: rely on record id & lookup queries when missing to more reliab…

…ly update existing records (#3)

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: correctly format record names to ensure matching coordinates (#2)

* fix: correctly format record names to ensure matching coordinates

* chore: go mod tidy

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Niallfitzy1 Niall Fitzpatrick
Initial version