Skip to content

Commit

Permalink
bump: nacos-sdk=0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai committed Nov 21, 2023
1 parent 973ee53 commit 0198694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "nacos-sdk-rust-binding-node"
version = "0.3.2"
version = "0.3.3"
authors = ["CheirshCai <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ crate-type = ["cdylib"]
napi = { version = "2", default-features = false, features = ["napi4", "async"] }
napi-derive = "2"

nacos-sdk = { version = "0.3.2", features = ["async"] }
nacos-sdk = { version = "0.3.3", features = ["async"] }
#nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", branch = "main", features = ["async"] }

tracing-subscriber = { version = "0.3", features = ["default"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm 包 -> https://www.npmjs.com/package/nacos-sdk-rust-binding-node
环境变量 `NACOS_CLIENT_LOGGER_LEVEL=INFO` 可设置日志打印级别,默认 INFO
- 客户端日志请在目录 `$HOME/logs/nacos/` 查看

环境变量 `NACOS_CLIENT_COMMON_THREAD_CORES=4` 可设置客户端核心线程数,默认是 CPU 数目 num_cpus
环境变量 `NACOS_CLIENT_COMMON_THREAD_CORES=4` 可设置客户端核心线程数,默认 1

环境变量 `ENV_NACOS_CLIENT_NAMING_PUSH_EMPTY_PROTECTION=false` 可关闭 Naming 防推空保护,默认 true

Expand Down

0 comments on commit 0198694

Please sign in to comment.