Skip to content

Releases: Danamir/dyn-gandi

Backward compatibility patch

02 May 06:21
Compare
Choose a tag to compare

This release added a backward compatibility call to the the deprecated API key authentication method on PAT refusal, for any user still relying on this method.

Full Changelog: v1.0.6...v1.0.6a

v1.0.6

22 Apr 00:49
Compare
Choose a tag to compare

Replaced the deprecated API Key by a Personal Access Token (PAT).

The PAT can be generated via https://account.gandi.net/en/users//security or the Gandi Dashboard : Organizations > Manage > Create a token. Since the duration of a PAT is of at most a year, I recommend creating a repeating alarm in a calendar to be sure to renew the it before it is revoked.

More information at :

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

DNS PTR update

04 Apr 06:19
Compare
Choose a tag to compare

Allow the update of PTR record for a domain if a @ entry is found.

  • Added an option update_ptr (default false) in config.ini to enable/disable PTR updates.
  • Added an argument --force to the CLI to force the DNS update even if the IP address is unchanged.

Better second-level domain support

03 Jan 08:38
Compare
Choose a tag to compare

Using the tldextract package to support more second-level domains when detecting subdomain part.

New LiveDNS API URL

22 May 00:20
7859455
Compare
Choose a tag to compare

Updated the LiveDNS API URL and authorization method to reflect the merge to the REST API from gandi.

Cf. the note on the old documentation :

There will be no future developments on this API, as we are merging to our new REST api endpoint, which is documented at https://api.gandi.net/docs/livedns/

.co.uk subdomain handle

23 Aug 19:54
6ce6fc7
Compare
Choose a tag to compare

Added a special case for .co.uk domains before sub-domain handle.

Auto-clean domain

22 May 21:52
Compare
Choose a tag to compare

Automatically remove the subdomain part of the domain configuration if needed, as LiveDNS API does not support a subdomain presence in their requests.

First release

20 Nov 10:03
Compare
Choose a tag to compare

First official release, with a correct installation procedure. The virtual environment one is preferred.