BREAKING CHANGES:
- cloudflare:
Raw
method now returns a RawResponse rather than the raw JSONResult
message (#1355) - rulesets: Rename
RulesetPhaseRateLimit
toRulesetPhaseHTTPRatelimit
, to match the phase name (#1367) - rulesets: Rename
RulesetPhaseSuperBotFightMode
toRulesetPhaseHTTPRequestSBFM
, to match the phase name (#1367)
NOTES:
- rulesets: Remove non-existent
allow
action (#1367) - rulesets: Remove non-existent
http_request_main
phase (#1367) - rulesets: Remove non-public
http_response_headers_transform_managed
andhttp_request_late_transform_managed
phases (#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/json
forgithub.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_mitigation
action (#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: