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

Update Rust crate tower-http to 0.5.2 #19

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tower-http dependencies minor 0.4.1 -> 0.5.2

Release Notes

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

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

v0.4.4: v0.4.4

Compare Source

  • trace: Default implementations for trace bodies.

v0.4.3: v0.4.3

Compare Source

Fixed

  • compression: Fix accidental breaking change in 0.4.2.

v0.4.2: v0.4.2

Compare Source

Added

  • cors: Add support for private network preflights (#​373)
  • compression: Implement Default for DecompressionBody (#​370)

Changed

  • compression: Update to async-compression 0.4 (#​371)

Fixed

  • compression: Override default brotli compression level 11 -> 4 (#​356)
  • trace: Simplify dynamic tracing level application (#​380)
  • normalize_path: Fix path normalization for preceding slashes (#​359)

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate tower-http to 0.4.2 Update Rust crate tower-http to 0.4.3 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from e174867 to 6af00d1 Compare July 20, 2023 14:20
@renovate renovate bot changed the title Update Rust crate tower-http to 0.4.3 Update Rust crate tower-http to 0.4.4 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 6af00d1 to 6f0933b Compare September 1, 2023 16:36
@renovate renovate bot changed the title Update Rust crate tower-http to 0.4.4 Update Rust crate tower-http to 0.5.0 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 6f0933b to 7f9d6ba Compare November 21, 2023 17:05
@renovate renovate bot changed the title Update Rust crate tower-http to 0.5.0 Update Rust crate tower-http to 0.5.1 Jan 14, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 7f9d6ba to 79a954a Compare January 14, 2024 21:44
@renovate renovate bot changed the title Update Rust crate tower-http to 0.5.1 Update Rust crate tower-http to 0.5.2 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 79a954a to ca533f0 Compare February 23, 2024 11:22
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