chore: Prepare tonic 0.4.3 (#617)

* chore: Prepare tonic `0.4.3`

* Small typo fix
This commit is contained in:
David Pedersen
2021-04-29 16:57:28 +02:00
committed by GitHub
parent dae31d0e1c
commit 7f1af64527
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
# [0.4.3](https://github.com/hyperium/tonic/compare/v0.4.2...v0.4.3) (2021-04-29)
### Features
* **client:** Add `Request::set_timeout` ([#615](https://github.com/hyperium/tonic/issues/615)) ([dae31d0](https://github.com/hyperium/tonic/commit/dae31d0))
* **transport:** Configure TLS automatically when possible ([#445](https://github.com/hyperium/tonic/issues/445)) ([b04c1c6](https://github.com/hyperium/tonic/commit/b04c1c6))
* **transport:** Support timeouts with the `grpc-timeout` header ([#606](https://github.com/hyperium/tonic/issues/606)) ([9ff4f7b](https://github.com/hyperium/tonic/commit/9ff4f7b))
# [0.4.2](https://github.com/hyperium/tonic/compare/v0.4.1...v0.4.2) (2021-04-13)
### Bug Fixes