chore: Remove version and publish field from internal crate (#2113)
feat(build): Rename compile method with compile_protos (#1920)
feat: update `prost` to `v0.13.0` (#1779)BREAKING CHANGE: update prost version to v0.13.0
chore: Prepare `0.10` release (#1492)
chore(tests): Reduce futures crates (#1448)
tonic-build: option to emit `Arc<Self>` as server receiver (#1352)This implements an option to emit `Arc<Self>` instead of `&self` inserver traits. This enables implementor to reference `Self` dat
tonic-build: option to emit `Arc<Self>` as server receiver (#1352)This implements an option to emit `Arc<Self>` instead of `&self` inserver traits. This enables implementor to reference `Self` data forindefinite duration, which may be useful for streaming requests.Fixes: #1351
show more ...