Releases: brianreumere/gandi-automatic-dns
v2.3.0
v2.2.0
v2.1.2
v2.1.1
v2.1.0
Allow loading PAT or API key from a custom file via the -p
flag.
v2.0.0
This release deprecates the usage of API keys (#35) for the v5/LiveDNS API, to reflect Gandi's own deprecation of API keys and introduction of personal access tokens. This change is not backward compatible with API keys, and API keys can no longer be used with the LiveDNS API. See the updated README for details on creating a personal access token (PAT) for usage with the v5/LiveDNS API.
The default behavior of the script has also been updated to use the LiveDNS API instead of the legacy XML-RPC API. If you still need to use the legacy API, use the new -x
flag (the old -5
flag for LiveDNS is now silently ignored).
LiveDNS API endpoints have been updated to api.gandi.net/livedns/*
(instead of the older dns.api.gandi.net
) to reflect the latest API documentation. The newer API endpoints return slightly different JSON responses, so the script has been updated to support these.
1.4.3
1.4.2
Just fix the version number sent in the User-Agent header. Also made some small README and LICENSE updates.
1.4.1
1.4.0
Allow loading of the Gandi API key from a file, which is a bit more secure than requiring it to be passed on the command-line and/or stored in a user's crontab.