diff --git a/content/en/blog/releases/Kitex/release-v0_11_0.md b/content/en/blog/releases/Kitex/release-v0_11_0.md index 9486129ac2..dab25c2bed 100644 --- a/content/en/blog/releases/Kitex/release-v0_11_0.md +++ b/content/en/blog/releases/Kitex/release-v0_11_0.md @@ -11,14 +11,14 @@ description: > ## **Introduction to Key Changes** ### New Feature -1. **Mixed Retry**: Supports enabling both "Failure Retry" and "Backup Request" strategies simultaneously, which can reduce tail requests while increasing the success rate of retries, for more detail: [Retry](/en/docs/kitex/tutorials/service-governance/retry/) -2. **Custom Payload Validation**: To avoid inconsistencies in data transmission caused by hardware failures or data tampering, Kitex provides validation functionality for payload messages and supports custom extensions. For usage: [Payload Validator](/en/docs/kitex/tutorials/advanced-feature/payload_validator/). +1. **Mixed Retry**: Supports enabling both "Failure Retry" and "Backup Request" strategies simultaneously, which can reduce tail requests while increasing the success rate of retries, for more detail: [Retry](/docs/kitex/tutorials/service-governance/retry/) +2. **Custom Payload Validation**: To avoid inconsistencies in data transmission caused by hardware failures or data tampering, Kitex provides validation functionality for payload messages and supports custom extensions. For usage: [Payload Validator](/docs/kitex/tutorials/advanced-feature/payload_validator/). ### Feature optimization 1. **Frugal ARM Optimization**: Frugal v0.2.0 now supports a new implement by reflection 2. **Kitex Tool Improvement**: Kitex Tool provide a new param `-rapid` to integrates Thriftgo and there's a slightly improved speed. -3. **Generating Multiple Handlers for Multiple Services**:Since this version, Kitex tool provide each service with independent handler file and register them into server,for more details: [Generating Multiple Handlers for Multiple Services](/en/docs/kitex/tutorials/advanced-feature/multi_service/multi_handler/) -4. **Generic Streaming for JSON [on trial]**:JSON generic streaming has now support streaming (client only),currently we're doing some optimization, you can have a try by following this doc: [Generic Streaming](/en/docs/kitex/tutorials/advanced-feature/generic-call/generic_streaming/) +3. **Generating Multiple Handlers for Multiple Services**:Since this version, Kitex tool provide each service with independent handler file and register them into server,for more details: [Generating Multiple Handlers for Multiple Services](/docs/kitex/tutorials/advanced-feature/multi_service/multi_handler/) +4. **Generic Streaming for JSON [on trial]**:JSON generic streaming has now support streaming (client only),currently we're doing some optimization, you can have a try by following this doc: [Generic Streaming](/docs/kitex/tutorials/advanced-feature/generic-call/generic_streaming/) ### Others