Releases: cloudflare/cloudflare-go
Releases · cloudflare/cloudflare-go
v0.7-beta
New features:
- Railgun management added in 2c441b7
- Zone Analytics added in 746075f
- Custom SSL certificate management added in 446b47c
Breaking changes:
"XXXResponse" structs are now private as they did not add anything to the public API (their result was returned). There is some further work to close this out being tracked in #78.
- RailgunResponse is now private
- ZoneRailgunResponse is now private
- ZoneCustomSSLResponse is now private
v0.6.1-beta
- Virtual DNS support is now included as of 1cd9ce5
- flarectl also supports alternative authentication methods (i.e. Certificates API key auth)
v0.6-beta
A couple of breaking changes from v0.5 aimed at improving API friendliness and adding features.
v0.5 - "Breaking Things"
v0.5 is a new release as we move towards a more stable API. Important changes:
New
now returns(*API, error)
, checks that the key/email are non-empty, and supports functional options.- You can pass a custom
*http.Client
toNew
. golint
has been appeased.- flarectl dependencies are vendored and have been updated.
Expect more changes soon. Breaking changes will, as much as possible, be indicated with new version numbers following SemVer.