-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hyperium/tonic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hyperium/tonic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 32 files changed
- 13 contributors
Commits on Aug 2, 2022
-
chore: Update docs to reflect changes to compression feature (#1046)
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9be4e24 - Browse repository at this point
Copy the full SHA 9be4e24View commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fb84058 - Browse repository at this point
Copy the full SHA fb84058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 433c4eb - Browse repository at this point
Copy the full SHA 433c4ebView commit details
Commits on Aug 15, 2022
-
Update helloworld-tutorial.md (#1057)
grpcurl command have been run successfully with modifieded like above.
Configuration menu - View commit details
-
Copy full SHA for 2d66a0a - Browse repository at this point
Copy the full SHA 2d66a0aView commit details
Commits on Aug 23, 2022
-
tonic-health: commit generated code (#1065)
* tonic-health: commit generated code rather than generating at build time This saves users from needing protoc available on their path if they're not generating other tonic code at build time, either. The generated modules can be regenerated by enabling the `gen-proto` feature, which will trigger the relevant part of the build script. * Check generated code for tonic-health matches in CI * Use bootstrap test to generate/check validity of generated code As suggested by @LucioFranco in https://github.com/hyperium/tonic/pull/1065\#discussion_r951580189. This avoids the need for a feature which would show up in docs.rs, and achieves the same goals via CI.
Configuration menu - View commit details
-
Copy full SHA for 0a2a2f3 - Browse repository at this point
Copy the full SHA 0a2a2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 523a550 - Browse repository at this point
Copy the full SHA 523a550View commit details
Commits on Aug 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a83f8b - Browse repository at this point
Copy the full SHA 2a83f8bView commit details
Commits on Sep 6, 2022
-
feat(transport): Expose hyper's H2 adaptive window on server (#1071)
Co-authored-by: Adam Chalmers <adamschalmers@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 919d28b - Browse repository at this point
Copy the full SHA 919d28bView commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5723681 - Browse repository at this point
Copy the full SHA 5723681View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ee3d0df - Browse repository at this point
Copy the full SHA ee3d0dfView commit details
Commits on Sep 21, 2022
-
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 #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 #1068 (comment). This avoids the need for consumers to have `protoc` in their path. Implemented following changes in #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 #1068. Move `error_details_vec` mod into `error_details` mod, adjust doc comments, rename `WithErrorDetails` trait to `StatusExt`.
Configuration menu - View commit details
-
Copy full SHA for 3e40d81 - Browse repository at this point
Copy the full SHA 3e40d81View commit details
Commits on Sep 26, 2022
-
feat: add
Result<T>
type alias for `std::result::Result<T, tonic::S……tatus>` (#1085) * add `Result<T>` type alias for `std::result::Result<T, tonic::Status>` * Allow user to override the error type Co-authored-by: David Pedersen <david.pdrsn@gmail.com> * add rustdoc for `tonic::Result` * cargo fmt Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 56ff45d - Browse repository at this point
Copy the full SHA 56ff45dView commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1b08df - Browse repository at this point
Copy the full SHA c1b08dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cddd992 - Browse repository at this point
Copy the full SHA cddd992View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e29c9 - Browse repository at this point
Copy the full SHA a7e29c9View commit details
There are no files selected for viewing
This file was deleted.