Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@TTTTTAAAAAKKKKEEEENNNN TTTTTAAAAAKKKKEEEENNNN released this 10 Apr 15:43
· 3 commits to master since this release
60dc0fb

issue #85 fix:
If the client fails to login to nacos server at initialization stage, it will crash
If the server's password is changed when the client is running, the client will try to login the server every 30 seconds and put this issue on nacos-sdk-cpp.log

NacosConfigService::getConfig behavior change:
When the server returns 403(no permission), the client will try to get local snapshot, if there is no snapshot, the getConfig() will throw an exception with errorcode = 403 and the user is to decide the failback strategy