Lucio Franco and GitHub
e87db5280e
chore: Prepare aux crates for release ( #955 )
2022-04-01 10:45:31 -04:00
Lucio Franco and GitHub
808c417cbd
chore: Prepare 0.10 release ( #954 )
2022-03-31 17:05:54 -04:00
Jesse Szwedko and GitHub
c78274e3fe
feat: Update prost to 0.10 ( #948 )
2022-03-30 10:43:06 -04:00
Matthias Vogelgesang and GitHub
d6c0fc112b
feat(build): use prettyplease to format output ( #890 ) ( #904 )
2022-02-10 13:20:52 -05:00
David Pedersen and GitHub
101f2f76d4
chore: revert to 2018 edition ( #847 )
...
Fixes https://github.com/hyperium/tonic/issues/843
2021-12-07 09:49:07 +01:00
Lucio Franco and GitHub
2fe7131a23
chore: Prepare 0.6.0 release ( #811 )
2021-10-25 10:25:56 -04:00
Lucio Franco and GitHub
1f3df8db9e
chore: Upgrade to 2021 edition ( #808 )
2021-10-24 21:12:20 -04:00
c1fe31c1a3
health, reflection: make rustfmt dependency optional ( #785 )
...
Co-authored-by: Lucio Franco <[email protected] >
2021-10-19 11:22:34 -04:00
Eliza Weisman and GitHub
09805ece45
feat: Update prost and friends to 0.9 ( #791 )
2021-10-19 10:59:28 -04:00
David Pedersen and GitHub
efe0865d26
chore: Prepare tonic v0.5.1 and tonic-health 0.4.1 ( #737 )
2021-08-09 17:20:36 +02:00
Lucio Franco
5bb1a029a1
Fix tonic-types and health versions
2021-07-08 15:57:25 -04:00
040e3a4811
chore: Prepare v0.5 release ( #706 )
...
* bump tonic version to 0.5
* Update changelog for 0.5
* Update CHANGELOG.md
Co-authored-by: David Pedersen <[email protected] >
* address comments
Co-authored-by: David Pedersen <[email protected] >
2021-07-08 15:53:14 -04:00
David Pedersen and GitHub
acdb3273bb
chore: update prost, and related crates, to 0.8 ( #703 )
...
* chore: update prost, and related crates, to 0.8
Updates prost, prost-derive, prost-build, and prost-types to 0.8.
* Update the last few places
2021-07-08 15:02:02 -04:00
Lucio Franco and GitHub
8fa6daae92
chore: Prepare tonic 0.4.2 and health 0.3.1 ( #605 )
2021-04-13 18:20:13 -04:00
Lucio Franco
e511f17c1c
Fix tonic-health cargo path issues
2021-01-15 13:56:24 -05:00
Lucio Franco and GitHub
fda2d689d4
chore: Prepare 0.4 release ( #538 )
...
* Prepare `0.4` release
* Fix cargo issues
2021-01-15 13:38:36 -05:00
fdda5ae26a
Upgrade to Tokio 1.0.0 ecosystem ( #530 )
...
* Upgrade Tonic to Tokio 1.0
Work in progress for updating Tonic to Tokio 1.0. Since tower has not
been released to crates.io, a git dependency is taken instead.
* Upgrade Tonic to Tokio 1.0 phase 2
* tonic: remove tower-* deps
* Apply suggestions from code review
Co-authored-by: Ed Marshall <[email protected] >
Co-authored-by: Lucio Franco <[email protected] >
2021-01-11 12:18:34 -05:00
Akhil Velagapudi and GitHub
76de87eec5
Remove unnecessary dependencies in tonic-health ( #502 )
...
* remove dependency on bytes
* remove dependency on async-stream
2021-01-05 16:02:13 -05:00
Lucio Franco and GitHub
8212afdf85
chore: Prepare tonic-health release 0.2.0 ( #411 )
2020-07-23 15:41:26 -04:00
Lucio Franco and GitHub
62b8ab0b51
chore: Prepare 0.3.0 release ( #399 )
...
* chore: Prepare 0.3.0 release
* update changelog
* fix builds
* Update breaking changes
2020-07-13 13:00:54 -04:00
Lucio Franco and GitHub
6f378e2bd0
chore: Prepare 0.2 release ( #321 )
...
Signed-off-by: Lucio Franco <[email protected] >
2020-04-01 14:34:51 -04:00
Lucio Franco and GitHub
3cba9f5f6f
chore: Fix feature flags and build docs ( #311 )
...
Signed-off-by: Lucio Franco <[email protected] >
2020-03-30 12:02:10 -04:00
James Nugent and GitHub
59c7788846
fix(health): Set referenced version of tonic
2020-03-30 09:47:04 -05:00
James Nugent and GitHub
da92dbf8aa
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 .
2020-03-30 09:33:02 -05:00