| #
e508815b |
| 05-Jan-2025 |
tottoto <[email protected]> |
chore(doc): Migrate readme tutorial section to examples and interop explanation (#2123)
|
| #
f0156d4e |
| 01-Jan-2025 |
tottoto <[email protected]> |
chore: Bump msrv to 1.75 (#2111)
|
| #
4c8cf366 |
| 03-Oct-2024 |
tottoto <[email protected]> |
chore(doc): Update readme (#1965)
* chore(doc): Remove usage of rustup and cargo
* chore(doc): Remove installation instruction of protobuf protocol buffers compiler
* chore(doc): Add detailed docu
chore(doc): Update readme (#1965)
* chore(doc): Remove usage of rustup and cargo
* chore(doc): Remove installation instruction of protobuf protocol buffers compiler
* chore(doc): Add detailed document about protocol buffers compiler
* chore(doc): Remove unnecessary newline
* chore(doc): Use relative path instead of full url
* chore(doc): Remove document about deprecated tool
* chore(doc): Remove document about rust-analyzer config enabled by default
* chore(doc): Update url of protobuf website
* chore(doc): Update link to create new issue
* chore(doc): Update health checking web page
* chore(doc): Remove duplicate link definition to discord
* chore(doc): Refactor project layout link
show more ...
|
|
Revision tags: v0.12.3 |
|
| #
78c30b4c |
| 30-Aug-2024 |
Casper Meijn <[email protected]> |
chore: Bump msrv to 1.71.1 (#1905)
|
|
Revision tags: v0.12.2, v0.12.1, v0.12.0, v0.11.0 |
|
| #
177c1f3d |
| 05-Jan-2024 |
tottoto <[email protected]> |
chore: Bump msrv to 1.70 (#1587)
|
| #
e1fa95e1 |
| 13-Nov-2023 |
tottoto <[email protected]> |
chore: Bump msrv to 1.65 (#1549)
|
|
Revision tags: v0.10.2, v0.10.1, v0.10.0 |
|
| #
6e91db63 |
| 25-Aug-2023 |
tottoto <[email protected]> |
chore: Bump msrv to 1.64 (#1468)
* chore: Bump msrv to 1.64
* chore: Add indexmap to deny skip-tree
|
| #
f39a4e88 |
| 24-Jul-2023 |
Lucio Franco <[email protected]> |
chore: Fix warnings (#1434)
* chore: Fix warnings
* Update msrv/deny config
* Ignore webpki upgrade
|
|
Revision tags: v0.9.2, v0.9.1, v0.9.0 |
|
| #
bf22a740 |
| 13-Dec-2022 |
tottoto <[email protected]> |
chore: Update to 2021 edition (#1188)
|
| #
f7499c8a |
| 01-Dec-2022 |
tottoto <[email protected]> |
chore: Bump msrv to 1.60 (#1171)
|
|
Revision tags: v0.8.4, v0.8.3 |
|
| #
3a542709 |
| 09-Nov-2022 |
Gian Marco Gherardi <[email protected]> |
chore: Added protoc installation instruction for Windows (#1103)
|
| #
3663faf3 |
| 28-Sep-2022 |
CaliViking <[email protected]> |
Update README.md (#1090)
I believe that the reference to Rust Analyzer build script setting is incorrect. Please verify before accepting.
|
|
Revision tags: 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 |
|
| #
a2745f9a |
| 23-Feb-2022 |
Obsido Han <[email protected]> |
chore: Update README.md (#925)
|
| #
d6c0fc11 |
| 10-Feb-2022 |
Matthias Vogelgesang <[email protected]> |
feat(build): use prettyplease to format output (#890) (#904)
|
|
Revision tags: v0.6.2 |
|
| #
101f2f76 |
| 07-Dec-2021 |
David Pedersen <[email protected]> |
chore: revert to 2018 edition (#847)
Fixes https://github.com/hyperium/tonic/issues/843
|
| #
debcafe0 |
| 28-Oct-2021 |
K900 <[email protected]> |
chore: update MSRV in readme (#819)
|
|
Revision tags: v0.6.1, v0.6.0 |
|
| #
b30b1a1e |
| 02-Sep-2021 |
Nicholas Connor <[email protected]> |
Fix README.md links (#756)
|
|
Revision tags: v0.5.2, v0.5.1, v0.5.0 |
|
| #
3e95553c |
| 02-Jun-2021 |
David Pedersen <[email protected]> |
doc: mention Well Known Types in README (#661)
Fixes https://github.com/hyperium/tonic/issues/447
|
| #
8cfa4411 |
| 08-May-2021 |
David Pedersen <[email protected]> |
doc(tonic): mention `tonic-reflection` in README (#635)
Seems we forgot this one.
|
|
Revision tags: v0.4.3 |
|
| #
5bc1aa93 |
| 14-Apr-2021 |
David Pedersen <[email protected]> |
Mention `rust-analyzer.cargo.loadOutDirsFromCheck` setting in README (#561)
Fixes https://github.com/hyperium/tonic/issues/512
|
|
Revision tags: v0.4.2, v0.4.1, v0.4.0, v0.3.1, v0.3.0 |
|
| #
ea7fe66b |
| 08-Jul-2020 |
Lucio Franco <[email protected]> |
feat(types): Add `tonic-types` crate (#391)
|
|
Revision tags: v0.2.1, 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 |
|
| #
bab1d5d2 |
| 12-Dec-2019 |
Lucio Franco <[email protected]> |
chore: Fix readme links (#181)
|
| #
d9a481ba |
| 12-Dec-2019 |
Lucio Franco <[email protected]> |
chore: Reorganize examples and interop crates (#180)
* chore: Reorganize examples and interop crates
* fix interop tests
|