v 1.0.1
TTTTTAAAAAKKKKEEEENNNN
released this
03 Nov 14:32
·
211 commits
to master
since this release
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:
- NamingService:
Service discovery
Register instance/Unregister instance
List instances
Query instance with predicate function - ConfigService:
Publish/Get config
Config change notification - MaintainService:
Maintain metadata for service/instance
Modify/Delete Service information
Modify Instance information
Bugfix/New features in this release: - Fixed CURL handle leak when deleting an instance of NamingService/ConfigService
- Supports endpoint feature
- Supports multiple configuration methods (.properties file or Property object within code)
- 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.