|
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 |
|
| #
21a9b7b1 |
| 08-Aug-2023 |
Lucio Franco <[email protected]> |
chore(interop): Fix tls tests
|
|
Revision tags: 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 |
|
| #
b65b52ba |
| 28-Nov-2022 |
tottoto <[email protected]> |
chore(interop): Update clap to 4.0.26 (#1162)
|
|
Revision tags: 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 |
|
| #
c0970521 |
| 01-Apr-2022 |
tottoto <[email protected]> |
chore(interop): Use clap rename_all option instead of lint allowing (#957)
|
|
Revision tags: v0.7.0 |
|
| #
0f7344a7 |
| 17-Feb-2022 |
Lucio Franco <[email protected]> |
chore(interop): Fix deprecated clap arg (#914)
|
| #
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 |
|
| #
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
|