cloudflare / gokeyless

Go implementation of the keyless protocol
https://blog.cloudflare.com/keyless-ssl-the-nitty-gritty-technical-details/
Other
468 stars 79 forks source link

Bump github.com/cloudflare/cloudflare-go from 0.74.0 to 0.75.0 #388

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cloudflare/cloudflare-go from 0.74.0 to 0.75.0.

Release notes

Sourced from github.com/cloudflare/cloudflare-go's releases.

v0.75.0

BREAKING CHANGES:

  • cloudflare: Raw method now returns a RawResponse rather than the raw JSON Result message (#1355)
  • rulesets: Rename RulesetPhaseRateLimit to RulesetPhaseHTTPRatelimit, to match the phase name (#1367)
  • rulesets: Rename RulesetPhaseSuperBotFightMode to RulesetPhaseHTTPRequestSBFM, 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 and http_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 for github.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:

  • 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)
Changelog

Sourced from github.com/cloudflare/cloudflare-go's changelog.

0.75.0 (August 16th, 2023)

BREAKING CHANGES:

  • cloudflare: Raw method now returns a RawResponse rather than the raw JSON Result message (#1355)
  • rulesets: Rename RulesetPhaseRateLimit to RulesetPhaseHTTPRatelimit, to match the phase name (#1367)
  • rulesets: Rename RulesetPhaseSuperBotFightMode to RulesetPhaseHTTPRequestSBFM, 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 and http_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 for github.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:

  • 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)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 1 year ago

Codecov Report

Merging #388 (a6c343b) into master (a4a175f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #388   +/-   ##
=======================================
  Coverage   49.01%   49.01%           
=======================================
  Files          24       24           
  Lines        3203     3203           
=======================================
  Hits         1570     1570           
  Misses       1459     1459           
  Partials      174      174