nacos-sdk v0.2.3
Rust could binding to Anythings!!!~
nacos-sdk-rust-binding-node : nacos-sdk-rust binding for NodeJs with napi.
Tip: nacos-sdk-nodejs 仓库暂未提供 2.x gRPC 交互模式,为了能升级它,故而通过 node addon 方式调用 nacos-sdk-rust
中文
- 提供 async api,可以通过
features = ["async"]
来启用 - 优化内部逻辑,减少核心线程数目、去除 tls/openssl 依赖
- 变更 naming api
register_instance/select_instances
用以替代register_service/select_instance
- 修复 naming 服务变更的日志打印
EN
- Api: provides the async API, which can be enabled via
features = ['async"]
- Chore: optimize internal logic, reduce the number of core threads, remove tls/openssl dependencies
- Change: naming api
register_instance/select_instances
instead ofregister_service/select_instance
- Fix: naming changed service log
What's Changed
- enhance: add some debug log by @onewe in #86
- chore: some logic optimization. by @CherishCai in #88
- add some unit tests by @onewe in #93
- chore: Optimize and Unified code. by @CherishCai in #95
- ci: fix codecov tarpaulin with 0.22.0 by @CherishCai in #98
- chore: try exclude tls openssl by @CherishCai in #99
- [ISSUES #100] Change: naming api register_instance/select_instances by @onewe in #104
- doc: link to nacos-sdk-rust-binding-node by @CherishCai in #105
- [ISSUES #102] fix naming changed service log by @onewe in #106
- [ISSUES #101] env cq count decrease to 1 by @onewe in #103
- [ISSUES #107] Add asynchronous api by @onewe in #108
- chore: upgrade version to 0.2.3 by @CherishCai in #110
Full Changelog: v0.2.2...v0.2.3