Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2024

This PR contains the following updates:

Package Type Update Change
tower-http dependencies minor 0.4 -> 0.6

Release Notes

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

v0.6.6

Compare Source

Fixed

  • compression: fix panic when looking in vary header (#​578)

New Contributors

Full Changelog: tower-rs/tower-http@tower-http-0.6.5...tower-http-0.6.6

v0.6.5

Compare Source

Added

  • normalize_path: add append_trailing_slash() mode (#​547)

Fixed

  • redirect: remove payload headers if redirect changes method to GET (#​575)
  • compression: avoid setting vary: accept-encoding if already set (#​572)

New Contributors

Full Changelog: tower-rs/tower-http@tower-http-0.6.4...tower-http-0.6.5

v0.6.4: tower-http 0.6.4

Compare Source

Added

  • decompression: Support HTTP responses containing multiple ZSTD frames (#​548)
  • The ServiceExt trait for chaining layers onto an arbitrary http service just
    like ServiceBuilderExt allows for ServiceBuilder (#​563)

Fixed

  • Remove unnecessary trait bounds on S::Error for Service impls of
    RequestBodyTimeout<S> and ResponseBodyTimeout<S> (#​533)
  • compression: Respect is_end_stream (#​535)
  • Fix a rare panic in fs::ServeDir (#​553)
  • Fix invalid content-lenght of 1 in response to range requests to empty
    files (#​556)
  • In AsyncRequireAuthorization, use the original inner service after it is
    ready, instead of using a clone (#​561)

v0.6.3: tower-http 0.6.3

Compare Source

This release was yanked because its definition of ServiceExt was quite unhelpful, in a way that's very unlikely that anybody would start depending on within the small timeframe before this was yanked, but that was technically breaking to change.

v0.6.2

Compare Source

Changed:

  • CompressionBody<B> now propagates B's size hint in its http_body::Body
    implementation, if compression is disabled (#​531)
    • this allows a content-length to be included in an HTTP message with this
      body for those cases

New Contributors

Full Changelog: tower-rs/tower-http@tower-http-0.6.1...tower-http-0.6.2

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 - On day 1 of the month ( * * 1 * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 18, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/devtools-core/Cargo.toml --package [email protected] --precise 0.5.2
    Updating crates.io index
error: failed to select a version for the requirement `tower-http = "^0.4"`
candidate versions found which didn't match: 0.5.2
location searched: crates.io index
required by package `tonic-web v0.10.2`
    ... which satisfies dependency `tonic-web = "^0.10"` (locked to 0.10.2) of package `devtools-core v0.3.0 (/tmp/renovate/repos/github/crabnebula-dev/devtools/crates/devtools-core)`
perhaps a crate was updated and forgotten to be re-vendored?

Copy link

netlify bot commented Jan 18, 2024

Deploy Preview for cn-devtools-website canceled.

Name Link
🔨 Latest commit df1dd1e
🔍 Latest deploy log https://app.netlify.com/sites/cn-devtools-website/deploys/65a8f4759d035a000823d911

Copy link

netlify bot commented Jan 18, 2024

Deploy Preview for cn-devtools-app canceled.

Name Link
🔨 Latest commit 9bf5ee7
🔍 Latest deploy log https://app.netlify.com/sites/cn-devtools-app/deploys/66ecaa73e00141000848719d

@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 778a56a to df1dd1e Compare January 18, 2024 09:50
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.5 Update Rust crate tower-http to 0.5 Jan 30, 2024
@renovate renovate bot changed the title Update Rust crate tower-http to 0.5 fix(deps): update rust crate tower-http to 0.5 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from df1dd1e to 9cc118e Compare May 1, 2024 10:59
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.5 fix(deps): update rust crate tower-http to 0.5.2 May 1, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 9cc118e to 24d14b2 Compare May 5, 2024 10:32
@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 May 5, 2024
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 24d14b2 to 46223f7 Compare August 28, 2024 10:13
@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 46223f7 to 9bf5ee7 Compare September 19, 2024 22:49
@renovate renovate bot changed the title fix(deps): update rust crate tower-http to 0.5 fix(deps): update rust crate tower-http to 0.6 Sep 19, 2024
Copy link
Contributor Author

renovate bot commented Sep 19, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/devtools-core/Cargo.toml --package [email protected] --precise 0.6.6
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot force-pushed the renovate/tower-http-0.x branch from 9bf5ee7 to 0536b0d Compare August 10, 2025 13:47
Copy link

netlify bot commented Aug 10, 2025

Deploy Preview for cn-devtools-app canceled.

Name Link
🔨 Latest commit 0536b0d
🔍 Latest deploy log https://app.netlify.com/projects/cn-devtools-app/deploys/6898a2f450b50d000761d205

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