Skip to content

Releases: cloudflare/cloudflare-go

v0.10.4: Update documentation for PageRule.Status (#357)

08 Oct 18:01
Compare
Choose a tag to compare
  • add VerificationKey field to Zone (#355)
  • Update documentation for PageRule.Status (#357)

v0.10.3

02 Oct 17:50
Compare
Choose a tag to compare
  • Prevent json encoding invalid modified_on value of ""

v0.10.2

01 Oct 16:16
Compare
Choose a tag to compare
  • Add 'zone delete' command to flarectl (#345)
  • add support for modifying spectrum app traffic type (#350)
  • Fix TZ dependent test case (#349)
  • Add support for IDN zone names in Punycode form (#348)
  • Add single zone setting methods

v0.10.1

22 Aug 17:48
Compare
Choose a tag to compare
  • Add support for Access Organization (#338)
  • Add support for Access Service Tokens (#339)
  • Add support for Access Identity Providers (#340)
  • Support setting fallback origin on a zone (#337)
  • Get and edit WAF rule groups (#329)
  • Adding custom_origin_server to CustomHostname struct (#316)

Breaking change. Deprecate use of `Organization`

13 Aug 17:55
Compare
Choose a tag to compare

Breaking change

Organization field has been renamed to Account and all related method names have also been renamed. #315

Renames are:

  • API.OrganizationID to API.AccountID
  • UsingOrganization to UsingAccount
  • ListOrganizationAccessRules to ListAccountAccessRules
  • CreateOrganizationAccessRule to CreateAccountAccessRule
  • UpdateOrganizationAccessRule to UpdateAccountAccessRule
  • DeleteOrganizationAccessRule to DeleteAccountAccessRule
  • User.Organizations to User.Accounts
  • method CreateZone's parameter org of type Organization to account of type Account

flarectl's flags:

  • org-id is now account-id
  • organization is now account

Other changes:

  • get / edit WAF package (#323)
  • add list waf rule groups (#322)
  • Added zonelockdown feature on flarectl (#332)
  • Add universal ssl verification details. (#330)

v0.9.4: Merge pull request #327 from jterzis/custom_ssl_add_opts

23 Jul 00:02
b59d4f0
Compare
Choose a tag to compare
  • Custom ssl add opts (#327)
  • Actually check if rate limit is hit (#325)

v0.9.3: Add support for the new API Tokens (beta) auth scheme (#326)

15 Jul 17:48
Compare
Choose a tag to compare
  • Add support for the new API Tokens (beta) auth scheme (#326)
  • Change Purge methods to use POST (#318)

v0.9.2: Added Priority field to ZoneLockdown type (#266)

13 Jun 22:57
Compare
Choose a tag to compare
  • URL Encode Key values (#302)
  • Add support for account scopes (#279)
  • Added Priority field to ZoneLockdown type (#266)

Cleanup and minify support

29 Apr 23:55
Compare
Choose a tag to compare
page_rules: Add `minify` support (#297)

Adds the ability to set `minify` for the page rules.

Brings over the partial changes from #276 without the flarectl changes as they are incomplete.

Co-Authored-By: Dmitry Tupitsin <2pitsin@gmail.com>

Changelog bankruptcy

23 Apr 18:08
360b084
Compare
Choose a tag to compare

Unfortunately, we stopped releases for a while, therefore we need to declare Changelog bankruptcy here.

Full commit log is available here: v0.8.5...v0.9.0