chore: Prepare alpha.4 release (#91)
* chore: Prepare alpha.4 release * Update changelog
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
# [0.1.0-alpha.4](https://github.com/hyperium/tonic/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (October 23, 2019)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **build:** Fix service and rpc name conflict ([#92](https://github.com/hyperium/tonic/issues/92)) ([1dbde95](https://github.com/hyperium/tonic/commit/1dbde95)), closes [#89](https://github.com/hyperium/tonic/issues/89)
|
||||
* **codec:** Properly decode partial DATA frames ([#83](https://github.com/hyperium/tonic/issues/83)) ([9079e0f](https://github.com/hyperium/tonic/commit/9079e0f))
|
||||
* **transport:** Rename server tls config method ([#73](https://github.com/hyperium/tonic/issues/73)) ([2a4bdb2](https://github.com/hyperium/tonic/commit/2a4bdb2))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docs:** Add routeguide tutorial ([#21](https://github.com/hyperium/tonic/issues/21)) ([5d0a795](https://github.com/hyperium/tonic/commit/5d0a795))
|
||||
* **transport:** Add support client mTLS ([#77](https://github.com/hyperium/tonic/issues/77)) ([335a373](https://github.com/hyperium/tonic/commit/335a373))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **transport:** `rustls_client_config` for the server has been renamed to `rustls_server_config`.
|
||||
* **client:** Use `Stream` instead of `TrySteam` for client calls ([#61](https://github.com/hyperium/tonic/issues/61)) ([7eda823](https://github.com/hyperium/tonic/commit/7eda823))
|
||||
|
||||
|
||||
# [0.1.0-alpha.3](https://github.com/hyperium/tonic/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (October 9, 2019)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user