support vectored IO (#1502)Co-authored-by: Lucio Franco <[email protected]>
chore(tests): Remove futures-util (#1460)
chore: Fix ci tests
chore: Fix cargo deny warnings (#1374)
feat(core): Default encoding/decoding limits (#1335)* feat(core): Default encoding/decoding limitsThis PR adds new defaults for both client and server maxencoding/decoding message size limits. B
feat(core): Default encoding/decoding limits (#1335)* feat(core): Default encoding/decoding limitsThis PR adds new defaults for both client and server maxencoding/decoding message size limits. By default, the max messagedecoding size is `4MB` and the max message encoding size is`usize::MAX`.This is follow up work from https://github.com/hyperium/tonic/pull/1274BREAKING: Default max message encoding/decoding limits* update generated code
show more ...
fix(tonic): Remove `Sync` requirement for streams (#804)
fix(codec): Fix streaming reponses w/ many status (#689)Closes #681
fix: base64 encode details header (#345)