All notable changes in python-transip are documented below.
0.6.0 (2021-11-01)
- Python 3.10 support (#49).
0.5.0 (2021-02-10)
- The option to replace all existing nameservers of a single domain at once from the
transip.v6.objects.Domain.nameserversservice. - The option to list all colocations from the
transip.TransIP.colocationsservice (#24). - The option to retrieve a single colocation by name from the
transip.TransIP.colocationsservice (#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)
- This
CHANGELOG.mdfile to be able to list all notable changes for each version of python-transip. - The
transip.TransIP.api_testservice 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.invoicesservice. - The option to save an invoice as PDF file from
transip.v6.objects.Invoiceobject. - The option to list all products available in TransIP from the
transip.TransIP.productsservice. - The option to update a single SSH key from
transip.v6.objects.SshKeyobject. - The option to update the content of a single DNS record from the
transip.v6.objects.Domain.dnsservice, as well as from thetransip.v6.objects.DnsEntryobject. - The option to replace all existing DNS records of a single domain at once from the
transip.v6.objects.Domain.dnsservice.