Skip to content

Releases: vinyldns/vinyldns-java

0.9.2

23 May 18:23
ac63108
Compare
Choose a tag to compare

Bug Fixes

  • #71 - rename typ to type in DeleteRecordSetSingleChange and SSHFPRecordData
  • #72 - OwnerGroupId should be optional for record set operations

0.9.1

16 May 18:10
b828d80
Compare
Choose a tag to compare

This version is being release as of VinylDNS v0.9.1

Bug Fixes

  • #68 - fixed an issue in which DeleteRecordSet inputs cannot be added to a Batch Change
  • #67 - fixed an issue in which the toString on an error from the API did not display the message body

0.9.0

13 May 19:28
99ffc00
Compare
Choose a tag to compare

This version is being release as of VinylDNS v0.9.0

Functions implemented since v0.7.3:

  • Support backendId in client

0.7.3

18 Apr 15:19
5f622a1
Compare
Choose a tag to compare

This version is being release as of vinyldns v0.8.1-SNAPSHOT

Functions implemented since v0.7.2:

  • getZoneByName

Dependency Information

<dependency>
  <groupId>io.vinyldns</groupId>
  <artifactId>vinyldns-java</artifactId>
  <version>0.7.3</version>
</dependency>

v0.7.2

16 Apr 15:22
16157d1
Compare
Choose a tag to compare

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

06 Dec 14:55
849a08e
Compare
Choose a tag to compare

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>