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 #53

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2023

This PR contains the following updates:

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

Release Notes

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

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

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)

v0.4.1: v0.4.1

Compare Source

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)

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 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 5 times, most recently from 3b3d4a7 to 5e31e31 Compare June 30, 2023 20:35
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 7 times, most recently from 24a0fc6 to 3fd579f Compare July 10, 2023 04:28
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.4.1 fix(deps): update rust crate tower-http to 0.4.2 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 4 times, most recently from a6ff09a to 3876b82 Compare July 20, 2023 13:01
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.4.2 fix(deps): update rust crate tower-http to 0.4.3 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 4 times, most recently from 82b0109 to b0e39b2 Compare July 27, 2023 00:12
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 5 times, most recently from 5d75e16 to 73e6cdf Compare August 2, 2023 22:43
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 3 times, most recently from 4530221 to 6b58671 Compare August 7, 2023 16:33
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 4 times, most recently from b91054e to 3b9d9ad Compare August 21, 2023 09:23
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 3 times, most recently from 542a9fe to 1e8a40b Compare August 26, 2023 04:41
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.4.3 fix(deps): update rust crate tower-http to 0.4.4 Sep 1, 2023
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.4.4 fix(deps): update rust crate tower-http to 0.5.0 Nov 21, 2023
@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.5.1 Jan 14, 2024
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.5.1 fix(deps): update rust crate tower-http to 0.5.2 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 5 times, most recently from d516e55 to 3bc9610 Compare April 17, 2024 07:10
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.5.2 fix(deps): update rust crate tower-http to 0.5.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 3bc9610 to 5364d57 Compare May 5, 2024 11:11
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch 4 times, most recently from 97486a3 to 92346ad Compare June 17, 2024 21:09
@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 19, 2024
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