Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.6 KiB

Change Log

[v1.10.0] - 2019-03-20

[v1.9.0] - 2019-03-18

  • #214 add support for enable_proxy_protocol. - @mregmi

[v1.8.0] - 2019-03-13

[v1.7.5] - 2019-03-04

  • #207 Add support for custom subdomains for Spaces CDN [beta] - @xornivore

[v1.7.4] - 2019-02-08

[v1.7.3] - 2018-12-18

  • #196 Expose tag support for creating Load Balancers.

[v1.7.2] - 2018-12-04

  • #192 Exposes more options for Kubernetes clusters.

[v1.7.1] - 2018-11-27

  • #190 Expose constants for the state of Kubernetes clusters.

[v1.7.0] - 2018-11-13

[v1.6.0] - 2018-10-16

[v1.5.0] - 2018-10-01

[v1.4.2] - 2018-08-30

[v1.4.1] - 2018-08-23

[v1.4.0] - 2018-08-22

[v1.3.0] - 2018-05-24

[v1.2.0] - 2018-05-08

[v1.1.3] - 2018-03-07

  • #156 Handle non-json errors from the API - @aknuds1
  • #158 Update droplet example to use latest instance type - @dan-v

[v1.1.2] - 2018-03-06

  • #157 storage: list volumes should handle only name or only region params - @andrewsykim
  • #154 docs: replace first example with fully-runnable example - @xmudrii
  • #152 Handle flags & tag properties of domain record - @jaymecd

[v1.1.1] - 2017-09-29

  • #151 Following user agent field recommendations - @joonas
  • #148 AsRequest method to create load balancers requests - @lukegb

[v1.1.0] - 2017-06-06

Added

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

Fixed

[v1.0.0] - 2017-03-10

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