Skip to content

Tags: ejcx/cloudflare-go

Tags

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[bugfix] Fix session_affinity none handling (cloudflare#179)

v0.8.4

Toggle v0.8.4's commit message
Fix Travis CI key.

v0.8.3

Toggle v0.8.3's commit message
[build] Build flarectl binaries via Travis (cloudflare#152)

v0.8.2

Toggle v0.8.2's commit message
[flarectl] Adds User-Agent blocking to flarectl (cloudflare#145)

v0.8.1

Toggle v0.8.1's commit message
[build] Update Go versions in Travis, remove static 1.7.x check

v0.8.0

Toggle v0.8.0's commit message
[feat] Load Balancers, User LB Monitors, User LB Pools (cloudflare#142)

* [feat] Load Balancers, User LB Monitors, User LB Pools
* Fix validation error modifying load balancer with automatic TTL
* Support organization-level Railguns & Load Balancers

Implemented by creating the API object with an 'Organization' option.
The supposition is that API users probably only care about updating
zones within a single scope, so creating separate APIs for both
organization and account is unnecessary.

v0.7.4

Toggle v0.7.4's commit message
OriginCACertificate.RequestValidity should be an int

v0.7.3

Toggle v0.7.3's commit message
Implement ListOrganizations

Signed-off-by: Gábor Lipták <gliptak@gmail.com>

v0.7.2

Toggle v0.7.2's commit message
Merge pull request cloudflare#98 from cloudflare/jamesog/97-updatedns…

…record

Bugfix for UpdateDNSRecord

v0.7.1-beta

Toggle v0.7.1-beta's commit message
Merge pull request cloudflare#84 from benjojo/ServiceFailureError

Handle API backend failures with a better error message (cloudflare#83)