Skip to content

Releases: digitalocean/godo

v1.4.0

22 Aug 15:24
04a8dba
Compare
Choose a tag to compare
  • Support for the CDN API

Version 1.3.0

24 May 16:46
Compare
Choose a tag to compare

v1.2.0 release

08 May 21:55
Compare
Choose a tag to compare
  • 166 Remove support for Go 1.6 - @iheanyi
  • 165 Add support for Let's Encrypt Certificates - @viola

Version 1.1.1

29 Sep 14:48
Compare
Choose a tag to compare
  • #151 Following user agent field recommendations - @joonas
  • #148 AsRequest method to create load balancers requests - @lukegb

v1.1.0

06 Jun 14:02
Compare
Choose a tag to compare

Added

#145 Add FirewallsService for managing Firewalls with the DigitalOcean API. - @viola
#139 Add TTL field to the Domains. - @xmudrii

Fixed

#143 Fix oauth2.NoContext depreciation. - @jbowens
#141 Fix DropletActions on tagged resources. - @xmudrii

v1.0.0

10 Mar 20:53
Compare
Choose a tag to compare

Added

#130 Add Convert to ImageActionsService. - @xmudrii
#126 Add CertificatesService for managing certificates with the DigitalOcean API. - @viola
#125 Add LoadBalancersService for managing load balancers with the DigitalOcean API. - @viola
#122 Add GetVolumeByName to StorageService. - @protochron
#113 Add context.Context to all calls. - @aybabtme