|
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0 |
|
| #
ff71e893 |
| 13-Nov-2023 |
Xiaoya Wei <[email protected]> |
support vectored IO (#1502)
Co-authored-by: Lucio Franco <[email protected]>
|
|
Revision tags: v0.10.2, v0.10.1, v0.10.0 |
|
| #
67cd687b |
| 11-Aug-2023 |
tottoto <[email protected]> |
chore(tests): Remove futures-util (#1460)
|
| #
1934825f |
| 24-Apr-2023 |
Lucio Franco <[email protected]> |
chore: Fix ci tests
|
| #
c09fc230 |
| 24-Apr-2023 |
Lucio Franco <[email protected]> |
chore: Fix cargo deny warnings (#1374)
|
|
Revision tags: v0.9.2, v0.9.1, v0.9.0 |
|
| #
ff331199 |
| 30-Mar-2023 |
Lucio Franco <[email protected]> |
feat(core): Default encoding/decoding limits (#1335)
* feat(core): Default encoding/decoding limits
This PR adds new defaults for both client and server max encoding/decoding message size limits. B
feat(core): Default encoding/decoding limits (#1335)
* feat(core): Default encoding/decoding limits
This PR adds new defaults for both client and server max encoding/decoding message size limits. By default, the max message decoding size is `4MB` and the max message encoding size is `usize::MAX`.
This is follow up work from https://github.com/hyperium/tonic/pull/1274
BREAKING: Default max message encoding/decoding limits
* update generated code
show more ...
|
|
Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0, v0.7.2, v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0 |
|
| #
23c1392f |
| 25-Oct-2021 |
Lucio Franco <[email protected]> |
fix(tonic): Remove `Sync` requirement for streams (#804)
|
|
Revision tags: v0.5.2, v0.5.1, v0.5.0 |
|
| #
737ace39 |
| 01-Jul-2021 |
Lucio Franco <[email protected]> |
fix(codec): Fix streaming reponses w/ many status (#689)
Closes #681
|
|
Revision tags: v0.4.3, v0.4.2, v0.4.1, v0.4.0, v0.3.1, v0.3.0, v0.2.1 |
|
| #
e683ffef |
| 07-May-2020 |
Lucio Franco <[email protected]> |
fix: base64 encode details header (#345)
|