Automattic / wpcom.ex

WordPress.com Elixir API client
https://hex.pm/packages/wpcom
MIT License
9 stars 2 forks source link

Bump bandit from 0.6.9 to 0.7.3 #60

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps bandit from 0.6.9 to 0.7.3.

Changelog

Sourced from bandit's changelog.

0.7.3 (20 Mar 2023)

Enhancements

  • Added advanced handler_module configuration option to options

Fixes

  • Support returning x-gzip as negotiated content-encoding (previously would negotiate a request for x-gzip as gzip)

0.7.2 (18 Mar 2023)

Enhancements

  • Added HTTP compression via 'Content-Encoding' negotiation, enabled by default. Configuration is available; see Bandit docs for details

Changes

  • Minor refactor of internal HTTP/2 plumbing. No user visible changes

0.7.1 (17 Mar 2023)

Changes

  • Update documentation & messaging to refer to RFC911x RFCs where appropriate
  • Validate top-level config options at startup
  • Revise Phoenix adapter to support new config options
  • Doc updates

0.7.0 (17 Mar 2023)

Enhancements

  • Add configuration points for various parameters within the HTTP/1, HTTP/2 and WebSocket stacks. See Bandit docs for details

Changelog for 0.6.x

0.6.11 (17 Mar 2023)

Changes

  • Modified telemetry event payloads to match the conventions espoused by :telemetry.span/3
  • Default shutdown timeout is now 15s (up from 5s)

... (truncated)

Commits
  • 959b6fe Version bump to 0.7.3
  • fbd8a00 Minor doc tidy
  • f9d7e72 Add handler_module option
  • 241b09b Refactor compression to do negotiate early & separately
  • 8c9b3cd Version bump to 0.7.2
  • 8c1c93a Add HTTP Compression (#114)
  • cca180f Define internal HTTP/2 plumbing to simplify what we have to pass around
  • 20f54a6 Version bump to 0.7.1
  • a112685 Update bandit perf numbers
  • 26f1bcd Update phoenix adapter to support new config options
  • Additional commits viewable in compare view


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)