Skip to content

v 1.0.1

Compare
Choose a tag to compare
@TTTTTAAAAAKKKKEEEENNNN TTTTTAAAAAKKKKEEEENNNN released this 03 Nov 14:32
· 211 commits to master since this release
6f7d4cf

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.