v0.4.0
版本发布时间: 2024-05-19 09:28:03
nacos-group/nacos-sdk-rust最新发布版本:v0.4.2(2024-09-13 20:04:47)
⚠️ 请注意,从 0.4.0 开始删除了 block api,仅提供 async API。
0.4.0
- 破坏性变更: 使 NamingService 和 ConfigService impl Send + Sync
- 破坏性变更: 默认 async,去掉 sync api,需要的话建议
futures::executor::block_on(future_fn)
- Change: make NamingService and ConfigService Send + Sync
- Change: all async API; If you need sync, maybe
futures::executor::block_on(future_fn)
What's Changed
- feat: make NamingService and ConfigService Send + Sync by @thynson in https://github.com/nacos-group/nacos-sdk-rust/pull/228
- Change: all async API; If you need sync, maybe
futures::executor::block_on(future_fn)
by @CherishCai in https://github.com/nacos-group/nacos-sdk-rust/pull/230 - bump: upgrade 0.4.0 by @CherishCai in https://github.com/nacos-group/nacos-sdk-rust/pull/231
New Contributors
- @thynson made their first contribution in https://github.com/nacos-group/nacos-sdk-rust/pull/228
Full Changelog: https://github.com/nacos-group/nacos-sdk-rust/compare/v0.3.6...v0.4.0