Nacos-sdk-python

Latest version: v2.0.3

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.3

What's Changed
* resolve watcher high cpu usage by pro4jhu in https://github.com/nacos-group/nacos-sdk-python/pull/211
* fix: typo in error code check condition in rpc_client.py by hellodeveye in https://github.com/nacos-group/nacos-sdk-python/pull/215
* fix: remove unnecessary constructor causing model_validate error by hellodeveye in https://github.com/nacos-group/nacos-sdk-python/pull/216
* Add func signature to parameter of client.subscribe by shouldsee in https://github.com/nacos-group/nacos-sdk-python/pull/128
* rm redundant errors by nightosong in https://github.com/nacos-group/nacos-sdk-python/pull/184
* 修复:server未启动时client进入无限等待 by GavinAstk in https://github.com/nacos-group/nacos-sdk-python/pull/219
* readme by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/220
* 修复grpc连接复用问题 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/224

New Contributors
* pro4jhu made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/211
* hellodeveye made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/215
* shouldsee made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/128
* GavinAstk made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/219

**Full Changelog**: https://github.com/nacos-group/nacos-sdk-python/compare/2.0.1...2.0.3

2.0.1

What's Changed
* [WIP] Feature/v2 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/161
* 目录结构梳理 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/173
* 目录结构梳理 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/174
* Feature/v2 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/176
* Develop v2 by Aiswel in https://github.com/nacos-group/nacos-sdk-python/pull/180
* grpc protol支持 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/182
* Feature/v2 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/185
* Develop v2 for config_client by Aiswel in https://github.com/nacos-group/nacos-sdk-python/pull/183
* Fixed a format issue. by yecol in https://github.com/nacos-group/nacos-sdk-python/pull/192
* Feature/v2 develop by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/193
* Feature/v2 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/194
* Feature/v2 readme by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/197
* fix endpoint bug by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/202
* fix bug with python 2.7 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/203
* update readme by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/204
* 支持credentials provider by zeyu-zh in https://github.com/nacos-group/nacos-sdk-python/pull/205
* fix bug by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/207

New Contributors
* Aiswel made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/180
* yecol made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/192
* zeyu-zh made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/205

**Full Changelog**: https://github.com/nacos-group/nacos-sdk-python/compare/1.0.0...2.0.1

1.0.0

What's Changed
* Support naming auth by pixystone in https://github.com/nacos-group/nacos-sdk-python/pull/116
* Add user-agent for client. by pixystone in https://github.com/nacos-group/nacos-sdk-python/pull/118
* Update version to 0.1.9 by realJackSun in https://github.com/nacos-group/nacos-sdk-python/pull/119
* Fix add header by pixystone in https://github.com/nacos-group/nacos-sdk-python/pull/120
* support endpoint url model to get server list and fix add watch fail on mac & linux by shiyiyue1102 in https://github.com/nacos-group/nacos-sdk-python/pull/147
* 修复传参bug、新增日志轮转、优化明文用户名密码鉴权,支持后台服务实例自动心跳保活 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/160
* 增加access token调用判断 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/163
* 升级版本 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/164
* fix readme by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/165
* 在docker中启动多个gunicorn进程时,偶发异常"File exists',导致服务启动失败 by projoy in https://github.com/nacos-group/nacos-sdk-python/pull/171
* 心跳检测异常 by nightosong in https://github.com/nacos-group/nacos-sdk-python/pull/169

New Contributors
* pixystone made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/116
* realJackSun made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/119
* shiyiyue1102 made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/147
* projoy made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/171
* nightosong made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/169

**Full Changelog**: https://github.com/nacos-group/nacos-sdk-python/compare/0.1.7...1.0.0

0.1.17

What's Changed
* fix readme by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/165
* 在docker中启动多个gunicorn进程时,偶发异常"File exists',导致服务启动失败 by projoy in https://github.com/nacos-group/nacos-sdk-python/pull/171
* 心跳检测异常 by nightosong in https://github.com/nacos-group/nacos-sdk-python/pull/169

New Contributors
* projoy made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/171
* nightosong made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/169

**Full Changelog**: https://github.com/nacos-group/nacos-sdk-python/compare/0.1.16...0.1.17

0.1.16

What's Changed
* Support naming auth by pixystone in https://github.com/nacos-group/nacos-sdk-python/pull/116
* Add user-agent for client. by pixystone in https://github.com/nacos-group/nacos-sdk-python/pull/118
* Update version to 0.1.9 by realJackSun in https://github.com/nacos-group/nacos-sdk-python/pull/119
* Fix add header by pixystone in https://github.com/nacos-group/nacos-sdk-python/pull/120
* support endpoint url model to get server list and fix add watch fail on mac & linux by shiyiyue1102 in https://github.com/nacos-group/nacos-sdk-python/pull/147
* 修复传参bug、新增日志轮转、优化明文用户名密码鉴权,支持后台服务实例自动心跳保活 by CZJCC in https://github.com/nacos-group/nacos-sdk-python/pull/160

New Contributors
* pixystone made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/116
* realJackSun made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/119
* shiyiyue1102 made their first contribution in https://github.com/nacos-group/nacos-sdk-python/pull/147

**Full Changelog**: https://github.com/nacos-group/nacos-sdk-python/compare/0.1.7...0.1.16

0.1.7

Features
Add AK/SK authentication function for NacosClient.

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.