v1.0.3
版本发布时间: 2021-01-11 22:22:40
nacos-group/nacos-sdk-cpp最新发布版本:v1.1.0(2022-04-10 23:43:20)
Support log file Support .properties configuration, please check nacos-cpp-cli.properties for details
Major bug fix: Thread exit optimization, now the daemon thread will exit quickly, thus the client won't take much time to exit (compared with previous version) Special thanks to @wensheng-zhang for fixing bug in function getAllInstances (see #46 ) Service subscriber will now be displayed on nacos's panel. The client will now use both a poller and udp receiver to monitor the change of subscribed services, similar to Java client's implementation
Code polish: Constant headers' refactor