ENHANCEMENTS:
- streams: adds support to initiate tus upload (#1359)
- tunnel: add support for
include_prefix,exclude_prefixin list operations (#1385)
DEPENDENCIES:
- deps: bumps actions/checkout from 3 to 4 (#1387)
- deps: bumps goreleaser/goreleaser-action from 4.4.0 to 4.6.0 (#1388)
BREAKING CHANGES:
- images: Renamed Image struct "Metadata" field to "Meta" (#1379)
ENHANCEMENTS:
- access_application: added custom_non_identity_deny_url (#1373)
- load_balancer_monitor: add support for
consecutive_up,consecutive_down(#1380) - workers: Add support for retrieving and uploading only script content. (#1361)
- workers: Add support for retrieving and uploading only script metadata. (#1361)
- workers: allow namespaced scripts to be used as Worker tail consumers (#1377)
BUG FIXES:
- access_application: Use autopaginate flag as expected (#1372)
- access_ca_certificate: Use autopaginate flag as expected (#1372)
- access_group: Use autopaginate flag as expected (#1372)
- access_mutual_tls_certifcate: Use autopaginate flag as expected (#1372)
- access_policy: Use autopaginate flag as expected (#1372)
- images: Fix issue parsing Image Details from API due to incorrect struct json field (#1379)
- pagination: Will look at
total_countandper_pageto calculatetotal_pagesiftotal_pagesis zero (#1372)
BREAKING CHANGES:
- cloudflare:
Rawmethod now returns a RawResponse rather than the raw JSONResultmessage (#1355) - rulesets: Rename
RulesetPhaseRateLimittoRulesetPhaseHTTPRatelimit, to match the phase name (#1367) - rulesets: Rename
RulesetPhaseSuperBotFightModetoRulesetPhaseHTTPRequestSBFM, to match the phase name (#1367)
NOTES:
- rulesets: Remove non-existent
allowaction (#1367) - rulesets: Remove non-existent
http_request_mainphase (#1367) - rulesets: Remove non-public
http_response_headers_transform_managedandhttp_request_late_transform_managedphases (#1367)
ENHANCEMENTS:
- access_group: add auth_context group ruletype (#1344)
- access_identity_provider: add attr conditional_access_enabled (#1344)
- access_identity_provider: add auth context list/put endpoint (#1344)
- access_service_token: add support for managing
Duration(#1347) - bot_management: add support for bot_management API (#1363)
- cloudflare: swap
encoding/jsonforgithub.com/goccy/go-json(#1360) - device_posture_rule: support eid_last_seen and risk_level and correct total_score for Tanium posture rule (#1366)
- per_hostname_tls_settings: add support for managing hostname level TLS settings (#1356)
- rulesets: Add the
ddos_mitigationaction (#1367) - waiting_room: add support for
queueing_status_code(#1357) - web_analytics: add support for web_analytics API (#1348)
- workers: add support for tagging Worker scripts (#1368)
- zone_hold: add support for zone hold API (#1365)
BUG FIXES:
- cache_purge: don't escape HTML entity values in URLs for cache keys (#1360)
DEPENDENCIES:
- deps: bumps golang.org/x/net from 0.12.0 to 0.13.0 (#1353)
- deps: bumps golang.org/x/net from 0.13.0 to 0.14.0 (#1362)
- deps: bumps goreleaser/goreleaser-action from 4.3.0 to 4.4.0 (#1369)
ENHANCEMENTS:
- access_application: Add support for custom pages (#1343)
- access_custom_page: Add support for custom pages (#1343)
- access_organization: add support for custom pages (#1343)
- rulesets: Remove internal-only schema kind (#1346)
- rulesets: Remove some request parameters that are not allowed or have no effect (#1346)
- rulesets: Update API reference links (#1346)
- teams-accounts: Adds support for protocol detection (#1340)
- workers: Add
pipeline_hashfield to Workers script response struct. (#1330) - workers: Add support for declaring arbitrary bindings with UnsafeBinding. (#1330)
- workers: Add support for uploading scripts to a Workers for Platforms namespace. (#1330)
- workers: Add support for uploading workers with Workers for Platforms namespace bindings. (#1330)
BUG FIXES:
- flarectl: allow for create or update to actually create the record (#1341)
- load_balancing: Fix pool creation with MinimumOrigins set to 0 (#1338)
- workers: Fix namespace dispatch upload API path (#1345)
BREAKING CHANGES:
- pages_deployment: add support for auto pagination (#1264)
- pages_deployment: change DeletePagesDeploymentParams to contain all parameters (#1264)
- pages_project: change to use ResourceContainer for account ID (#1264)
- pages_project: rename PagesProject to GetPagesProject (#1264)
- rulesets:
CreateAccountRulesetis removed in favour ofCreateRuleset(#1333) - rulesets:
CreateZoneRulesetis removed in favour ofCreateRuleset(#1333) - rulesets:
DeleteAccountRulesetis removed in favour ofDeleteRuleset(#1333) - rulesets:
DeleteZoneRulesetis removed in favour ofDeleteRuleset(#1333) - rulesets:
GetAccountRulesetPhaseis removed in favour ofGetEntrypointRuleset(#1333) - rulesets:
GetAccountRulesetis removed in favour ofGetRuleset(#1333) - rulesets:
GetZoneRulesetPhaseis removed in favour ofGetEntrypointRuleset(#1333) - rulesets:
GetZoneRulesetis removed in favour ofGetRuleset(#1333) - rulesets:
UpdateAccountRulesetPhaseis removed in favour ofUpdateEntrypointRuleset(#1333) - rulesets:
UpdateAccountRulesetis removed in favour ofUpdateRuleset(#1333) - rulesets:
UpdateZoneRulesetPhaseis removed in favour ofUpdateEntrypointRuleset(#1333) - rulesets:
UpdateZoneRulesetis removed in favour ofUpdateRuleset(#1333)
ENHANCEMENTS:
- device_posture_rule: support active_threats, network_status, infected, and is_active for sentinelone_s2s posture rule (#1339)
- device_posture_rule: support certificate_id and cn for client_certificate posture rule (#1339)
- images: adds ability to upload image by url (#1335)
- load_balancing: support header session affinity policy (#1302)
- zone: Added
GetRegionalTieredCacheandUpdateRegionalTieredCacheto allow setting Regional Tiered Cache for a zone. (#1336)
DEPENDENCIES:
- deps: bumps golang.org/x/net from 0.11.0 to 0.12.0 (#1328)
BREAKING CHANGES:
- logpush:
CheckAccountLogpushDestinationExistsis removed in favour ofCheckLogpushDestinationExistswithResourceContainermethod parameter (#1326) - logpush:
CheckZoneLogpushDestinationExistsis removed in favour ofCheckLogpushDestinationExistswithResourceContainermethod parameter (#1326) - logpush:
CreateAccountLogpushJobis removed in favour ofCreateLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
CreateZoneLogpushJobis removed in favour ofCreateLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
DeleteAccountLogpushJobis removed in favour ofDeleteLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
DeleteZoneLogpushJobis removed in favour ofDeleteLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
GetAccountLogpushFieldsis removed in favour ofGetLogpushFieldswithResourceContainermethod parameter (#1326) - logpush:
GetAccountLogpushJobis removed in favour ofGetLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
GetAccountLogpushOwnershipChallengeis removed in favour ofGetLogpushOwnershipChallengewithResourceContainermethod parameter (#1326) - logpush:
GetZoneLogpushFieldsis removed in favour ofGetLogpushFieldswithResourceContainermethod parameter (#1326) - logpush:
GetZoneLogpushJobis removed in favour ofGetLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
GetZoneLogpushOwnershipChallengeis removed in favour ofGetLogpushOwnershipChallengewithResourceContainermethod parameter (#1326) - logpush:
ListAccountLogpushJobsForDatasetis removed in favour ofListLogpushJobsForDatasetwithResourceContainermethod parameter (#1326) - logpush:
ListAccountLogpushJobsis removed in favour ofListLogpushJobswithResourceContainermethod parameter (#1326) - logpush:
ListZoneLogpushJobsForDatasetis removed in favour ofListLogpushJobsForDatasetwithResourceContainermethod parameter (#1326) - logpush:
ListZoneLogpushJobsis removed in favour ofListLogpushJobswithResourceContainermethod parameter (#1326) - logpush:
UpdateAccountLogpushJobis removed in favour ofUpdateLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
UpdateZoneLogpushJobis removed in favour ofUpdateLogpushJobwithResourceContainermethod parameter (#1326) - logpush:
ValidateAccountLogpushOwnershipChallengeis removed in favour ofValidateLogpushOwnershipChallengewithResourceContainermethod parameter (#1326) - logpush:
ValidateZoneLogpushOwnershipChallengeis removed in favour ofValidateLogpushOwnershipChallengewithResourceContainermethod parameter (#1326) - logpush: all methods are updated to use the newer client conventions for method signatures (#1326)
ENHANCEMENTS:
- resource_container: expose
Typeon*ResourceContainerto explicitly denote what type of resource it is instead of inferring fromLevel. (#1325)
BREAKING CHANGES:
- access_application: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_ca_certificate: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_group: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_identity_provider: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_mutual_tls_certificates: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_organization: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_policy: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_service_tokens: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - access_user_token: refactor methods to use
ResourceContainerinstead of dedicated account/zone methods (#1319) - images: renamed
BaseImagetoGetBaseImageto match library conventions (#1322) - images: renamed
ImageDetailstoGetImageto match library conventions (#1322) - images: renamed
ImagesStatstoGetImagesStatsto match library conventions (#1322) - images: updated method signatures of
DeleteImageto match newer conventions and standards (#1322) - images: updated method signatures of
ListImagesto match newer conventions and standards (#1322) - images: updated method signatures of
UpdateImageto match newer conventions and standards (#1322) - images: updated method signatures of
UploadImageto match newer conventions and standards (#1322)
ENHANCEMENTS:
- access_application: add support for auto pagination (#1319)
- access_ca_certificate: add support for auto pagination (#1319)
- access_group: add support for auto pagination (#1319)
- access_identity_provider: add support for auto pagination (#1319)
- access_mutual_tls_certificates: add support for auto pagination (#1319)
- access_policy: add support for auto pagination (#1319)
- device_posture_rule: support os_version_extra (#1316)
- images: adds support for v2 when uploading images directly (#1322)
- workers: Add ability to specify tail Workers in script metadata (#1317)
DEPENDENCIES:
- deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 (#1320)
BREAKING CHANGES:
- cloudflare: remove
UsingAccountin favour of resource specific attributes (#1315) - cloudflare: remove
api.AccountIDfrom client struct (#1315) - dns_firewall: modernise method signatures and conventions to align with the experimental client (#1313)
- railgun: remove support for railgun (#1312)
- tunnel: swap
ConnectTimeout,TLSTimeout,TCPKeepAliveandKeepAliveTimeouttoTunnelDurationinstead oftime.Duration(#1303) - virtualdns: remove support in favour of newer DNS firewall methods (#1313)
ENHANCEMENTS:
- custom_nameservers: add support for managing custom nameservers (#1304)
- load_balancing: extend documentation for least_outstanding_requests steering policy (#1293)
- waiting_room: add support for
additional_routesandcookie_suffix(#1311)
DEPENDENCIES:
- deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.3 to 0.7.4 (#1301)
- deps: bumps github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 (#1305)
- deps: bumps github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 (#1314)
- deps: bumps golang.org/x/net from 0.10.0 to 0.11.0 (#1307)
- deps: bumps goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#1306)
BREAKING CHANGES:
- stream: StreamVideo.Duration has changed from int to float64. (#1190)
ENHANCEMENTS:
- access: Added
self_hosted_domainssupport to access applications (#1281) - custom_hostname: add support for
bundle_methodTLS configuration (#1298) - devices_policy: Add missing description field to policy (#1294)
- stream: added metadata support (#1088)
BUG FIXES:
- email_routing_destination: return encountered error, not
ErrMissingAccountIDall the time (#1297) - stream: Fix a bug that cannot unmarshal video duration number. (#1190)
DEPENDENCIES:
- deps: bumps dependabot/fetch-metadata from 1.5.0 to 1.5.1 (#1292)
- deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.3 (#1300)
- deps: bumps github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1296)
- deps: bumps github.com/urfave/cli/v2 from 2.25.3 to 2.25.5 (#1295)
BREAKING CHANGES:
- r2_bucket: change creation time from string to *time.Time (#1265)
ENHANCEMENTS:
- adds OriginRequest field to UnvalidatedIngressRule struct. (#1138)
- lists: add support for hostname and ASN lists. (#1288)
- pages: add support for Smart Placement. Added
PlacementinPagesProjectDeploymentConfigEnvironment. (#1279) - r2_bucket: add support for getting a bucket (#1265)
- tunnels: add support for
accessandhttp2Originkeys (#1291) - workers: add support for Smart Placement. Added
PlacementinCreateWorkerParams. (#1279) - zone: Added
GetCacheReserveandUpdateacheReserveto allow setting Cache Reserve for a zone. (#1278)
BUG FIXES:
- dns: fix MX record priority not set by UpdateDNSRecord (#1290)
- flarectl/dns: ensure MX priority value is dereferenced (#1289)
- turnstile: remove
SiteKeybeing sent in rotate secret's request body (#1285) - turnstile: remove
SiteKey/Secretbeing sent in update request body (#1284)
DEPENDENCIES:
- deps: bumps dependabot/fetch-metadata from 1.4.0 to 1.5.0 (#1287)
- deps: bumps github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1286)
NOTES:
- dns_firewall: The
OriginIPsfield has been renamed toUpstreamIPs. (#1246)
ENHANCEMENTS:
- device_posture_rule: add input fields tanium, intune and kolide (#1268)
- waiting_room: add support for zone-level settings (#1276)
BUG FIXES:
- rulesets: allow
PreserveQueryStringto be nullable (#1275)
DEPENDENCIES:
- deps: bumps github.com/urfave/cli/v2 from 2.25.1 to 2.25.3 (#1274)
- deps: bumps golang.org/x/net from 0.9.0 to 0.10.0 (#1280)
ENHANCEMENTS:
- access_application: Add
path_cookie_attributeapp setting (#1223) - certificate_packs: add
Statusfield to indicate the status of certificate pack (#1271) - data localization: add support for regional hostnames API (#1270)
- dns: add support for importing and exporting DNS records using BIND file configurations (#1266)
- logpush: add support for max upload parameters (#1272)
- turnstile: add support for turnstile (#1267)
DEPENDENCIES:
- deps: bumps dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#1269)
ENHANCEMENTS:
- access: Add
auto_redirect_to_identityflag to Access organizations (#1260) - access: Add
isolation_requiredflag to Access policies (#1258) - rulesets: add support for add operation to HTTP header configuration (#1253)
- rulesets: add support for the
compress_responseaction (#1261) - rulesets: add support for the
http_response_compressionphase (#1261)
DEPENDENCIES:
- deps: bumps golang.org/x/net from 0.8.0 to 0.9.0 (#1263)
BREAKING CHANGES:
- dns: Changed Create/UpdateDNSRecord method signatures to return (DNSRecord, error) (#1243)
- zone:
UpdateZoneSingleSettinghas been renamed toUpdateZoneSettingand updated method signature inline with our expected conventions (#1251) - zone:
ZoneSingleSettinghas been renamed toGetZoneSettingand updated method signature inline with our expected conventions (#1251)
ENHANCEMENTS:
- access_identity_provider: add
claimsandscopesfields (#1237) - access_identity_provider: add scim_config field (#1178)
- devices_policy: update
Modefield to use newServiceModestring type with explicit const service mode values (#1249) - ssl: make
GeoRestrictionsa pointer inside of ZoneCustomSSL (#1244) - zone:
GetZoneSettingandUpdateZoneSettingnow allow configuring the path for where a setting resides instead of assumingsettings(#1251)
BUG FIXES:
- teams_rules:
AllowChildBypasschanges from aboolto*bool(#1242) - teams_rules:
BypassParentRulechanges from aboolto*bool(#1242) - tunnel: Fix 'CreateTunnel' for tunnels using config_src (#1238)
DEPENDENCIES:
- deps: bumps actions/setup-go from 3 to 4 (#1236)
- deps: bumps github.com/urfave/cli/v2 from 2.25.0 to 2.25.1 (#1250)
BREAKING CHANGES:
ENHANCEMENTS:
- access_organization: add ui_read_only_toggle_reason field (#1181)
- added audit_ssh to gateway actions, updated gateway rule settings (#1226)
- addressing: Add
Address Mapsupport (#1232) - teams_account: add support for
check_disks(#1197) - tunnel: updated parameters to latest API docs (#1227)
DEPENDENCIES:
- deps: bumps github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 (#1229)
- deps: bumps golang.org/x/net from 0.7.0 to 0.8.0 (#1228)
ENHANCEMENTS:
- dex_test: add CRUD functionality for DEX test configurations (#1209)
- dlp: Adds support for partial payload logging (#1212)
- teams_accounts: Add new root_certificate_installation_enabled field (#1208)
- teams_rules: Add
untrusted_certrule setting (#1214) - tunnels: automatically paginate
ListTunnels(#1206)
BUG FIXES:
- dex_test: use dex test types and json struct mappings instead of managed networks (#1213)
- dns: dont reuse DNSListResponse when using pagination to avoid Proxied pointer overwrite (#1222)
DEPENDENCIES:
- deps: bumps github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1220)
- deps: bumps github.com/urfave/cli/v2 from 2.24.3 to 2.24.4 (#1210)
- deps: bumps golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (#1218)
- deps: bumps golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (#1219)
- deps: bumps golang.org/x/text from 0.3.7 to 0.3.8 (#1215)
- deps: bumps golang.org/x/text from 0.3.7 to 0.3.8 (#1216)
- deps: bumps golang.org/x/time from 0.0.0-20220224211638-0e9765cccd65 to 0.3.0 (#1217)
ENHANCEMENTS:
- cloudflare: make it clearer when we hit a server error and to retry later (#1207)
- devices_policy: Add new exclude_office_ips field to policy (#1205)
- dlp_profile: Use int rather than uint for allowed_match_count field (#1200)
BUG FIXES:
- dns: always send
tagsto allow clearing (#1196) - stream: renamed
RequiredSignedURLstoRequireSignedURLs(#1202)
DEPENDENCIES:
- deps: bumps github.com/urfave/cli/v2 from 2.24.2 to 2.24.3 (#1199)
BREAKING CHANGES:
- queues: UpdateQueue has been updated to match the API and now correctly updates a Queue's name (#1188)
ENHANCEMENTS:
- dlp_profile: Add new allowed_match_count field to profiles (#1193)
- dns: allow sending empty strings to remove comments (#1195)
- magic_transit_ipsec_tunnel: makes customer endpoint an optional field for ipsec tunnel creation (#1185)
- rulesets: add support for
score_per_periodandscore_response_header_name(#1183)
DEPENDENCIES:
- deps: bumps dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#1184)
- deps: bumps github.com/urfave/cli/v2 from 2.23.7 to 2.24.1 (#1180)
- deps: bumps github.com/urfave/cli/v2 from 2.24.1 to 2.24.2 (#1191)
- deps: bumps goreleaser/goreleaser-action from 4.1.0 to 4.2.0 (#1192)
BREAKING CHANGES:
- dns: remove these read-only fields from
UpdateDNSRecordParams:CreatedOn,ModifiedOn,Meta,ZoneID,ZoneName,Proxiable, andLocked(#1170) - dns: the fields
CreatedOnandModifiedOnare removed fromListDNSRecordsParams(#1173)
NOTES:
- dns: remove additional lookup from
Updateoperations whenNameorTypewas omitted (#1170)
ENHANCEMENTS:
- access_organization: add user_seat_expiration_inactive_time field (#1159)
- dns:
GetDNSRecord,UpdateDNSRecordandDeleteDNSRecordnow return the new, dedicated errorErrMissingDNSRecordIDwhen an empty DNS record ID is given. (#1174) - dns: the URL parameter
tag-matchfor listing DNS records is now supported as the fieldTagMatchinListDNSRecordsParams(#1173) - dns: update default
per_pageattribute to 100 records (#1171) - teams_rules: adds support for Egress Policies (#1142)
- workers: Add support for compatibility_date and compatibility_flags when upoading a worker script (#1177)
- workers: script upload now supports Queues bindings (#1176)
BUG FIXES:
- dns: don't send "priority" for list operations as it isn't supported and is only used for internal filtering (#1167)
- dns: the field
TagsinListDNSRecordsParamswas not correctly serialized into URL queries (#1173) - managednetworks: Update should be PUT (#1172)
ENHANCEMENTS:
- cloudflare: automatically redact sensitive values from HTTP interactions (#1164)
BREAKING CHANGES:
- dns:
DNSRecordhas been renamed toGetDNSRecord(#1151) - dns:
DNSRecordshas been renamed toListDNSRecords(#1151) - dns: method signatures have been updated to align with the upcoming client conventions (#1151)
- origin_ca: renamed to
CreateOriginCertificatetoCreateOriginCACertificate(#1161) - origin_ca: renamed to
OriginCARootCertificatetoGetOriginCARootCertificate(#1161) - origin_ca: renamed to
OriginCertificatetoGetOriginCACertificate(#1161) - origin_ca: renamed to
OriginCertificatestoListOriginCACertificates(#1161) - origin_ca: renamed to
RevokeOriginCertificatetoRevokeOriginCACertificate(#1161)
ENHANCEMENTS:
- dns: add support for tags and comments (#1151)
- mtls_certificate: add support for managing mTLS certificates and assocations (#1150)
- origin_ca: add support for using API keys, API tokens or API User service keys for interacting with Origin CA endpoints (#1161)
- workers: Add support for workers logpush enablement on script upload (#1160)
BUG FIXES:
- email_routing_destination: use empty reponse struct on each page call (#1156)
- email_routing_rules: use empty reponse struct on each page call (#1156)
- filter: use empty reponse struct on each page call (#1156)
- firewall_rules: use empty reponse struct on each page call (#1156)
- lockdown: use empty reponse struct on each page call (#1156)
- queue: use empty reponse struct on each page call (#1156)
- teams_list: use empty reponse struct on each page call (#1156)
- workers_kv: use empty reponse struct on each page call (#1156)
DEPENDENCIES:
- deps: bumps github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.2 (#1162)
ENHANCEMENTS:
- tiered_cache: Add support for Tiered Caching interactions for setting Smart and Generic topologies (#1149)
BUG FIXES:
- workers: correctly set
bodyvalue for non-ES module uploads (#1155)
BREAKING 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
ResourceContainerfor endpoints instead of relying on the globally definedapi.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)
BREAKING CHANGES:
- pages: Changed the type of EnvVars in PagesProjectDeploymentConfigEnvironment & PagesProjectDeployment in order to properly support secrets. (#1136)
NOTES:
- pages: removed the v1 logs endpoint for Pages deployments. Please switch to v2: https://developers.cloudflare.com/api/operations/pages-deployment-get-deployment-logs (#1135)
ENHANCEMENTS:
- cache_rules: add ignore option to query string struct (#1140)
- pages: Updates bindings and other Functions related propreties. Service bindings, secrets, fail open/close and usage model are all now supported. (#1136)
- workers: Support for Workers Analytics Engine bindings (#1133)
DEPENDENCIES:
- deps: bumps github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 (#1139)
BREAKING CHANGES:
- workers_kv:
CreateWorkersKVNamespacehas been updated to match the experimental client method signatures (https://github.com/cloudflare/cloudflare-go/blob/master/docs/experimental.md). (#1115) - workers_kv:
DeleteWorkersKVBulkhas been renamed toDeleteWorkersKVEntries. (#1115) - workers_kv:
DeleteWorkersKVNamespacehas been updated to match the experimental client method signatures (https://github.com/cloudflare/cloudflare-go/blob/master/docs/experimental.md). (#1115) - workers_kv:
DeleteWorkersKVhas been renamed toDeleteWorkersKVEntry. (#1115) - workers_kv:
ListWorkersKVNamespaceshas been updated to match the experimental client method signatures (https://github.com/cloudflare/cloudflare-go/blob/master/docs/experimental.md). (#1115) - workers_kv:
ListWorkersKVsWithOptionshas been removed. UseListWorkersKVKeysinstead and pass in the options. (#1115) - workers_kv:
ListWorkersKVshas been renamed toListWorkersKVKeys. (#1115) - workers_kv:
ReadWorkersKVhas been renamed toGetWorkersKV. (#1115) - workers_kv:
UpdateWorkersKVNamespacehas been updated to match the experimental client method signatures (https://github.com/cloudflare/cloudflare-go/blob/master/docs/experimental.md). (#1115) - workers_kv:
WriteWorkersKVBulkhas been renamed toWriteWorkersKVEntries. (#1115) - workers_kv:
WriteWorkersKVhas been renamed toWriteWorkersKVEntry. (#1115)
ENHANCEMENTS:
- device_posture_rule: add input fields crowdstrike (#1126)
- queue: add support queue API (#1131)
- r2: Add support for listing R2 buckets (#1063)
- workers_domain: add support for workers domain API (#1130)
- workers_kv:
ListWorkersKVNamespacesautomatically paginates all results unlessPerPageis defined. (#1115)
DEPENDENCIES:
- deps: bumps github.com/urfave/cli/v2 from 2.23.4 to 2.23.5 (#1127)
ENHANCEMENTS:
- access: add support for service token rotation (#1120)
- deps: fix import grouping, code formatting and enable goimports linter (#1121)
DEPENDENCIES:
- deps: bumps dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#1123)
- deps: bumps github.com/urfave/cli/v2 from 2.20.3 to 2.23.0 (#1122)
- deps: bumps github.com/urfave/cli/v2 from 2.23.0 to 2.23.2 (#1124)
- deps: bumps github.com/urfave/cli/v2 from 2.23.2 to 2.23.4 (#1125)
BREAKING CHANGES:
- account_member:
CreateAccountMemberhas been updated to accept aCreateAccountMemberParamsstruct instead of multiple parameters (#1095) - teams_list: updated methods to match the experimental client format (#1114)
ENHANCEMENTS:
- account_member: add support for domain scoped roles (#1095)
- cloudflare: expose
Messagesfrom theResponseobject (#1106) - dlp: Adds support for DLP resources (#1111)
- teams_list:
Listoperations now automatically paginate (#1114) - total_tls: adds support for TotalTLS (#1105)
- waiting_room: add support for waiting room rules (#1102)
DEPENDENCIES:
- deps:
ioutilpackage is being deprecated in favor ofio(#1116) - deps: bumps github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1119)
- deps: bumps github.com/urfave/cli/v2 from 2.19.2 to 2.20.2 (#1108)
- deps: bumps github.com/urfave/cli/v2 from 2.20.2 to 2.20.3 (#1118)
- deps: bumps goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (#1112)
- deps: remove
github.com/pkg/errorsin favor oferrors(#1117)
ENHANCEMENTS:
- access: add UI read-only field to organizations (#1104)
- devices_policy: Add support for additional device settings policies (#1090)
- rulesets: add support for
sensitivity_levelto override all rule sensitivity (#1093)
DEPENDENCIES:
- deps: bumps dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#1097)
- deps: bumps github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 (#1094)
- deps: bumps github.com/urfave/cli/v2 from 2.17.1 to 2.19.2 (#1103)
BREAKING CHANGES:
- load_balancing: update method signatures to match experimental conventions (#1084)
ENHANCEMENTS:
- device_posture_rule: add input fields for linux OS (#1087)
- load_balancing: support adaptive_routing and location_strategy (#1091)
BUG FIXES:
- user-agent-blocking-rules: add missing managed_challenge validation and removed the deprecated whitelist one (#1089)
ENHANCEMENTS:
- auditlogs: add support for hide_user_logs filter parameter (#1075)
BUG FIXES:
- cloudflare: exiting closer to the source on context timeouts to improve error messaging and better defend from potential edge cases (#1080)
- origin certificate: Fix API auth type used (#1082)
DEPENDENCIES:
- deps: bumps github.com/urfave/cli/v2 from 2.11.2 to 2.14.0 (#1077)
- deps: bumps github.com/urfave/cli/v2 from 2.14.0 to 2.14.1 (#1081)
- deps: bumps github.com/urfave/cli/v2 from 2.14.1 to 2.15.0 (#1085)
- deps: bumps github.com/urfave/cli/v2 from 2.15.0 to 2.16.3 (#1086)
ENHANCEMENTS:
- access_service_token: add support for refreshing an existing token in place (#1074)
- api: addded context and headers to Raw method (#1068)
- api_shield: add GET/PUT for API Shield Configuration (#1059)
- pages_project: Add
kv_namespaces,durable_object_namespaces,r2_buckets, andd1_databasesbindings to deployment config (#1065) - pages_project: Add
preview_deployment_setting,preview_branch_includes, andpreview_branch_excludesto source config (#1065) - pages_project: Add
production_branchfield (#1065) - teams_account: add support for
os_distro_nameandos_distro_revision(#1073) - url_normalization_settings: Add APIs to get and update URL normalization settings (#1071)
- workers: Support for multipart encoding for DownloadWorker on a module-format Worker script (#1040)
BUG FIXES:
- cloudflare: fix nil dereference error in makeRequestWithAuthTypeAndHeaders (#1072)
- email_routing_rules: Fix response for email routing catch all rule. (#1070)
- email_routing_settings: change enable endpoint from
enabledtoenable(#1060) - stream: Update pctComplete to string from int (#1066)
DEPENDENCIES:
- deps: bumps goreleaser/goreleaser-action from 3.0.0 to 3.1.0 (#1067)
ENHANCEMENTS:
- errors: add some error type convenience functions for mocking and inspection (#1047)
- pages_project: Add compatibility date and compatibility_flags to pages deployment configs (#1051)
- teams_account: add support for
suppress_footer(#1053)
BUG FIXES:
- r2: fix create bucket endpoint (#1035)
- tunnel_configuration: Remove unnecessary double-unmarshalling due to changes in the API (#1046)
BUG FIXES:
- zonelockdown: add
PrioritytoZoneLockdownCreateParamsandZoneLockdownUpdateParams(#1052)
BREAKING CHANGES:
- certificate_packs: deprecate "custom" configuration for ACM everywhere (#1032)
ENHANCEMENTS:
- cloudflare: make it clear when the rate limit retries have been exhausted (#1043)
- email_routing_destination: Adds support for the email routing destination API (#1034)
- email_routing_rules: Adds support for the email routing rules API (#1034)
- email_routing_settings: Adds support for the email routing settings API (#1034)
- filter: fix double endpoint calls & moving towards common method signature (#1016)
- firewall_rule: fix double endpoint calls & moving towards common method signature (#1016)
- lockdown: automatically paginate
Listresults unlessPageandPerPageare provided (#1017) - r2: Add in support for creating and deleting R2 buckets (#1028)
- rulesets: add support for
http_config_settingsphase and supporting actions (#1036) - workers-account-settings: Add in support for Workers account settings API (#1027)
- workers-subdomain: Add in support Workers Subdomain API (#1031)
- workers-tail: Add in support for Workers tail API (#1026)
- workers: Add support for attaching a worker to a domain (#1014)
- workers: Add support to upload module workers (#1010)
BUG FIXES:
- email_routing_destination: Update API reference URLs (#1038)
- email_routing_rules: Update API reference URLs (#1038)
- email_routing_settings: Update API reference URLs (#1038)
- tunnel_routes: Fix not removing route when it contains virtual network (#1030)
- workers_test: Fix incorrect test from PR #1014 (#1048)
- workers_test: Use application/json mime-type in headers (#1049)
DEPENDENCIES:
- deps: bumps golang.org/x/tools/gopls from 0.9.3 to 0.9.4 (#1044)
- deps: bumps github.com/golangci/golangci-lint from 1.47.3 to 1.48.0 (#1020)
- deps: bumps github.com/urfave/cli/v2 from 2.11.1 to 2.11.2 (#1042)
- deps: bumps golang.org/x/tools/gopls from 0.9.1 to 0.9.2 (#1037)
- deps: bumps golang.org/x/tools/gopls from 0.9.2 to 0.9.3 (#1039)
NOTES:
- docs: add release notes (#1001)
ENHANCEMENTS:
- filter: automatically paginate
Listresults unlessPageandPerPageare provided (#1004) - firewall_rule: automatically paginate
Listresults unlessPageandPerPageare provided (#1004) - rulesets: add support for
http_custom_errorsphase (#998) - rulesets: add support for
serve_erroraction (#998)
BUG FIXES:
- access_application: fix inability to set bool values to false (#1006)
- rulesets: fix sni action parameter (#1002)
DEPENDENCIES: