Skip to content

Commit

Permalink
generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jan 15, 2025
1 parent ed69723 commit d558bee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## 0.114.0 (Unreleased)

NOTES:

* rulesets: remove `http_request_sbfm` phase ([#3824](/~https://github.com/cloudflare/cloudflare-go/issues/3824))
* workers: The `placement_mode` attribute in script upload responses has been deprecated. The new attribute `placement.mode` should be used instead. ([#3825](/~https://github.com/cloudflare/cloudflare-go/issues/3825))

ENHANCEMENTS:

* access_application: added more fields to private destinations ([#3829](/~https://github.com/cloudflare/cloudflare-go/issues/3829))
* teams_rules: add support for `resolve_dns_internally` settings on dns_resolver rules ([#3779](/~https://github.com/cloudflare/cloudflare-go/issues/3779))
* waiting_room: add waiting room turnstile integration fields ([#3764](/~https://github.com/cloudflare/cloudflare-go/issues/3764))
* workers: Add new `placement` attribute object in script upload responses. It contains the `mode` and `status` attributes. ([#3825](/~https://github.com/cloudflare/cloudflare-go/issues/3825))

DEPENDENCIES:

* deps: bumps golang.org/x/net from 0.33.0 to 0.34.0 ([#3796](/~https://github.com/cloudflare/cloudflare-go/issues/3796))
* deps: bumps golang.org/x/time from 0.8.0 to 0.9.0 ([#3783](/~https://github.com/cloudflare/cloudflare-go/issues/3783))

## 0.113.0 (January 1st, 2025)

ENHANCEMENTS:
Expand Down

0 comments on commit d558bee

Please sign in to comment.