Skip to content

v0.57.0

Compare
Choose a tag to compare
@jacobbednarz jacobbednarz released this 21 Dec 20:19
· 1399 commits to master since this release
75edb98

REAKING CHANGES:

  • workers: API operations now target account level resources instead of older zone level resources (these are a 1:1 now) (#1137)
  • workers: method signatures have been updated to align with the upcoming client conventions (#1137)
  • workers_bindings: method signatures have been updated to align with the upcoming client conventions (#1137)
  • workers_cron_triggers: method signatures have been updated to align with the upcoming client conventions (#1137)
  • workers_kv: method signatures have been updated to align with the upcoming client conventions (#1137)
  • workers_routes: method signatures have been updated to align with the upcoming client conventions (#1137)
  • workers_secrets: method signatures have been updated to align with the upcoming client conventions (#1137)
  • workers_tails: method signatures have been updated to align with the upcoming client conventions (#1137)

NOTES:

  • workers: all worker methods have been split into product ownership(-ish) files (#1137)
  • workers: all worker methods now require an explicit ResourceContainer for endpoints instead of relying on the globally defined api.AccountID (#1137)

ENHANCEMENTS:

  • managed_networks: add CRUD functionality for managednetworks (#1148)

DEPENDENCIES:

  • deps: bumps goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#1146)