Skip to content

Commit

Permalink
bump: upgrade version 0.3.4 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai authored Jan 16, 2024
1 parent c843196 commit cf3aa5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 变更日志 | Change log

### 0.3.4

- 增强: 当设置 ephemeral=false 时,注册持久化实例

---

- Enhance: register persistent-instance when instance's ephemeral=false

### 0.3.3

- 增强: Nacos client 公共线程池线程数量默认为1并升级一些依赖版本
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.3"
version = "0.3.4"
edition = "2021"
authors = ["nacos-group", "CheirshCai <[email protected]>", "onewe <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ gRPC 交互的 Payload 和 Metadata 由 `Protocol Buffers` 序列化,具体的
- [x] 批量注册服务 api 与实现
- [x] 获取服务 api 与实现
- [x] 订阅服务 api 与实现,List-Watch 机制,具备 list 兜底逻辑
- [x] 服务防推空,默认开启,TODO 可选关闭。
- [x] 服务防推空,默认开启,可选关闭。

#### Common 通用能力
- [x] 创建参数,自定义传参 + ENV 环境变量读取,后者优先级高;ENV 统一前缀,例如 `NACOS_CLIENT_CONFIG_*` 于配置管理, `NACOS_CLIENT_NAMING_*` 于服务注册
Expand Down

0 comments on commit cf3aa5c

Please sign in to comment.