Releases: vinyldns/vinyldns-java
Releases · vinyldns/vinyldns-java
0.9.2
0.9.1
0.9.0
0.7.3
v0.7.2
This version is being released as of vinyldns v0.8.1-SNAPSHOT
Functions implemented since v0.7.1:
createZone
updateZone
deleteZone
listZoneChanges
syncZone
updateGroup
listAdmins
listMembers
listGroupActivity
Dependency Information
<dependency>
<groupId>io.vinyldns</groupId>
<artifactId>vinyldns-java</artifactId>
<version>0.7.2</version>
</dependency>
v0.7.1
This is the first official release for vinyldns-java
. This project is a client for vinyldns, and requires a vinyldns
API server to communicate with. This client is being released as of vinyldns v0.8.0.
It is important to note that the java client does not support all API endpoints of vinyldns
at this time.
Functions implemented:
listZones
getZone
listRecordSets
createRecordSet
deleteRecordSet
listBatchChanges
getBatchChanges
createBatchChanges
Dependency Information
<dependency>
<groupId>io.vinyldns</groupId>
<artifactId>vinyldns-java</artifactId>
<version>0.7.1</version>
</dependency>