3.3.24
API
- the ‘tags’ information returned by
domain.info()
is now relative to the contact making the call (tags were previously shared by all contacts)
GENERAL
Domain
- .bayern: Gandi now provides a trustee person. As a consequence a customer do not have anymore to live in Deutschland to get a .bayern domain. That also mean that, at the registry (and in the whois), the admin contact is the trustee, not the customer.
- .ca : The change_owner parameter is available for
domain.transferin.proceed()
- .la : The domain name minimum number of characters has been changed from 3 to 2 charaters
Simple Hosting
- Add a new parameter to
paas.type.list()
:
database()
which filter the result
- Add 2 new returned fields to
paas.type.list()
:
language()
: programming language available in the given image
database()
: database engine available in the given image
Backend
- (domain) Added an internal automatic retry for some errors that previously failed (for example: registry is unreachable), this should be transparent for the end user unless the error persists for too long
Hosting
- Add two new parameters to
hosting.vlan.create()
:
subnet
: private network subnet
gateway
: private network gateway, it has to be in the private network subnet.
- Add a new parameter to
hosting.vlan.update()
:
gateway
: private network gateway, it has to be in the private network subnet.
- Add a new parameter to
hosting.iface.create()
when creating a private iface:
ip
: to specify the iface private ip, it has to be in the private network subnet.