Skip to content

Commit

Permalink
bump: nacos-sdk=0.3.0 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai authored Jun 16, 2023
1 parent 2ab0bcb commit 4d7b9b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# 变更日志 | Change log

### 0.3.0

- 重构:gRPC 连接层使用 tonic 替代 tikv/grpc-rs ,让编译构建更舒适
- 破坏性变更:api 插件 auth/config-filter/config-encryption 都改成 async 函数

---

- 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
- TODO

### 0.2.6

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[package]
name = "nacos-sdk"
version = "0.3.0-pre"
version = "0.3.0"
edition = "2021"
authors = ["nacos-group", "CheirshCai <[email protected]>", "onewe <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4d7b9b6

Please sign in to comment.