nacos-sdk v0.2.4
中文
- 清理无用代码
- login url 携带账号密码
- 统一使用变量名占位方式打印日志
- 支持 https login 认证
- 支持自定义 grpc 端口
- 实现 List-Watch 机制 naming 模块
- 设置默认 grpc 请求超时时间
- 修复服务端多次推送服务变更信息
EN
- Chore: login with url encode username password.
- Chore: clean code with clippy
- Chore: log macro args into string
- Feature: add https scheme in feathre for auth and custom grpc port support
- Feature: implement List-Watch for naming module
- Enhance: set default timeout
- Fix: service info push many times from server
What's Changed
- chore: login with url encode username password. (#112) @CherishCai
- chore: clean code with clippy (#111) @CherishCai
- chore: log macro args into string (#124) @CherishCai
- feature: add https scheme in feathre for auth and custom grpc port support (#123) @shenshouer
- feature: implement List-Watch for naming module (#125) @onewe
- enhance: set default timeout (#128) @onewe
- fix: service info push many times from server (#117) @onewe
Full Changelog: v0.2.3...v0.2.4