-
Notifications
You must be signed in to change notification settings - Fork 184
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tower-rs/tower-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tower-http-0.6.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tower-rs/tower-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tower-http-0.6.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 22 files changed
- 9 contributors
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bd9549 - Browse repository at this point
Copy the full SHA 4bd9549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d31c1 - Browse repository at this point
Copy the full SHA 93d31c1View commit details
Commits on Dec 19, 2024
-
compression: the identity body should respect is_end_stream (#535)
This breaks certain gRPC failure scenarios when not compressing. Signed-off-by: Matt Klein <mklein@bitdrift.io>
Configuration menu - View commit details
-
Copy full SHA for d0c522b - Browse repository at this point
Copy the full SHA d0c522bView commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7281de6 - Browse repository at this point
Copy the full SHA 7281de6View commit details
Commits on Mar 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 711a86d - Browse repository at this point
Copy the full SHA 711a86dView commit details
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e2b05bf - Browse repository at this point
Copy the full SHA e2b05bfView commit details
Commits on Mar 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3364569 - Browse repository at this point
Copy the full SHA 3364569View commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6c20928 - Browse repository at this point
Copy the full SHA 6c20928View commit details
Commits on Apr 24, 2025
-
fix: use mem::replace on cloned inner service (#561)
In the `AsyncRequireAuthorization` service, the cloned service could be different than the ready service due to the complexities described here: https://docs.rs/tower/latest/tower/trait.Service.html#be-careful-when-cloning-inner-services so this commit fixes it by using std::mem::replace as recommended in the documentation
Configuration menu - View commit details
-
Copy full SHA for 45ce10b - Browse repository at this point
Copy the full SHA 45ce10bView commit details
Commits on May 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 55287c7 - Browse repository at this point
Copy the full SHA 55287c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9b51e - Browse repository at this point
Copy the full SHA de9b51eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f13eb9 - Browse repository at this point
Copy the full SHA 6f13eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 001be27 - Browse repository at this point
Copy the full SHA 001be27View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2c3f8f3 - Browse repository at this point
Copy the full SHA 2c3f8f3View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7b4b07d - Browse repository at this point
Copy the full SHA 7b4b07dView commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8d38de8 - Browse repository at this point
Copy the full SHA 8d38de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61fb8d - Browse repository at this point
Copy the full SHA c61fb8dView commit details
Commits on May 10, 2025
-
Make type inference work for ServiceExt (#566)
Unfortunately, making type inference work for this requires removing the generic parameter from ServiceExt, which in turn requires removing the tower::Service supertrait. This made the Sealed trait useless, and while I was at it I also removed the Sized supertrait in favor of Sized bounds on all current trait methods (this allows backwards-compatibly adding methods that don't require Self to be Sized to be added). This means that now you can call all of these methods on _anything_, the resulting type just isn't going to be very useful if the type you're calling the method on isn't a tower::Service<http::Request<B>> (extra bounds may apply depending on the exact method).
Configuration menu - View commit details
-
Copy full SHA for 2608a51 - Browse repository at this point
Copy the full SHA 2608a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa8848e - Browse repository at this point
Copy the full SHA fa8848eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff tower-http-0.6.2...tower-http-0.6.4