cloudflare / gokeyless

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

Bump github.com/cloudflare/cloudflare-go from 0.73.0 to 0.74.0 #384

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v0.74.0

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_hash field 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)
Changelog

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

0.74.0 (August 2nd, 2023)

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_hash field 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)
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 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 #384 (e20105f) into master (175ca10) will increase coverage by 0.09%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #384      +/-   ##
==========================================
+ Coverage   49.01%   49.11%   +0.09%     
==========================================
  Files          24       24              
  Lines        3203     3203              
==========================================
+ Hits         1570     1573       +3     
+ Misses       1459     1457       -2     
+ Partials      174      173       -1     

see 1 file with indirect coverage changes