v0.3.2
版本发布时间: 2023-09-29 21:54:46
nacos-group/nacos-sdk-rust最新发布版本:v0.4.2(2024-09-13 20:04:47)
祝大伙中秋佳节,幸福安康~🥮🎉
0.3.2
- 增强:支持环境变量设置部分参数,默认为环境变量优先
- 增强:提供防推空参数设置,默认 true
- 增强:支持 server_addr 不设置端口,默认 8848
- 测试:Integration Test with nacos-server
- Enhance: Read props from environment variables, please see
nacos_sdk::api::constants::ENV_NACOS_CLIENT_*
- Enhance: The
naming_push_empty_protection
could be set by ClientProps - Enhance: Support
server-addr
without port, default 8848 - Test:Integration Test with nacos-server
What's Changed
- [ISSUE #187]Fix typos in ClientProps struct by @mxsm in https://github.com/nacos-group/nacos-sdk-rust/pull/188
- [ISSUE #171]Integration Test with nacos-server by @mxsm in https://github.com/nacos-group/nacos-sdk-rust/pull/191
- [ISSUE #192]Fix empty check for the server address in method ClientProps#get_server_list is always false by @mxsm in https://github.com/nacos-group/nacos-sdk-rust/pull/193
- [ISSUE #185]Supporting server addresses without a port, defaulting to 8848 by @mxsm in https://github.com/nacos-group/nacos-sdk-rust/pull/194
- [ISSUE #47]Read configuration from environment variables by @mxsm in https://github.com/nacos-group/nacos-sdk-rust/pull/196
- Enhance(#197): naming_push_empty_protection can be set in ClientProps by @CherishCai in https://github.com/nacos-group/nacos-sdk-rust/pull/198
- enhance: env_first when get props from ClientProps. by @CherishCai in https://github.com/nacos-group/nacos-sdk-rust/pull/199
- bump: upgrade version 0.3.2 by @CherishCai in https://github.com/nacos-group/nacos-sdk-rust/pull/200
New Contributors
- @mxsm made their first contribution in https://github.com/nacos-group/nacos-sdk-rust/pull/188
Full Changelog: https://github.com/nacos-group/nacos-sdk-rust/compare/v0.3.1...v0.3.2