Skip to content

Commit f58a743

Browse files
authored
bump: upgrade nacos-sdk=0.4.3, with nacos-macro=0.2.0 (#252)
1 parent d1df7d0 commit f58a743

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# 变更日志 | Change log
22

3-
### 0.4.2
3+
### 0.4.3
44

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

79
---
810

9-
- Feature: Support Aliyun ram AuthPlugin (#245), enabled with `features = ["auth-plugin-http"]`
11+
- Feature: Support Aliyun ram AuthPlugin (#245), enabled with `features = ["auth-by-aliyun"]`
12+
- Doc: Add aliyun ram examples and improve doc by @luoxiner in #248
13+
- Chore: use LazyLock replace lazy_static by @CherishCai in #250
14+
15+
16+
### 0.4.2 Yank
17+
18+
- 功能: 提供 Aliyun ram AuthPlugin,通过 `features = ["auth-by-aliyun"]` 开启
19+
20+
---
21+
22+
- Feature: Support Aliyun ram AuthPlugin (#245), enabled with `features = ["auth-by-aliyun"]`
1023

1124
### 0.4.1
1225

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
[package]
2020
name = "nacos-sdk"
21-
version = "0.4.2"
21+
version = "0.4.3"
2222
edition = "2021"
2323
authors = ["nacos-group", "CheirshCai <[email protected]>", "onewe <[email protected]>"]
2424
license = "Apache-2.0"
@@ -47,7 +47,7 @@ auth-by-aliyun = ["ring", "base64", "chrono"]
4747

4848
[dependencies]
4949
arc-swap = "1.7"
50-
nacos-macro = { version = "0.1.1", path = "nacos-macro" }
50+
nacos-macro = { version = "0.2.0", path = "nacos-macro" }
5151
thiserror = "1.0"
5252
tokio = { version = "1", features = ["full"] }
5353

nacos-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nacos-macro"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["nacos-group", "CheirshCai <[email protected]>", "onewe <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)