Releases: apache/dubbo-rust
Releases · apache/dubbo-rust
Release Apache Dubbo Rust v0.4.0 RC1
What's Changed
- Imp: remove GAT in the Registry trait‘s definition by @onewe in #117
- Ftr: add common/logger sub package by @mozhou-tech in #120
- Ftr: Implementation of the remoting layer the net package by @mozhou-tech in #119
- Rft: using subpackage to manage registry implementations for avoiding root-level directory abuse. by @mozhou-tech in #121
- Ftr: add nacos registry example by @onewe in #118
- Ftr: add common/utils subpackage by @mozhou-tech in #123
- Ftr: add new-arc related packages by @mozhou-tech in #124
- Ftr: protocol layer abstraction design by @mozhou-tech in #125
- Ftr: exchange layer abstraction design by @mozhou-tech in #126
- rename creates with dubbo prefix by @robberphex in #131
- Fix: 修复服务无法注册异常 by @hubertshelley in #132
- wip: listener add tls by @baerwang in #104
- Fix/compile error by @yang20150702 in #134
- Fix: logical error of get_protocol_or_default by @G-XD in #137
- Feat/cluster by @yang20150702 in #138
- Rft: add Cluster to ClientBuilder by @yang20150702 in #142
- Supports grpc+json and the curl tool by @AdachiAndShimamura in #148
- Ftr: add tls for client by @G-XD in #152
- Fixed bugs related to protocols and encoding. by @AdachiAndShimamura in #154
- [ISSUE #158]Translate Chinese comments in the Zookeeper module to English by @mxsm in #159
- [ISSUE #161] #[serde(default)] can only be used on structs, not enum by @liudada114 in #162
- Fix: skip NodeExists error when create_path_with_parent_check by @luoxiner in #170
- Feat: cluster and extension by @yang20150702 in #185
- Ftr: merge some mod to dubbo by @yang20150702 in #188
- Rft: Optimize the relation of metadata and headers by @yang20150702 in #193
- [ISSUES #190] Add invoker extension and enhance extension design by @onewe in #195
- Add Loadbalance trait by @yang20150702 in #199
- Release version 0.4.0 by @yang20150702 in #201
New Contributors
- @hubertshelley made their first contribution in #132
- @G-XD made their first contribution in #137
- @mxsm made their first contribution in #159
- @liudada114 made their first contribution in #162
- @luoxiner made their first contribution in #170
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
This is the first preview release, check the official website for how to experience it quickly.