Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Releases: sysdiglabs/sysdig-sdk-python

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 08 May 09:08
3dd352e
feat!: Remove functions calling the legacy Data API. (#270)

v0.18.0

Choose a tag to compare

@nikola-milikic nikola-milikic released this 06 May 07:26
6b7be9f
Introduce functions for interacting with Prometheus API (#257)

* Introduce functions for executing PromQL instant and range queries towards the Monitor Promehteus endpoints.

* Add get_series endpoint

* Add get_labels endpoint

* Add get_label_values function.

* Add get_metadata function.

* In all functions expect both token and host to be passed as arguments.

* poetry lock

* Apply linting comments

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 16 Nov 15:15
69e0e52

Bug Fixes

  • do not retry on bad requests (#248)

v0.16.6

Choose a tag to compare

@luzeno luzeno released this 05 May 15:39
a213f9a

Improvements

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

compressTest3

Choose a tag to compare

@jacklongsd jacklongsd released this 31 Aug 18:27
Compress default rules payload before sending

v0.16.4

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:13
283a2cb

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

Choose a tag to compare

@github-actions github-actions released this 28 Sep 11:34
96d84e6

Features

Small Modifications

  • Require minimum urllib3 1.26.0 version (#198)

v0.16.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:43
ff1f2d6

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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 15:06
5a93a4c

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

Choose a tag to compare

@github-actions github-actions released this 07 May 13:33
c554f9f

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)