chore: Replace unit struct with ordinary struct (#1777)
fix(examples): Use https scheme when using tls (#1466)
chore(examples): Split tls-rustls example (#1272)
chore(examples): Remove relative path from reading data (#1220)
chore(examples): Remove unnecessary asyncronous file io to read data for example (#1219)
chore(examples): Remove dummy echo implementation (#1178)
feat: Add `Grpc::with_origin` for clients (#1017)
chore: Add rustls examples (#968)
fix(tonic): Remove `Sync` requirement for streams (#804)
feat(transport): provide generic access to connect info (#647)
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 ...
chore(docs): Fix examples link (#202)* url is just examples, not tonic-examples * Change root directory from tonic-examples to examples. Matches current directory structure.
fix(transport): Remove with_rustls for tls config (#188)
chore: Reorganize examples and interop crates (#180)* chore: Reorganize examples and interop crates * fix interop tests