Skip to content

Releases: jeevatkm/digitalocean-api-java

v2.7 Release

15 Aug 19:15
1099bf2

Choose a tag to compare

Changelog:

  • Add new endpoint support /v2/volumes/* #54, PR #55 (@strokine)
    • Volumes
      Volumes getAvailableVolumes(String regionSlug)
      Volume createVolume(Volume volume)
      Volume getVolumeInfo(String volumeId)
      Volumes getVolumeInfo(String volumeName, String regionSlug)
      Delete deleteVolume(String volumeId)
      Delete deleteVolume(String volumeName, String regionSlug)
      
    • Volumes Actions
      Action attachVolume(Integer dropletId, String volumeId, String regionSlug)
      Action attachVolumeByName(Integer dropletId, String volumeName, String regionSlug)
      Action detachVolume(Integer dropletId, String volumeId, String regionSlug)
      Action detachVolumeByName(Integer dropletId, String volumeName, String regionSlug)
      Action resizeVolume(String volumeId, String regionSlug, Double sizeGigabytes)
      Actions getAvailableVolumeActions(String volumeId)
      Action getVolumeAction(String volumeId, Integer actionId)  
      
  • Gson library updated to v2.7

v2.6 Release

24 Jun 17:55

Choose a tag to compare

Bug fix:

  • Fixed delete droplet error #52

v2.5 Release

21 Jun 20:21

Choose a tag to compare

Change Log:

  • Add new endpoint support /v2/tags/* #48
  • Add new Attribute to the Image #49
  • Fix for incorrect time zone returned from getActionInfo #47

digitalocean-api-client-2.4

04 Jun 18:20

Choose a tag to compare

Enhancements:

  • #46 Added pageNo and perPage parameters support for getDomainRecords method

digitalocean-api-client-2.3

05 Jan 05:25

Choose a tag to compare

New Features

  • #44 Floating IPs API supported
  • #41 Enabling Backups(enableDropletBackups) and Multiple droplets creation (createDroplets)

Enhancements

  • #43 Added per_page parameter to appropriate list methods
  • #42 updateDomainRecord() accepts DomainRecord as a parameter

digitalocean-api-client-2.2

04 Aug 04:35

Choose a tag to compare

  • #35 - Added compatibility for Android
  • #37 - Applied latest API changes from DO, Account object & Snapshot status

digitalocean-api-client-2.1

05 Jul 04:28

Choose a tag to compare

[maven-release-plugin]  copy for tag digitalocean-api-client-2.1

digitalocean-api-client-2.0

03 Apr 16:21

Choose a tag to compare

[maven-release-plugin]  copy for tag digitalocean-api-client-2.0