Lucio Franco and GitHub
3cba9f5f6f
chore: Fix feature flags and build docs ( #311 )
...
Signed-off-by: Lucio Franco <[email protected] >
2020-03-30 12:02:10 -04:00
Lucio Franco and GitHub
2e082f8b3e
chore(build): Refactor codegen traits ( #302 )
...
Signed-off-by: Lucio Franco <[email protected] >
2020-03-29 12:57:11 -04:00
Gyusun Yeom and GitHub
f65cda1ea0
feat(build): Decouple codgen from prost ( #170 )
2020-03-01 13:52:31 -05:00
Juan Alvarez and Lucio Franco
6ee2ed9b4f
chore: rename ServiceName -> NamedService ( #233 )
...
BREAKING CHANGE: Rename `ServiceName` to `NamedService`.
2020-01-13 21:41:24 -05:00
Lucio Franco and GitHub
eba7ec7b32
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`.
2020-01-13 21:26:08 -05:00
Marcel and Lucio Franco
dadc8186c2
chore: Upgrade to prost, prost-build and prost-derive 0.6 ( #230 ) ( #231 )
2020-01-13 09:40:57 -05:00
Lucio Franco and GitHub
6673f91f1f
chore: Remove required bytes dep and clean up deny ( #227 )
...
* chore: Remove required bytes dep and clean up deny
* Fix interop test cli args
2020-01-11 12:48:24 -08:00
Adam Jacob and Lucio Franco
8997f47b6d
chore: Upgrade to prost master and bytes 0.5 ( #224 )
...
This upgrades tonic to prost's master branch, and moves everything to
bytes 0.5.
2020-01-11 11:05:08 -08:00
Lucio Franco and GitHub
8efdbb4631
chore: Use released version of tower ( #199 )
...
* chore: Use released version of tower
* Update the rest
2019-12-19 18:31:40 -05:00
Juan Alvarez and Lucio Franco
3a5c66d5f2
fix(build): snake_case service names ( #190 )
2019-12-14 15:08:28 -05:00
Lucio Franco and GitHub
82facb6283
chore: Apply clippy ( #189 )
2019-12-13 23:55:49 -05:00
Lucio Franco and GitHub
502491a590
fix(transport): Remove with_rustls for tls config ( #188 )
2019-12-13 20:31:22 -05:00
Lucio Franco and GitHub
d9a481baef
chore: Reorganize examples and interop crates ( #180 )
...
* chore: Reorganize examples and interop crates
* fix interop tests
2019-12-12 11:53:15 -05:00