|
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0, v0.9.2, v0.9.1, v0.9.0 |
|
| #
d471212e |
| 14-Mar-2023 |
Rafael Lemos <[email protected]> |
feat(types): Add gRPC Richer Error Model support (Examples) (#1300)
* types: remove unnecessary cloning from `ErrorDetails` getters
Breaking change.
* examples: add `richer-error` examples
Follow
feat(types): Add gRPC Richer Error Model support (Examples) (#1300)
* types: remove unnecessary cloning from `ErrorDetails` getters
Breaking change.
* examples: add `richer-error` examples
Following implementation at flemosr/tonic-richer-error.
show more ...
|
|
Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1 |
|
| #
fb840583 |
| 09-Aug-2022 |
Opisthoteuthis agassizii <[email protected]> |
chore(docs): Update docs to mention new protoc requirements in tonic >= 0.8.0 (#1050)
|
|
Revision tags: v0.8.0, v0.7.2, v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0, v0.5.2, v0.5.1, v0.5.0, v0.4.3, v0.4.2, v0.4.1 |
|
| #
c54f2472 |
| 16-Feb-2021 |
James Nugent <[email protected]> |
feat: Implement gRPC Reflection Service (#340)
Co-authored-by: Samani G. Gikandi <[email protected]>
|
|
Revision tags: v0.4.0, v0.3.1, v0.3.0 |
|
| #
80e90e3b |
| 22-Jun-2020 |
Kaleb Elwert <[email protected]> |
Add tower server example (#375)
Note that this also adds `impl From<Status> for http::Response<BoxBody>`
in order to make writing middleware which can return an error much
easier.
|
| #
253984f2 |
| 18-May-2020 |
Paulo Duarte <[email protected]> |
Fix typo (#356)
|
| #
85ae0a47 |
| 15-May-2020 |
Dawid Nowak <[email protected]> |
feat(transport): Dynamic load balancing (#341)
|
|
Revision tags: v0.2.1 |
|
| #
f6ecaff0 |
| 09-Apr-2020 |
thisKai <[email protected]> |
chore(example): Autoreloading server example (#316)
* Create an example of an autoreloading server
* Document the autoreloading server example
* Format autoreloading server example
* Add no
chore(example): Autoreloading server example (#316)
* Create an example of an autoreloading server
* Document the autoreloading server example
* Format autoreloading server example
* Add note about cargo-watch in the examples readme
show more ...
|
|
Revision tags: v0.2.0 |
|
| #
da92dbf8 |
| 30-Mar-2020 |
James Nugent <[email protected]> |
feat(health): Add tonic-health server impl
This commit adds a new crate `tonic-health` which implements the
[standard GRPC Health Checking][checking] protocol.
Currently there is only a server i
feat(health): Add tonic-health server impl
This commit adds a new crate `tonic-health` which implements the
[standard GRPC Health Checking][checking] protocol.
Currently there is only a server implementation, though others have
alluded in the discussion in #135 that client implementations exist
which could also be imported as necessary.
A example server has also been added - once the client work is done a
client for this should be added also.
[checking]: https://github.com/grpc/grpc/blob/master/doc/health-checking.md
Fixes #135.
show more ...
|
|
Revision tags: v0.1.1, v0.1.0, v0.1.0-beta.1 |
|
| #
d9a481ba |
| 12-Dec-2019 |
Lucio Franco <[email protected]> |
chore: Reorganize examples and interop crates (#180)
* chore: Reorganize examples and interop crates
* fix interop tests
|