Skip to content

Tags: patryk/cloudflare-go

Tags

v0.9.2

Toggle v0.9.2's commit message
missing workflow file

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: publish flarectl using GoReleaser (cloudflare#524)

* feat: publish flarectl using GoReleaser

* tune goreleaser

Co-authored-by: Patryk Szczygłowski <patryk@patryk.net>

v0.9.0

Toggle v0.9.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
argo: Add smart routing and tired caching support (cloudflare#289)

Updates the library to support getting and setting Argo smart routing and tiered caching features.

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