chore: Generate file descriptor set constant directly (#1956)
chore: Make codegen independent from protoc (#1953)
chore: Update generated code (#1906)
feat: update `prost` to `v0.13.0` (#1779)BREAKING CHANGE: update prost version to v0.13.0
chore: Update to protoc 3.25.1 (#1573)
chore: Update generated code (#1677)* chore: Update generated code* add allow dead_code for integ test---------Co-authored-by: Lucio Franco <[email protected]>
chore: Update generated code (#1484)
chore: Add generated code to module tree (#1480)
chore: Update to protoc 3.23.4 (#1445)
chore(types): Remove outdated generated file (#1239)This file was generated by the previous version of prost-build. This behaviour was fixed in https://github.com/tokio-rs/prost/pull/726.
feat(types): Expose FILE_DESCRIPTOR_SET (#1210)
chore: Fix clippy lint (#1181)
feat(build): Add `build_transport` builder option (#1130)
feat(build): add `cleanup-markdown` feature flag (#1086)
feat(types): Add gRPC Richer Error Model support (BadRequest) (#1068)* types: add tonic as dependency, add error_details.proto * types: add BadRequest support from flemosr/tonic-richer-error
feat(types): Add gRPC Richer Error Model support (BadRequest) (#1068)* types: add tonic as dependency, add error_details.proto * types: add BadRequest support from flemosr/tonic-richer-error * types: adjust code following suggestions Adjustments following suggestions by @LucioFranco in https://github.com/hyperium/tonic/pull/1068. Adjust style, remove unecessary prints, avoid glob imports, apply `non_exhaustive` to `ErrorDetails` and `ErrorDetail`, avoid pub fields in `ErrorDetails`, adjust `WithErrorDetails::with_error_details_vec` args, add `gen_details_bytes`. * types: add generated protobuf code As suggested by @LucioFranco in https://github.com/hyperium/tonic/pull/1068#discussion_r956117520. This avoids the need for consumers to have `protoc` in their path. Implemented following changes in https://github.com/hyperium/tonic/pull/1065. * types: add custom metadata support This allows consumers to provide custom metadata when creating a `Status` with error details. * types: adjust code following suggestions Adjustments following suggestions by @LucioFranco in https://github.com/hyperium/tonic/pull/1068. Move `error_details_vec` mod into `error_details` mod, adjust doc comments, rename `WithErrorDetails` trait to `StatusExt`.
show more ...