-
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.9.2
head repository: hyperium/tonic
compare: v0.10.0
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7aa4d4f - Browse repository at this point
Copy the full SHA 7aa4d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f276934 - Browse repository at this point
Copy the full SHA f276934View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e506df - Browse repository at this point
Copy the full SHA 8e506dfView commit details -
tonic-build: option to emit
Arc<Self>
as server receiver (#1352)This implements an option to emit `Arc<Self>` instead of `&self` in server traits. This enables implementor to reference `Self` data for indefinite duration, which may be useful for streaming requests. Fixes: #1351
Configuration menu - View commit details
-
Copy full SHA for 4942dd4 - Browse repository at this point
Copy the full SHA 4942dd4View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c09fc23 - Browse repository at this point
Copy the full SHA c09fc23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30b8f07 - Browse repository at this point
Copy the full SHA 30b8f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1934825 - Browse repository at this point
Copy the full SHA 1934825View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39d14bd - Browse repository at this point
Copy the full SHA 39d14bdView commit details -
chore: Use cargo-udeps to check unused dependencies (#1364)
* chore: Use cargo-udeps to check unused dependencies * Exclude uds example on windows * Revert to use tokio_stream::Stream instead of futures_core::Stream * Replace all futures_core:Stream with tokio_stream::Stream * chore(web): Replace futures_core::Stream with tokio_stream::Stream * chore(web): Use std version ready instead of futures-core version * chore(tonic): Use futures-core via futures-util * Revert "chore(web): Use std version ready instead of futures-core version" This reverts commit 9d9458d. * chore(examples): Refactor dependencies * chore(tonic): Use tokio-stream::iter * chore(reflection): Use tokio-stream::iter --------- Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c9c4acb - Browse repository at this point
Copy the full SHA c9c4acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d72818e - Browse repository at this point
Copy the full SHA d72818eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d86e36 - Browse repository at this point
Copy the full SHA 0d86e36View commit details
Commits on Jul 24, 2023
-
* chore: Fix warnings * Update msrv/deny config * Ignore webpki upgrade
Configuration menu - View commit details
-
Copy full SHA for f39a4e8 - Browse repository at this point
Copy the full SHA f39a4e8View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ccdfac - Browse repository at this point
Copy the full SHA 2ccdfacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fea823 - Browse repository at this point
Copy the full SHA 1fea823View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5eb625 - Browse repository at this point
Copy the full SHA a5eb625View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1cebc - Browse repository at this point
Copy the full SHA cf1cebcView commit details -
chore: Reduce futures-util in favor of tokio-stream (#1421)
* chore: Reduce futures-util in favor of tokio-stream * chore: Replace FuturesUnordered with JoinSet
Configuration menu - View commit details
-
Copy full SHA for 1e98d99 - Browse repository at this point
Copy the full SHA 1e98d99View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cef002b - Browse repository at this point
Copy the full SHA cef002bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f10a28 - Browse repository at this point
Copy the full SHA 8f10a28View commit details
Commits on Aug 2, 2023
-
chore(transport): Fix tls roots deprecations (#1443)
* chore(transport): Fix tls roots deprecations * fix deny
Configuration menu - View commit details
-
Copy full SHA for d44925b - Browse repository at this point
Copy the full SHA d44925bView commit details -
feat(transport): Add
Router::into_router
(#1442)This adds `into_router` to tonic's `Router` that will convert it into an `axum::Router`.
Configuration menu - View commit details
-
Copy full SHA for ea06a1b - Browse repository at this point
Copy the full SHA ea06a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e5f39 - Browse repository at this point
Copy the full SHA 19e5f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d1c28 - Browse repository at this point
Copy the full SHA 58d1c28View commit details -
Allow to duplicate
GrpcMethod
extensions (#1425)This is required for (manually) cloning requests, which in turn is required for middlewares that retries requests on demand.
Configuration menu - View commit details
-
Copy full SHA for e1bac2b - Browse repository at this point
Copy the full SHA e1bac2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6077896 - Browse repository at this point
Copy the full SHA 6077896View commit details -
fix(codegen): Use stream type from codegen mod (#1446)
* fix(codegen): Use stream type from codegen mod * Add generated code
Configuration menu - View commit details
-
Copy full SHA for 60d776b - Browse repository at this point
Copy the full SHA 60d776bView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23602b4 - Browse repository at this point
Copy the full SHA 23602b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b079c - Browse repository at this point
Copy the full SHA 74b079cView commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 415c7c0 - Browse repository at this point
Copy the full SHA 415c7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b24e3 - Browse repository at this point
Copy the full SHA 68b24e3View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4381610 - Browse repository at this point
Copy the full SHA 4381610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e81f5 - Browse repository at this point
Copy the full SHA 95e81f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a9b7b - Browse repository at this point
Copy the full SHA 21a9b7bView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b7a47f - Browse repository at this point
Copy the full SHA 4b7a47fView commit details -
chore(tonic): Reduce futures-util (#1457)
* chore(tonic): Reduce futures-util * chore(transport): Vendor futures_util::future::BoxFuture
Configuration menu - View commit details
-
Copy full SHA for 651851a - Browse repository at this point
Copy the full SHA 651851aView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 928452c - Browse repository at this point
Copy the full SHA 928452cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cae50b8 - Browse repository at this point
Copy the full SHA cae50b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67cd687 - Browse repository at this point
Copy the full SHA 67cd687View commit details -
* chore: Simplify environment variable * chore: Remove redundant matrix variable * chore: Reorder steps for uniform order * chore: Update deprecated cargo option * chore: Add msrv comment to be easily found by command * chore: Make check and msrv job next to each other
Configuration menu - View commit details
-
Copy full SHA for 6af5bf2 - Browse repository at this point
Copy the full SHA 6af5bf2View commit details -
build: expose bytes and btree_map config from prost (#1376)
Note that those two config functions take iterators to paths as input and will clear previous configured paths on subsequent calls. This is different from the `box` config function. I personally do not like this inconsistency, but I'll leave them as they are so their behaviour match `prost-build`. Fixes: #908 Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 48bf1c4 - Browse repository at this point
Copy the full SHA 48bf1c4View commit details -
Allow updating the default buffer size (#1394)
Co-authored-by: Florian Doyon <florian.doyon@bastionam.io> Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b056308 - Browse repository at this point
Copy the full SHA b056308View commit details -
chore(examples): Add
h2c
example (#1447)* chore(examples): Add `h2c` example * Fix example cargo features * Make rustls optional
Configuration menu - View commit details
-
Copy full SHA for 1f820a6 - Browse repository at this point
Copy the full SHA 1f820a6View commit details -
* Update Cargo.toml * remove unnecessary blank space accidentally added --------- Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb9afc7 - Browse repository at this point
Copy the full SHA fb9afc7View commit details -
Upgrade
syn
andprettyplease
(#1398)* Upgrade `syn` and `prettyplease` * patch prost * patch prost-types --------- Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69a2aa0 - Browse repository at this point
Copy the full SHA 69a2aa0View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35cf1f2 - Browse repository at this point
Copy the full SHA 35cf1f2View commit details -
feat(build): Add optional default unimplemented stubs (#1344)
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aff1daf - Browse repository at this point
Copy the full SHA aff1dafView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62a731b - Browse repository at this point
Copy the full SHA 62a731bView commit details
Commits on Aug 25, 2023
-
chore: Bump msrv to 1.64 (#1468)
* chore: Bump msrv to 1.64 * chore: Add indexmap to deny skip-tree
Configuration menu - View commit details
-
Copy full SHA for 6e91db6 - Browse repository at this point
Copy the full SHA 6e91db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388b177 - Browse repository at this point
Copy the full SHA 388b177View commit details -
feat(web): Add
GrpcWebClientService
(#1472)This adds `grpc-web` support for clients in `tonic-web`. This is done by reusing the server side encoding/decoding but wrapping it in different directions.
Configuration menu - View commit details
-
Copy full SHA for dc29c17 - Browse repository at this point
Copy the full SHA dc29c17View commit details
There are no files selected for viewing