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