Skip to content

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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
tower-http dependencies minor 0.4.4 -> 0.6.0
tower-http dev-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: Disabled by config. Please merge this manually once you are satisfied.

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 these updates 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 added the dependencies label May 5, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 2 times, most recently from 23739f0 to b167dfa Compare May 9, 2024 18:10
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from b167dfa to da96b8e Compare May 21, 2024 01:57
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from da96b8e to 2cc3952 Compare June 13, 2024 22:28
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 2cc3952 to b1dcc7f Compare July 5, 2024 18:37
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 2 times, most recently from ffe7408 to 63cb0bb Compare August 6, 2024 18:41
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 63cb0bb to 5a8d6b7 Compare September 2, 2024 15:31
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 5a8d6b7 to 4d4cf42 Compare September 20, 2024 02:06
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.5.0 fix(deps): update rust crate tower-http to 0.6.0 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 5 times, most recently from 90b9c8e to 79df449 Compare October 12, 2024 12:59
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 79df449 to f5070ac Compare October 23, 2024 19:28
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from f5070ac to ad1dd39 Compare November 6, 2024 10:32
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from ad1dd39 to c9167c3 Compare December 18, 2024 02:39
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 2 times, most recently from 905076f to c7693fa Compare December 29, 2024 14:14
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from c7693fa to b9d3b80 Compare January 10, 2025 23:05
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from b9d3b80 to da2d37b Compare February 22, 2025 03:27
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from da2d37b to 09d3cae Compare March 19, 2025 14:58
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 09d3cae to 518094c Compare March 19, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant