Skip to content

Releases: roaldnefs/python-transip

0.6.0 (2021-11-01)

01 Nov 12:48
aaff656
Compare
Choose a tag to compare

Added

  • Python 3.10 support (#49).

0.5.0 (2021-02-10)

10 Feb 07:06
6e32129
Compare
Choose a tag to compare

Added

  • The option to replace all existing nameservers of a single domain at once from the transip.v6.objects.Domain.nameservers service.
  • The option to list all colocations from the transip.TransIP.colocations service (#24).
  • The option to retrieve a single colocation by name from the transip.TransIP.colocations service (#24).
  • The option to allow the access token to be used from all IP-addresses instead of only the whitelisted ones (#46).

0.4.0 (2021-01-24)

24 Jan 13:12
ad10139
Compare
Choose a tag to compare

Added

  • This CHANGELOG.md file to be able to list all notable changes for each version of python-transip.
  • The transip.TransIP.api_test service to allow calling the test resource to make sure everything is working.
  • The option to list all invoices attached to your TransIP account from the transip.TransIP.invoices service.
  • The option to save an invoice as PDF file from transip.v6.objects.Invoice object.
  • The option to list all products available in TransIP from the transip.TransIP.products service.
  • The option to update a single SSH key from transip.v6.objects.SshKey object.
  • The option to update the content of a single DNS record from the transip.v6.objects.Domain.dns service, as well as from the transip.v6.objects.DnsEntry object.
  • The option to replace all existing DNS records of a single domain at once from the transip.v6.objects.Domain.dns service.

Version 0.3.0

10 Jan 20:16
116ba6d
Compare
Choose a tag to compare
  • Add private key authentication (#14).
  • Add mixin to allow objects to delete themselves.

Version 0.2.0

05 Jan 19:18
8409252
Compare
Choose a tag to compare
v0.2.0

Merge pull request #26 from roaldnefs/develop

Version 0.1.0

29 Dec 19:51
49f6869
Compare
Choose a tag to compare
Bump version to 0.1.0

Signed-off-by: Roald Nefs <info@roaldnefs.com>

Version 0.0.1

29 Dec 09:19
ac811a8
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

Initial pre-release of python-transip with limited API capabilities.