Skip to content

Releases: CheckPointSW/cp-mgmt-api-go-sdk

v1.7.2

29 Sep 10:53
a7b913a
Compare
Choose a tag to compare
change import in main.go (#19)

v1.7.1

14 Jan 08:40
afb5b18
Compare
Choose a tag to compare
Add support for HTTP GET, PUT, DELETE in APIClient.go (#16)

v1.7.0

09 Jan 11:28
afb5b18
Compare
Choose a tag to compare

Add support to specify HTTP request method e.g. POST, PUT, GET, DELETE (Default is POST)

v1.6.1

07 Jun 13:20
Compare
Choose a tag to compare

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

22 Jun 15:21
Compare
Choose a tag to compare

Add support to Smart-1 Cloud. Use 'CloudMgmtId' in ApiClient to set your cloud management UID.

v1.5.1

15 Jun 15:28
057b48e
Compare
Choose a tag to compare

Skip TLS verify set to true

v1.5.0

23 May 12:35
3d603c9
Compare
Choose a tag to compare
  • Deprecate old login function
  • support usage of payload on Log in

v1.4.0

24 Nov 10:06
cd0fca4
Compare
Choose a tag to compare

Add support to login with API key

v1.3.0

22 Nov 10:32
e28526b
Compare
Choose a tag to compare
  • Add flag 'isProxyUsed' which indicates if proxy is used.

v1.2.0

06 Sep 13:23
472d2ea
Compare
Choose a tag to compare
  • Fix handle waitForTasks
  • Add user agent to examples