Skip to content

Releases: sysdiglabs/sysdig-sdk-python

v0.17.1

16 Nov 15:15
69e0e52
Compare
Choose a tag to compare

Bug Fixes

  • do not retry on bad requests (#248)

v0.16.6

05 May 15:39
a213f9a
Compare
Choose a tag to compare

Improvements

  • [SP-748] Fix get_team method in #239

compressTest3

31 Aug 18:27
Compare
Choose a tag to compare
Compress default rules payload before sending

v0.16.4

24 Jun 11:13
283a2cb
Compare
Choose a tag to compare

Features

  • Update python script to support rapid response (#207)

Bug Fixes

  • Solve timezone issue in ActivityAuditClientV1 (#206)

Small modifications

  • Update code to Python 3 (#202)

Continuous Integration

  • Update agent installation for the latest version (#203)

v0.16.3

28 Sep 11:34
96d84e6
Compare
Choose a tag to compare

Features

Small Modifications

  • Require minimum urllib3 1.26.0 version (#198)

v0.16.2

07 Jul 06:43
ff1f2d6
Compare
Choose a tag to compare

Features

  • New sdcclient.secure.ActivityAuditClientV1 to query Activity Audit events (#197)

This deprecates the SdSecureClient.list_commands_audit() and SdSecureClient.get_command_audit() methods that use an old API endpoint. The methods are kept to maintain backwards compatibility in old on-prem installations, but will be removed over time.

v0.16.1

07 Jun 15:06
5a93a4c
Compare
Choose a tag to compare

Bug Fixes

  • retry policy: Solve deprecation warning on retry policy (#194) (thanks @marojor)
  • teams: Propagate old values for defaultTeamRole and entryPoint (#193) (thanks @IvanNik)

v0.16.0

07 May 13:33
c554f9f
Compare
Choose a tag to compare

Continuous Integration

  • Remove old Policy V1 tests, these were deprecated a long time ago (#190)

Features

  • SdScanningClient: Enhance the query_image_content method to add support for more content types (#189)
  • SdScanningClient: Add list all image tags method (#191)

v0.15.1

30 Mar 07:35
1acf59f
Compare
Choose a tag to compare

Features

  • Add get_event by ID method to Events client v1 and v2 (#188)

v0.15.0

17 Mar 14:26
818f7d2
Compare
Choose a tag to compare

Features

  • Add policy types support (#186)
  • Add delete_sysdig_capture method (#185)
  • Add user provisioning without email confirmation (#182)