David Pedersen and GitHub
0859d82e57
feat(transport): support customizing Channel's async executor ( #935 )
2022-03-15 11:11:44 -07:00
Sylwester Rąpała and GitHub
01e5be5080
Add example of detecting client drops in bidirectional streams on server side ( #931 )
2022-03-03 11:50:43 -05:00
Alex Lyon and GitHub
e30bb7ede7
fix(transport): Make Server::layer() support more than one layer ( #932 )
2022-03-01 16:49:36 -05:00
Yiyu Lin and GitHub
37cd48304f
fix(web): Fix error tonic-web doc url ( #928 )
2022-02-25 14:19:40 -05:00
Lucio Franco and GitHub
a359539a22
chore: Update mock example ( #926 )
2022-02-24 09:28:53 -05:00
Obsido Han and GitHub
a2745f9ae9
chore: Update README.md ( #925 )
2022-02-23 11:51:51 -05:00
Lucio Franco and GitHub
d7cae702fc
fix(codec): Return None after poll_data error ( #921 )
2022-02-23 11:22:01 -05:00
Lucio Franco and GitHub
d4973642da
chore: Remove MockStream ( #923 )
2022-02-22 16:21:39 -05:00
Lucio Franco and GitHub
a197c20469
fix(transport): connect w/ connector infailable ( #922 )
2022-02-22 15:33:29 -05:00
Lucio Franco and GitHub
ee6e726707
fix(transport): Endpoint returns transport error ( #920 )
2022-02-22 14:58:22 -05:00
Linus Färnstrand and GitHub
6bc7dab8e0
feat: Implement hash for Code ( #917 )
2022-02-21 14:45:15 -05:00
e6235623c4
fix(tonic): Preserve HTTP method in interceptor ( #912 )
...
Co-authored-by: Joe Dahlquist <[email protected] >
2022-02-21 12:49:00 -05:00
6763d191d2
fix(transport): Make server builder more consitient ( #901 )
...
Co-authored-by: Joe Dahlquist <[email protected] >
2022-02-18 13:57:37 -05:00
Sylwester Rąpała and GitHub
c9e78c4d65
chore: Fulfill MIT license requirments ( #916 )
2022-02-18 13:56:47 -05:00
David Pedersen and GitHub
6dfc20e1db
feat(transport): port router to axum ( #830 )
2022-02-18 18:19:52 +01:00
Lucio Franco and GitHub
0f7344a75f
chore(interop): Fix deprecated clap arg ( #914 )
2022-02-17 16:47:41 -05:00
Dirkjan Ochtman and GitHub
ef6e245180
fix: Return error on non https uri instead of panic ( #838 )
2022-02-15 15:11:36 -05:00
Alex Pearson and GitHub
bf44940f9b
fix: Handle interceptor errors as responses ( #840 ) ( #842 )
2022-02-15 15:10:35 -05:00
tottoto and GitHub
a542bf4dc0
chore(interop): Change structopt to clap ( #882 )
2022-02-15 11:07:08 -05:00
Anthony Green and GitHub
dee2ab52ff
feat(transport): add unix socket support in server ( #861 )
2022-02-14 15:00:58 -05:00
Matthias Vogelgesang and GitHub
d6c0fc112b
feat(build): use prettyplease to format output ( #890 ) ( #904 )
2022-02-10 13:20:52 -05:00
Theodore Zilist and GitHub
468e4221f0
Add identity to from_encoding_header ( #880 )
2022-01-31 23:29:33 +01:00
cssivision and GitHub
a337f132a5
fix(build): clippy warning for must_use ( #892 )
2022-01-27 11:44:25 -05:00
2b0ffee620
fix(health): Correctly implement spec for overall health ( #897 )
...
Co-authored-by: snowpoke <[email protected] >
2022-01-24 14:59:14 -05:00
Andrew Hickman and GitHub
d574cfda3a
fix(codec): Remove Default bound on Codec ( #894 )
2022-01-24 13:34:54 -05:00
Joel Höner and GitHub
7179f7ae6a
feat(build): add constructor from_arc for gRPC servers ( #875 )
2022-01-12 16:36:54 -05:00
tottoto and GitHub
65eceb1a6f
chore(tonic): Update intra doc links lint name ( #877 )
2022-01-12 16:35:27 -05:00
tottoto and GitHub
f58fda42a9
chore(tests): Update tower-http to 0.2 ( #878 )
2022-01-12 16:34:59 -05:00
Robin Lambertz and GitHub
a33e15a387
fix(tonic): Expose h2 error instead of reason ( #883 )
2022-01-12 16:33:24 -05:00
tottoto and GitHub
366d888a4b
chore: Fix clippy lints ( #881 )
2022-01-12 16:32:40 -05:00
Dirkjan Ochtman and GitHub
4548997080
feat(tls): upgrade to tokio-rustls 0.23 (rustls 0.20) ( #859 )
2022-01-12 15:09:30 -05:00
tottoto and GitHub
daf406dd2b
chore: Update tracing-subscriber to 0.3 ( #873 )
2021-12-30 09:53:02 +01:00
Jimmy and GitHub
16321c279f
docs: fix typo in the streaming example. ( #871 )
2021-12-25 00:03:20 +01:00
David Pedersen and GitHub
e78a2d832f
chore: Prepare 0.6.2 ( #860 )
...
- Contains the revert to [rust 2018](https://github.com/hyperium/tonic/pull/847 ).
- Bumps both tonic and tonic-build.
- tonic-build goes from 0.6.0 to 0.6.2 since there was no 0.6.1. I
believe we want tonic and tonic-build versions to follow each other.
2021-12-08 17:42:16 +01:00
Dirkjan Ochtman and GitHub
5a88e11887
chore: fix warnings around unused TLS code ( #858 )
2021-12-07 10:18:19 +01: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
Mfon Eti-mfon and GitHub
c62f382e3c
chore(examples): fix wording in helloworld tutorial ( #836 )
...
closes #835
2021-11-11 16:49:45 +01:00
Cezar Mathe and GitHub
8508f369c2
fix(examples): Fix autoreload example ( #798 ) ( #818 )
2021-11-01 18:29:44 -04:00
K900 and GitHub
debcafe08c
chore: update MSRV in readme ( #819 )
2021-10-28 14:54:33 -04:00
Thomas de Zeeuw and GitHub
7ea854b695
chore: Point to Request::set_timeout in Endpoint::timeout docs ( #817 )
2021-10-28 10:24:07 -04:00
Lucio Franco and GitHub
a6c77d1f77
chore: Prepare 0.6.1 ( #814 )
2021-10-26 20:29:35 -04:00
Lucio Franco and GitHub
2a3e9b2f6f
fix(transport): Bump hyper to 0.14.14 ( #813 )
2021-10-26 20:14:08 -04: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
23c1392fb7
fix(tonic): Remove Sync requirement for streams ( #804 )
2021-10-24 21:48:05 -04:00
Lucio Franco and GitHub
1f3df8db9e
chore: Upgrade to 2021 edition ( #808 )
2021-10-24 21:12:20 -04:00
Lucio Franco and GitHub
cc2b1634e2
chore: Update intra doc link lint name ( #805 )
2021-10-22 11:31:36 -04:00
Lucio Franco and GitHub
bbcacd0625
chore: Fix routeguide example warning ( #807 )
2021-10-22 11:17:04 -04:00
Lucio Franco and GitHub
3ab00f304d
fix(transport): AddOrigin panic on invalid uri ( #801 )
2021-10-22 08:45:04 -04:00
Tom Dyas and GitHub
ff6a690cec
fix(build): Correctly convert Empty to () ( #734 )
2021-10-22 08:44:27 -04:00
4947b076f5
fix(transport): Correctly map hyper errors ( #629 )
...
Co-authored-by: Lucio Franco <[email protected] >
2021-10-20 11:05:27 -04:00