虎
f82488c499
chore: Fix type in routeguide ( #1136 )
2022-11-07 10:58:11 -05:00
Lucio Franco
ec359ba35f
chore: Prepare 0.8 release ( #1044 )
2022-07-29 16:45:57 -04:00
Lucio Franco
808c417cbd
chore: Prepare 0.10 release ( #954 )
2022-03-31 17:05:54 -04:00
Matthias Vogelgesang
d6c0fc112b
feat(build): use prettyplease to format output ( #890 ) ( #904 )
2022-02-10 13:20:52 -05:00
Lucio Franco
2fe7131a23
chore: Prepare 0.6.0 release ( #811 )
2021-10-25 10:25:56 -04:00
Lucio Franco
23c1392fb7
fix(tonic): Remove Sync requirement for streams ( #804 )
2021-10-24 21:48:05 -04:00
Jerboas86
ddab65ede9
docs: fix typo ( #760 )
...
in in <--> in
2021-09-08 18:43:10 +02:00
Lucio Franco
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 <david.pdrsn@gmail.com >
* address comments
Co-authored-by: David Pedersen <david.pdrsn@gmail.com >
2021-07-08 15:53:14 -04:00
David Pedersen
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
Junichi Sugiura
db22c3568d
Fix ListFeaturesStream return type on RouteGuide Tutorial ( #586 )
2021-04-04 21:06:33 +02:00
Daniel Mangum
cb9ed18518
Update tokio dependencies in tutorials to be compatible with tonic 0.4 ( #549 )
...
Bumps routeguide tutorial dependency to tokio 1.0 for compatability with
tonic 0.4. Also adds required rt-multi-thread feature and drops unused
and now unsupported stream feature.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2021-02-02 14:22:03 -05:00
Lucio Franco
fda2d689d4
chore: Prepare 0.4 release ( #538 )
...
* Prepare `0.4` release
* Fix cargo issues
2021-01-15 13:38:36 -05:00
Quentin Perez
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 <marshaled@protonmail.com >
Co-authored-by: Lucio Franco <luciofranco14@gmail.com >
2021-01-11 12:18:34 -05:00
Michael-J-Ward
3c2a4a2813
fixes routeguide tutorial URL to async book ( #490 )
2021-01-05 13:40:42 -05:00
Lucio Franco
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
Tunahan Karlıbaş
9c954e0908
Make the cast in Bidirectional stream smaller ( #387 )
...
Since we already define the type we can just use it instead of writing it again
2020-07-06 11:58:07 -04:00
Lucio Franco
6f378e2bd0
chore: Prepare 0.2 release ( #321 )
...
Signed-off-by: Lucio Franco <luciofranco14@gmail.com >
2020-04-01 14:34:51 -04:00
Lucio Franco
2e082f8b3e
chore(build): Refactor codegen traits ( #302 )
...
Signed-off-by: Lucio Franco <luciofranco14@gmail.com >
2020-03-29 12:57:11 -04:00
Govardhan G D
9e7d35a2d3
chore: Add blocknig server example ( #277 )
...
Co-authored-by: Lucio Franco <luciofranco14@gmail.com >
2020-03-06 11:30:10 -05:00
Gyusun Yeom
f65cda1ea0
feat(build): Decouple codgen from prost ( #170 )
2020-03-01 13:52:31 -05:00
Dizans
34865a9fb5
chore(docs): Remove unecessary pinning ( #263 )
2020-02-13 11:34:34 -05:00
Lucio Franco
66ac4c4049
chore: Prepare 0.1.1 release ( #246 )
...
* chore: Prepare 0.1.1 release
* add missing pr
2020-01-20 11:53:45 -05:00
Lucio Franco
f4ecf47428
chore: Prepare 0.1.0 release ( #234 )
2020-01-14 09:36:19 -05:00
Marcel
dadc8186c2
chore: Upgrade to prost, prost-build and prost-derive 0.6 ( #230 ) ( #231 )
2020-01-13 09:40:57 -05:00
Lucio Franco
6673f91f1f
chore: Remove required bytes dep and clean up deny ( #227 )
...
* chore: Remove required bytes dep and clean up deny
* Fix interop test cli args
2020-01-11 12:48:24 -08:00
Adam Jacob
8997f47b6d
chore: Upgrade to prost master and bytes 0.5 ( #224 )
...
This upgrades tonic to prost's master branch, and moves everything to
bytes 0.5.
2020-01-11 11:05:08 -08:00
Juan Alvarez
faa26ac152
chore(example) Fix routeguide errors ( #218 )
...
* chore(example) Fix routeguide errors
* remove redundant line
2020-01-07 16:53:30 -05:00
Juan Alvarez
4e5c6c8f23
chore(example): update guides to 0.1-beta.1 ( #198 )
...
* update routeguide
* update helloworld
* depend on tonic beta.1
* Apply suggestions from code review
Co-Authored-By: Lucio Franco <luciofranco14@gmail.com >
Co-authored-by: Lucio Franco <luciofranco14@gmail.com >
2019-12-19 18:23:25 -05:00
Fletcher Nichol
6566b237a1
chore(docs): Fix routeguide tutorial source links ( #195 )
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca >
2019-12-17 16:21:13 -05:00
Lucio Franco
d9a481baef
chore: Reorganize examples and interop crates ( #180 )
...
* chore: Reorganize examples and interop crates
* fix interop tests
2019-12-12 11:53:15 -05:00