Skip to content

Commit

Permalink
bump: upgrade nacos-sdk=0.4.3, with nacos-macro=0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai committed Dec 17, 2024
1 parent d1df7d0 commit f206517
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# 变更日志 | Change log

### 0.4.2
### 0.4.3

- 功能: 提供 Aliyun ram AuthPlugin,通过 `features = ["auth-plugin-http"]` 开启
- 功能: 提供 Aliyun ram AuthPlugin (#245),通过 `features = ["auth-by-aliyun"]` 开启
- 文档: Add aliyun ram examples and improve doc by @luoxiner in #248
- 增强: use LazyLock replace lazy_static by @CherishCai in #250

---

- Feature: Support Aliyun ram AuthPlugin (#245), enabled with `features = ["auth-plugin-http"]`
- Feature: Support Aliyun ram AuthPlugin (#245), enabled with `features = ["auth-by-aliyun"]`
- Doc: Add aliyun ram examples and improve doc by @luoxiner in #248
- Chore: use LazyLock replace lazy_static by @CherishCai in #250


### 0.4.2 Yank

- 功能: 提供 Aliyun ram AuthPlugin,通过 `features = ["auth-by-aliyun"]` 开启

---

- Feature: Support Aliyun ram AuthPlugin (#245), enabled with `features = ["auth-by-aliyun"]`

### 0.4.1

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[package]
name = "nacos-sdk"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
authors = ["nacos-group", "CheirshCai <785427346@qq.com>", "onewe <2583021406@qq.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -47,7 +47,7 @@ auth-by-aliyun = ["ring", "base64", "chrono"]

[dependencies]
arc-swap = "1.7"
nacos-macro = { version = "0.1.1", path = "nacos-macro" }
nacos-macro = { version = "0.2.0", path = "nacos-macro" }
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion nacos-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nacos-macro"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["nacos-group", "CheirshCai <785427346@qq.com>", "onewe <2583021406@qq.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit f206517

Please sign in to comment.