Releases: cloudflare/cloudflare-go
Releases · cloudflare/cloudflare-go
v0.10.4: Update documentation for PageRule.Status (#357)
v0.10.3
v0.10.2
v0.10.1
Breaking change. Deprecate use of `Organization`
Breaking change
Organization
field has been renamed to Account
and all related method names have also been renamed. #315
Renames are:
API.OrganizationID
toAPI.AccountID
UsingOrganization
toUsingAccount
ListOrganizationAccessRules
toListAccountAccessRules
CreateOrganizationAccessRule
toCreateAccountAccessRule
UpdateOrganizationAccessRule
toUpdateAccountAccessRule
DeleteOrganizationAccessRule
toDeleteAccountAccessRule
User.Organizations
toUser.Accounts
- method
CreateZone
's parameterorg
of typeOrganization
toaccount
of typeAccount
flarectl's flags:
org-id
is nowaccount-id
organization
is nowaccount
Other changes:
v0.9.4: Merge pull request #327 from jterzis/custom_ssl_add_opts
v0.9.3: Add support for the new API Tokens (beta) auth scheme (#326)
v0.9.2: Added Priority field to ZoneLockdown type (#266)
Cleanup and minify support
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
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