Skip to content

nacos-sdk v0.3.0-beta

Choose a tag to compare

@CherishCai CherishCai released this 18 May 03:22
· 102 commits to main since this release
2235aae

tonic 替换 tikv/grpc-rs ,编译构建更舒服 🎉🎉🎉🔥🔥🔥
@onewe 主要贡献,请大伙尝试使用和完善,期待正式版~
对比以前的版本,做了破坏性变更,auth/config-filter/config-encryption 插件,支持 async 方法
若开启了 auth 的用户,务必升级到此版本,Fix #161


中文

  • Refactor: 使用 tonic 替换 tikv/grpc-rs
  • Change: 破坏性变更,auth/config-filter/config-encryption 插件,支持 async 方法
  • Chore: 清理 Naming 模块一些废弃 APIs

EN

  • Refactor: tonic instead of tikv/grpc-rs
  • Change: Break Change api of auth plugin, support async fn
  • Change: Break Change api of config-filter plugin, support async fn
  • Change: Break Change api of config-encryption plugin, support async fn
  • Chore: Remove some deprecated APIs of naming

What's Changed

  • Fix: Bug: 开启 auth 造成卡住,日志不再输出,可能服务也会下线! #161
  • Change: Break Change api of auth plugin, support async fn. by @CherishCai in #162
  • Change: Break Change api of config plugin, support async fn. by @CherishCai in #163

Full Changelog: v0.3.0-alpha...v0.3.0-beta