Skip to content

Commit

Permalink
bump: upgrade version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
onewe committed Mar 10, 2024
1 parent 960104b commit b8f0298
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 变更日志 | Change log


### 0.3.5

- 修复: 磁盘加载持久化数据不触发 `Listener` 回调
- 功能: 新增 `naming_load_cache_at_start` 属性,用于控制是否在启动时加载缓存, 默认 `false`

---

- Fix: load service info from disk not trigger `Listener` callback
- Feature: add `naming_load_cache_at_start` property to control whether to load the cache at startup, default `false`

### 0.3.4

- 增强: 当设置 ephemeral=false 时,注册持久化实例
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.4"
version = "0.3.5"
edition = "2021"
authors = ["nacos-group", "CheirshCai <[email protected]>", "onewe <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit b8f0298

Please sign in to comment.