Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps 2 7 updated libs #906

Merged
merged 4 commits into from
Jul 18, 2024
Merged

Deps 2 7 updated libs #906

merged 4 commits into from
Jul 18, 2024

Conversation

dhontecillas
Copy link
Contributor

@dhontecillas dhontecillas commented Jul 15, 2024

Deps 2 7 updated libs

Checked with 🟢 that works on the playground

CORS changes:

  • 🟢 options_success_status: allows to define the options success status code.
  • 🟢 options_passthrough: Instructs preflight to let other potential next handlers to process the OPTIONS method. Turn this on if you have enabled auto_options in the extra_options/router
  • allow_private_network: Indicates whether to accept cross-origin requests over a private network.

HTTP Secure changes:

  • ⚠️ removed / ignored the public_key value, as public key pinning is a deprecated feature
  • 🟢 ssl_proxy_headers : map of header → values
  • 🟢 allowed_hosts_are_regex : boolean indicating that allowed_hosts are regex instead of simple strings
  • 🟢 force_sts_header : boolean indicating we want the STSHeader even for HTTP requests

Audit changes:

  • add deprecated rule for private_key / public_key : now that several certificate pairs are supported, we have them in an array field.

Cobra changes:

  • fix: check command with extra verbose -ddd displays new fields in root config.

Tagged versions of the following libs:

@dhontecillas dhontecillas changed the title use "master" version to validate updated libraries Deps 2 7 updated libs Jul 18, 2024
@dhontecillas dhontecillas requested review from taik0 and kpacha July 18, 2024 10:14
@dhontecillas dhontecillas merged commit 19fcb70 into dev-v2.7.0 Jul 18, 2024
2 checks passed
@dhontecillas dhontecillas deleted the deps_2_7_updated_libs branch July 18, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants