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

fix(deps): update rust crate tower-http to 0.6.0 #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2023

This PR contains the following updates:

Package Type Update Change
tower-http dependencies minor 0.4.4 -> 0.6.0

Release Notes

tower-rs/tower-http (tower-http)

v0.6.1: v0.6.1

Compare Source

Fixed
  • decompression: reuse scratch buffer to significantly reduce allocations and improve performance (#​521)
New Contributors

v0.6.0: v0.6.0

Compare Source

Changed:
  • body module is disabled except for catch-panic, decompression-*, fs, or limit features (BREAKING) (#​477)
  • Update to tower 0.5 (#​503)
Fixed
  • fs: Precompression of static files now supports files without a file extension (#​507)

v0.5.2: v0.5.2

Compare Source

Added:

  • compression: Will now send a vary: accept-encoding header on compressed responses (#​399)
  • compression: Support x-gzip as equivalent to gzip in accept-encoding request header (#​467)

Fixed

  • compression: Skip compression for range requests (#​446)
  • compression: Skip compression for SSE responses by default (#​465)
  • cors: Actually keep Vary headers set by the inner service when setting response headers (#​473)
    • Version 0.5.1 intended to ship this, but the implementation was buggy and didn't actually do anything

v0.5.1: v0.5.1

Compare Source

  • fs: Support files precompressed with zstd in ServeFile
  • trace: Add default generic parameters for ResponseBody and ResponseFuture (#​455)
  • trace: Add type aliases HttpMakeClassifier and GrpcMakeClassifier (#​455)

Fixed

  • cors: Keep Vary headers set by the inner service when setting response headers (#​398)
  • fs: ServeDir now no longer redirects from /directory to /directory/
    if append_index_html_on_directories is disabled (#​421)

v0.5.0: v0.5.0

Compare Source

Changed

  • Bump Minimum Supported Rust Version to 1.66 (#​433)
  • Update to http-body 1.0 (#​348)
  • Update to http 1.0 (#​348)
  • Preserve service error type in RequestDecompression (#​368)

Fixed

  • Accepts range headers with ranges where the end of range goes past the end of the document by bumping
    http-range-header to 0.4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 4 times, most recently from 874e7c1 to 70b9e98 Compare November 28, 2023 11:19
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 5 times, most recently from e851d9e to c188c99 Compare December 4, 2023 22:37
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 5 times, most recently from 9e75c08 to f8890eb Compare December 14, 2023 06:45
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 4 times, most recently from a1796ba to a0e2f16 Compare December 21, 2023 04:58
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 5 times, most recently from a445470 to b43ac3c Compare December 31, 2023 06:59
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 7 times, most recently from 1c47826 to bf0f3ac Compare January 7, 2024 10:18
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 18 times, most recently from 0dd50a7 to 381f7dd Compare October 25, 2024 19:41
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 7 times, most recently from ec04790 to 2ab3ffd Compare November 1, 2024 03:22
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 3 times, most recently from 3d1dd9d to d1c3b26 Compare November 8, 2024 06:03
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from d1c3b26 to 1e0d746 Compare November 8, 2024 10:01
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.

0 participants