Skip to content

Releases: CheckPointSW/cp_mgmt_api_python_sdk

v1.9.0

Choose a tag to compare

@chkp-edenbr chkp-edenbr released this 06 Feb 12:28
5db24fe

Hide api-key from debug file

v1.8.0

Choose a tag to compare

@chkp-edenbr chkp-edenbr released this 27 Nov 12:18
2f471a7

Fix ssl compatibility issues that occur in python 3.12

v1.7.0

Choose a tag to compare

@chkp-edenbr chkp-edenbr released this 24 May 09:27
325c7a7

Add option to use all rest API methods

v1.6.0

Choose a tag to compare

@chkp-royl chkp-royl released this 06 Oct 13:26
7777086

Handle broken pipe IO error

v1.5.0

Choose a tag to compare

@chkp-royl chkp-royl released this 28 Jul 07:55
4ad873c

Add support for Smart-1 Cloud

v1.4.1

Choose a tag to compare

@chkp-roniz chkp-roniz released this 01 May 15:26
2aa3841

Upload an official package to pypi.org
Review https://pypi.org/project/cp-mgmt-api-sdk/

v1.4.0

Choose a tag to compare

@chkp-edenbr chkp-edenbr released this 26 Apr 09:20
74d81ca
  1. Enable TLS certificate verification
  2. Configure how frequently task status should be checked
  3. Fix login as root with non-standard API port
  4. Add user-agent when login as root

v1.3.0

Choose a tag to compare

@chkp-royl chkp-royl released this 18 Nov 16:14
b2d0a23
  1. Collect API calls logs only if debug_file client member is not empty.
  2. Create new connection in case of connection aborted error.

v1.2.1

Choose a tag to compare

@chkp-royl chkp-royl released this 15 Jul 13:02
2704b5a
  1. Add raw response data to APIResponse in case response is not JSON type.
  2. Handle CannotSendRequest\BadStatusLine exceptions in api call function.

v1.2.0

Choose a tag to compare

@chkp-royl chkp-royl released this 03 Jun 11:25
737ce9f

Add support to use single HTTPS connection.
Flag 'single_conn' indicates if client should use single connection. By default, flag value is True.