-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: hyperium/tonic
base: v0.10.2
head repository: hyperium/tonic
compare: v0.11.0
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f089e7a - Browse repository at this point
Copy the full SHA f089e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680214b - Browse repository at this point
Copy the full SHA 680214bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1fa95e - Browse repository at this point
Copy the full SHA e1fa95eView commit details -
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff71e89 - Browse repository at this point
Copy the full SHA ff71e89View commit details -
chore: Fix clippy warning (#1500)
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 522a8d7 - Browse repository at this point
Copy the full SHA 522a8d7View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcaf23c - Browse repository at this point
Copy the full SHA dcaf23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7562600 - Browse repository at this point
Copy the full SHA 7562600View commit details -
chore: Remove redundant helper constructor (#1534)
* chore: Remove redundant helper constructor * chore: Refactor endpoint to construct connector
Configuration menu - View commit details
-
Copy full SHA for 9123f68 - Browse repository at this point
Copy the full SHA 9123f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d712c5 - Browse repository at this point
Copy the full SHA 9d712c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa67ae5 - Browse repository at this point
Copy the full SHA aa67ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15663f1 - Browse repository at this point
Copy the full SHA 15663f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb1cd2 - Browse repository at this point
Copy the full SHA 7cb1cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53267a3 - Browse repository at this point
Copy the full SHA 53267a3View commit details -
Add zstd compression support (#1532)
* Implement zstd compression * Parametrize compression tests * add tests for accepting multiple encodings * add some missing feature cfg for zstd * make as_str only crate public * make into_accept_encoding_header_value handle all combinations * make decompress implementation consistent * use zstd::stream::read::Encoder * use default compression level for zstd * fix rebase * fix CI issue --------- Co-authored-by: martinabeleda <martin.abeleda@gmail.com> Co-authored-by: Quentin Perez <qp@amo.co> Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e8cb48f - Browse repository at this point
Copy the full SHA e8cb48fView commit details -
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 07e4ee1 - Browse repository at this point
Copy the full SHA 07e4ee1View commit details
Commits on Dec 19, 2023
-
chore: Update cargo-deny config (#1503)
* chore: Remove base64 from cargo-deny skip-tree * chore: Remove socket2 from deny skip-tree config
Configuration menu - View commit details
-
Copy full SHA for 43a7c54 - Browse repository at this point
Copy the full SHA 43a7c54View commit details -
chore(tonic): Remove API when they only return None (#1584)
* chore(tonic): Remove API when they only return None * chore(tonic): Refactor api to get addr from request
Configuration menu - View commit details
-
Copy full SHA for 4077ab0 - Browse repository at this point
Copy the full SHA 4077ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48dd15e - Browse repository at this point
Copy the full SHA 48dd15eView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 177c1f3 - Browse repository at this point
Copy the full SHA 177c1f3View commit details
Commits on Jan 25, 2024
-
Groundbreaking change that will improve the documentation 🚀
Configuration menu - View commit details
-
Copy full SHA for 0c4fd0b - Browse repository at this point
Copy the full SHA 0c4fd0bView commit details -
tonic-reflection: feature-gate server impl (#1605)
* tonic-reflection: feature-gate server impl * Update tonic-reflection/Cargo.toml --------- Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1d6daa - Browse repository at this point
Copy the full SHA a1d6daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f714f42 - Browse repository at this point
Copy the full SHA f714f42View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c30cb78 - Browse repository at this point
Copy the full SHA c30cb78View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 227b169 - Browse repository at this point
Copy the full SHA 227b169View commit details -
Add connection timeout to connect_with_connector_lazy (#1619)
Currently connect_with_connector_lazy doesn't respect connection timeouts. This means that if you have a misbehaving server a request that's connecting lazily can hang for the client without timing out. This commit adds the timeout to the custom connector if it has been set on the endpoint, bringing the behaviour in line with other connect methods.
Configuration menu - View commit details
-
Copy full SHA for 4859a73 - Browse repository at this point
Copy the full SHA 4859a73View commit details
Commits on Feb 2, 2024
-
Update helloworld-tutorial.md - Fix Clippy lints (#1617)
warning: useless conversion to the same type: `std::string::String`
Configuration menu - View commit details
-
Copy full SHA for 4227468 - Browse repository at this point
Copy the full SHA 4227468View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a2809b - Browse repository at this point
Copy the full SHA 2a2809bView commit details
Commits on Feb 8, 2024
-
chore(tls): Update to rustls 0.22.0 (#1509)
* chore(tls): Update to rustls 0.22.0 * chore: Add examples to deny skip-tree
Configuration menu - View commit details
-
Copy full SHA for 23106dd - Browse repository at this point
Copy the full SHA 23106ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4263f87 - Browse repository at this point
Copy the full SHA 4263f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 209fcbe - Browse repository at this point
Copy the full SHA 209fcbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea8cd3f - Browse repository at this point
Copy the full SHA ea8cd3fView commit details
There are no files selected for viewing