Update dependencies.
Fix autoload into the gandi script
- some bug fix
LiveDNS::createOrUpdateRecord
update only if the given record is different from the existing record
- new method
LiveDns::createRecordIfNotExists()
- Fix command OrganizationList to be compatible with Symphony Console
- new method
LiveDns::getRecord()
- The
livedns:record:create
command check now if the record already exists or not
- Fix
LiveDNS::createOrUpdateRecord
- New command
livedns:record:delete
- LiveDns: new methods
createOrUpdateRecord
,updateRecord
,deleteRecord
- API CHANGE:
Status::getCurrentStatus()
returns now an array. The status web API of Gandi has changed. - Requirements: PHP minimum version is now 7.2.5.
- Upgrade Symphony Console to
5.2.*
and GuzzleHttp to7.3.*
- Fix exceptions management
- Fix a parameter issue into
ZoneRecord::createFromApi()
First release.
- commands to list domains, list records of a domain, create a record
- API for LiveDNS: domains list, records list, record creation
- API to list organizations
- API to get status of Gandi API