v0.4.1
版本发布时间: 2024-08-15 23:15:35
nacos-group/nacos-sdk-rust最新发布版本:v0.4.2(2024-09-13 20:04:47)
0.4.1
- 优化: 在
auth-plugin-http
使用arc-swap
替换 unsafe 代码 - 增强: 可以设置参数
max_retries
使内部连接 nacos-server 仅重试一定次数(默认无限重连),否则失败抛出 Error - 增强: 针对 Config/Naming 的 sdk 调用检查参数
- 升级: 升级
tonic
andprost
版本 - 样例: 增加一个使用 LazyLock 的用例 lazy_app
- Opt:
auth-plugin-http
unsafe code replace witharc-swap
by @thynson in #234 - Enhance: Prop
max_retries
for InnerConnection with nacos-server by @451846939 in #242 - Enhance: Check params for Config/Naming by @CherishCai in #240
- Bump: Upgrade
tonic
andprost
version by @thynson in #233 - Chore: Add an example lazy_app by @CherishCai in #239
What's Changed
- fix: get rid of unsafe code by arc-swap by @thynson in https://github.com/nacos-group/nacos-sdk-rust/pull/234
- Upgrade tonic and prost by @thynson in https://github.com/nacos-group/nacos-sdk-rust/pull/233
- chore: add an example lazy_app by @CherishCai in https://github.com/nacos-group/nacos-sdk-rust/pull/239
- Chore: Check params for Config/Naming by @CherishCai in https://github.com/nacos-group/nacos-sdk-rust/pull/240
- Add Configurable Max Retries for get_config in ConfigService by @451846939 in https://github.com/nacos-group/nacos-sdk-rust/pull/242
New Contributors
- @451846939 made their first contribution in https://github.com/nacos-group/nacos-sdk-rust/pull/242
Full Changelog: https://github.com/nacos-group/nacos-sdk-rust/compare/v0.4.0...v0.4.1