Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 21:21
82b1780

This is the v0.12.0 release of the sysdig-sdk-python (sdcclient), the Python client for Sysdig Platform

Bug Fixes

  • examples: Updating a map returns null (#129) (45dc0b8)
  • Add append field to falco macro and list creation (#134) (31be6e0)
  • Falco rule version comparison (#137) (1d0873e)
  • json.dumps with map (#132) (3b2bc90)
  • List events can receive a name to filter (5d17fce)
  • List events was not using v2 API -- SSPROD-2987 (19cf309)
  • Strip / characters from the URL (#128) (f3ce694)
  • The Policy API has changed origins and still requires Secure UI (625402b)

Features

BREAKING CHANGES

  • Add support for Dashboards v3 (#141) (d0b3ce1), closes #141
    • Splits the SdMonitorClient into a DashboardClient's, both from version v2 and v3. By default now SdMonitorClient inherits from DashboardClientV3 and therefore implements all the interface, but the following methods have changed the signature:

      • add_dashboard_panel
      • remove_dashboard_panel

      This is required because the Dashboards V3 do not implement the same kind of panels as V2 implemented.