MyGit

1.0.1

nacos-group/nacos-sdk-cpp

版本发布时间: 2020-11-03 22:32:41

nacos-group/nacos-sdk-cpp最新发布版本:v1.1.0(2022-04-10 23:43:20)

We are glad to announce that Nacos-sdk-cpp version 1.0.1 becomes available. In this version, most of the APIs/Functionalities are aligned with the Java client's. The client is composed of 3 modules:

  1. NamingService: Service discovery Register instance/Unregister instance List instances Query instance with predicate function
  2. ConfigService: Publish/Get config Config change notification
  3. MaintainService: Maintain metadata for service/instance Modify/Delete Service information Modify Instance information Bugfix/New features in this release:
  4. Fixed CURL handle leak when deleting an instance of NamingService/ConfigService
  5. Supports endpoint feature
  6. Supports multiple configuration methods (.properties file or Property object within code)
  7. Supports factory mode, you can instantiate multiple client instance in your program

Most of the code is covered with a testcase, your issue/PR is appreciated.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-11-03发行的版本