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

Bump tower-http from 0.3.5 to 0.4.1 #3323

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2023

Bumps tower-http from 0.3.5 to 0.4.1.

Release notes

Sourced from tower-http's releases.

v0.4.1

Added

  • request_id: Derive Default for MakeRequestUuid (#335)
  • fs: Derive Default for ServeFileSystemResponseBody (#336)
  • compression: Expose compression quality on the CompressionLayer (#333)

Fixed

  • compression: Improve parsing of Accept-Encoding request header (#220)
  • normalize_path: Fix path normalization of index route (#347)
  • decompression: Enable multiple_members for GzipDecoder (#354)

#347: tower-rs/tower-http#347 #333: tower-rs/tower-http#333 #220: tower-rs/tower-http#220 #335: tower-rs/tower-http#335 #336: tower-rs/tower-http#336 #354: tower-rs/tower-http#354

v0.4.0

Added

  • decompression: Add RequestDecompression middleware (#282)
  • compression: Implement Default for CompressionBody (#323)
  • compression, decompression: Support zstd (de)compression (#322)

Changed

  • serve_dir: ServeDir and ServeFile's error types are now Infallible and any IO errors will be converted into responses. Use try_call to generate error responses manually (BREAKING) (#283)
  • serve_dir: ServeDir::fallback and ServeDir::not_found_service now requires the fallback service to use Infallible as its error type (BREAKING) (#283)
  • compression, decompression: Tweak prefered compression encodings (#325)

Removed

  • Removed RequireAuthorization in favor of ValidateRequest (BREAKING) (#290)

Fixed

  • serve_dir: Don't include identity in Content-Encoding header (#317)
  • compression: Do compress SVGs (#321)
  • serve_dir: In ServeDir, convert io::ErrorKind::NotADirectory to 404 Not Found (#331)

#282: tower-rs/tower-http#282 #283: tower-rs/tower-http#283 #290: tower-rs/tower-http#290 #317: tower-rs/tower-http#317 #321: tower-rs/tower-http#321

... (truncated)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 29, 2023
github-actions[bot]
github-actions bot previously approved these changes Jun 29, 2023
@github-actions
Copy link

github-actions bot commented Jun 29, 2023

Size Comparison

examples master (KB) pull request (KB) diff (KB) diff (%)
async_clock 103.247 103.247 0 0.000%
boids 177.112 177.112 0 0.000%
communication_child_to_parent 96.131 96.131 0 0.000%
communication_grandchild_with_grandparent 110.174 110.174 0 0.000%
communication_grandparent_to_grandchild 106.702 106.702 0 0.000%
communication_parent_to_child 93.492 93.492 0 0.000%
contexts 112.227 112.227 0 0.000%
counter 90.003 90.003 0 0.000%
counter_functional 90.778 90.778 0 0.000%
dyn_create_destroy_apps 93.123 93.123 0 0.000%
file_upload 104.444 104.444 0 0.000%
function_memory_game 175.817 175.817 0 0.000%
function_router 349.993 349.993 0 0.000%
function_todomvc 164.658 164.658 0 0.000%
futures 228.832 228.832 0 0.000%
game_of_life 112.890 112.890 0 0.000%
immutable 189.362 189.362 0 0.000%
inner_html 86.769 86.769 0 0.000%
js_callback 114.235 114.235 0 0.000%
keyed_list 202.453 202.453 0 0.000%
mount_point 89.965 89.965 0 0.000%
nested_list 115.059 115.059 0 0.000%
node_refs 97.000 97.000 0 0.000%
password_strength 1590.137 1590.137 0 0.000%
portals 99.468 99.468 0 0.000%
router 316.073 316.073 0 0.000%
simple_ssr 145.472 145.472 0 0.000%
ssr_router 387.367 387.367 0 0.000%
suspense 111.488 111.488 0 0.000%
timer 92.657 92.657 0 0.000%
timer_functional 101.352 101.352 0 0.000%
todomvc 144.638 144.638 0 0.000%
two_apps 90.647 90.647 0 0.000%
web_worker_fib 155.970 155.970 0 0.000%
webgl 89.286 89.286 0 0.000%

✅ None of the examples has changed their size significantly.

Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.5 to 0.4.1.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.3.5...tower-http-0.4.1)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tower-http-0.4.1 branch from c774936 to f5a7c86 Compare July 1, 2023 01:35
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2023

Superseded by #3355.

@dependabot dependabot bot closed this Jul 21, 2023
@dependabot dependabot bot deleted the dependabot/cargo/tower-http-0.4.1 branch July 21, 2023 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants