|
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0, v0.9.2, v0.9.1, v0.9.0 |
|
| #
44ccf49d |
| 31-Mar-2023 |
tottoto <[email protected]> |
chore(interop): Remove unnecessary asyncronous file io to read data (#1336)
|
| #
2e3e9acf |
| 07-Feb-2023 |
tottoto <[email protected]> |
chore(interop): Use pico-args instead of clap (#1242)
|
|
Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0 |
|
| #
d9f5c751 |
| 13-Jun-2022 |
Marcus Griep <[email protected]> |
chore: update clap dependency, fix deprecations (#1016)
|
|
Revision tags: v0.7.2, v0.7.1, v0.7.0 |
|
| #
a542bf4d |
| 15-Feb-2022 |
tottoto <[email protected]> |
chore(interop): Change structopt to clap (#882)
|
|
Revision tags: v0.6.2, v0.6.1, v0.6.0, 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 |
|
| #
3b9d6a62 |
| 06-Jul-2020 |
Johan Andersson <[email protected]> |
fix(transport): Propagate errors in tls_config instead of unwrap/panic (#385)
* Propagate errors in tls_config instead of unwrap
Ran into `tls_connector` failing and causing our app to panic and
fix(transport): Propagate errors in tls_config instead of unwrap/panic (#385)
* Propagate errors in tls_config instead of unwrap
Ran into `tls_connector` failing and causing our app to panic and shutdown as it seems there wasn't any way to avoid panicking in `tls_config`.
So after talking to @LucioFranco briefly `tls_config` now returns a `Result` instead and propagates errors to the caller, where they can be handled.
* Fix compile warning when tls feature is disabled
show more ...
|
|
Revision tags: v0.2.1, v0.2.0 |
|
| #
3cba9f5f |
| 30-Mar-2020 |
Lucio Franco <[email protected]> |
chore: Fix feature flags and build docs (#311)
Signed-off-by: Lucio Franco <[email protected]>
|
|
Revision tags: 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 ...
|
| #
6673f91f |
| 11-Jan-2020 |
Lucio Franco <[email protected]> |
chore: Remove required bytes dep and clean up deny (#227)
* chore: Remove required bytes dep and clean up deny
* Fix interop test cli args
|
|
Revision tags: v0.1.0-beta.1 |
|
| #
502491a5 |
| 14-Dec-2019 |
Lucio Franco <[email protected]> |
fix(transport): Remove with_rustls for tls config (#188)
|
| #
d9a481ba |
| 12-Dec-2019 |
Lucio Franco <[email protected]> |
chore: Reorganize examples and interop crates (#180)
* chore: Reorganize examples and interop crates
* fix interop tests
|