Skip to content

Releases: CheckPointSW/cp_mgmt_api_python_sdk

v1.8.0

27 Nov 12:18
2f471a7
Compare
Choose a tag to compare

Fix ssl compatibility issues that occur in python 3.12

v1.7.0

24 May 09:27
325c7a7
Compare
Choose a tag to compare

Add option to use all rest API methods

v1.6.0

06 Oct 13:26
7777086
Compare
Choose a tag to compare

Handle broken pipe IO error

v1.5.0

28 Jul 07:55
4ad873c
Compare
Choose a tag to compare

Add support for Smart-1 Cloud

v1.4.1

01 May 15:26
2aa3841
Compare
Choose a tag to compare

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

v1.4.0

26 Apr 09:20
74d81ca
Compare
Choose a tag to compare
  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

18 Nov 16:14
b2d0a23
Compare
Choose a tag to compare
  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

15 Jul 13:02
2704b5a
Compare
Choose a tag to compare
  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

03 Jun 11:25
737ce9f
Compare
Choose a tag to compare

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

v1.1.2

19 Oct 07:54
007984e
Compare
Choose a tag to compare

Adding timeout capability to api_call