cloudflare-go
cloudflare-go copied to clipboard
The official Go library for the Cloudflare API
Automated Release PR --- ## 2.2.0 (2024-05-06) Full Changelog: [v2.1.0...v2.2.0](https://github.com/cloudflare/cloudflare-go/compare/v2.1.0...v2.2.0) ### Features * **api:** OpenAPI spec update via Stainless API ([#1840](https://github.com/cloudflare/cloudflare-go/issues/1840)) ([5deccdc](https://github.com/cloudflare/cloudflare-go/commit/5deccdca2782dc4e88240221597dd39f8860ab9e)) * **api:** OpenAPI spec update via Stainless API...
### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the library and it is...
When running `flarectl dns create-or-update` the update fails because it uses `name + '.' + zone` instead of just `name` ## Description Change the name which is used to fetch...
## Description ## Has your change been tested? ## Screenshots (if appropriate): ## Types of changes What sort of change does your code introduce/modify? - [ ] Bug fix (non-breaking...
## Description For reference: #1709 Make it possible to remove the `logpull_options` on update. I think this is still an issue with the Cloudflare API: I would expect a `PUT`...
### Current cloudflare-go version v0.61.0 ### Description Started encountering an issue with one of our integrations, where we use the API to update transform rules in Cloudflare. Upon review of...
### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the library and it is...
## Description Added fields to DevicePostureRuleInput to accommodate needed inputs for the new posture type client_certificate_v2 This requires the merge and deployment of documentation changes found here: WDAPI-1954 ## Has...
## Has your change been tested? Waiting for tests in CI ## Types of changes What sort of change does your code introduce/modify? - [ ] Bug fix (non-breaking change...
### Current cloudflare-go version master ### Description _Preface: I am aware that I have submitted what effectively constitutes as a Cloudflare API Feature Request. However, seeing that @jacobbednarz is one...