Releases: CheckPointSW/cp-mgmt-api-go-sdk
Releases · CheckPointSW/cp-mgmt-api-go-sdk
v1.7.2
v1.7.1
v1.7.0
v1.6.1
Add support to automatic publish mode -
New SDK parameter AutoPublishBatchSize is the number of batch size (API calls) to execute publish automatically (set -1 to turn off).
Example:
Set AutoPublishBatchSize to 10 means that after each 10 API calls, SDK will run publish automatically for the user and then continue handle other calls.
v1.6.0
v1.5.1
v1.5.0
- Deprecate old login function
- support usage of payload on Log in
v1.4.0
Add support to login with API key
v1.3.0
- Add flag 'isProxyUsed' which indicates if proxy is used.