|
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0 |
|
| #
9f5fc3b9 |
| 08-Jul-2024 |
tottoto <[email protected]> |
chore: Replace unit struct with ordinary struct (#1777)
|
|
Revision tags: v0.11.0, v0.10.2, v0.10.1, v0.10.0, v0.9.2, v0.9.1, v0.9.0 |
|
| #
df8dd896 |
| 05-Dec-2022 |
tottoto <[email protected]> |
chore(examples): Remove dummy echo implementation (#1178)
|
|
Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0, v0.7.2 |
|
| #
edc5a0d8 |
| 02-May-2022 |
Adam Chalmers <[email protected]> |
feat: Add TryFrom implementations for MetadataValue (#990)
Co-authored-by: Adam Chalmers <[email protected]>
|
|
Revision tags: v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0 |
|
| #
23c1392f |
| 25-Oct-2021 |
Lucio Franco <[email protected]> |
fix(tonic): Remove `Sync` requirement for streams (#804)
|
|
Revision tags: v0.5.2, v0.5.1, v0.5.0, v0.4.3, v0.4.2, v0.4.1, v0.4.0, v0.3.1, v0.3.0, v0.2.1, v0.2.0, v0.1.1, v0.1.0 |
|
| #
eba7ec7b |
| 14-Jan-2020 |
Lucio Franco <[email protected]> |
feat: Add gRPC interceptors (#232)
This change introduces proper gRPC interceptors that are avilable
regardless of the transport used. Each codegen service now produces an
additional method called
feat: Add gRPC interceptors (#232)
This change introduces proper gRPC interceptors that are avilable
regardless of the transport used. Each codegen service now produces an
additional method called `with_interceptor` that accepts a
`Interceptor`.
All examples have been updated to use this new style and interop has a
custom `tower::Service` middleware to echo the headers. There is also a
new `interceptor` example that shows basic usage.
BREAKING CHANGE: removed `interceptor_fn` and `intercep_headers_fn` from `transport` in favor of using `tonic::Interceptor`.
show more ...
|
|
Revision tags: v0.1.0-beta.1 |
|
| #
d9a481ba |
| 12-Dec-2019 |
Lucio Franco <[email protected]> |
chore: Reorganize examples and interop crates (#180)
* chore: Reorganize examples and interop crates
* fix interop tests
|