Skip to content

Tags: tc80/cloudflare-go

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
implements a custom marshaler for the ZoneCustomSSLOptions struct (cl…

…oudflare#480)

fixes issue cloudflare#479 with a breaking change

v0.11.7

Toggle v0.11.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
logpull: Add initial support for retention flag (cloudflare#448)

Updates the library to add support for logpull retention flag.

API documentation: https://developers.cloudflare.com/logs/logpull-api/enabling-log-retention/

Paves the way for support in the Terraform provider at
terraform-providers/terraform-provider-cloudflare#665

v0.11.6

Toggle v0.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
access_group: Fix spelling of Okta (cloudflare#440)

This struct was copied directly from the documentation[1] cargo-culting
the spelling mistake.

[1]: https://developers.cloudflare.com/access/setting-up-access/api-examples/#okta-group

v0.11.5

Toggle v0.11.5's commit message
SDK-88: Spectrum - Add address family selection; Add toggle for Argo …

…Smart Routing

v0.11.4

Toggle v0.11.4's commit message
go mod vendor

v0.11.3

Toggle v0.11.3's commit message
Remove "enterprise only" error message from Worker scripts methods. F…

…ixes https://github.com/terraform-providers/terraform-provider-cloudflare/issues/607

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
access_identity_provider: Consolidate configuration fields (cloudflar…

…e#403)

* access_identity_provider: Consolidate configuration fields

While looking integration Access Identity Providers into Terraform, I
found that the configuration fields are super awkward to work with as we
either:

- Disregard Go's type system and make everything an `interface`; or
- Restrict the ability to use configuration options in a single step as
  we don't know what Type the incoming data actually is.

To rectify this, I've consolidated all the fields into a single struct
and move the onus to the end user to correctly define the fields that
are required. A nice side effect of this is that the fields aren't
repeated for each configuration and reduces the toil if/when a field is
updated.

* Add `RedirectURL` to `AccessIdentityProviderConfiguration` struct

v0.11.1

Toggle v0.11.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update golang.org/x/net commit hash to 6afb519 (cloudflare#413)

v0.11.0

Toggle v0.11.0's commit message
update SpectrumApplication to support string value for proxy_protocol (

…cloudflare#395)

* update SpectrumApplication to support string value for proxy_protocol

v0.10.9

Toggle v0.10.9's commit message
waf: read all pages for ListWAFRules, ListWtWAFGroups and ListWAFPack…

…ages (cloudflare#389)