Skip to content

Releases: lacework/python-sdk

v3.1.0

22 Mar 18:50
v3.1.0
1176502
Compare
Choose a tag to compare

Changes

🚀 Features

  • (feature):Support Image Summary API in python sdk (#173) by surajswaminathan in [5dd6d14]

🧰 Maintenance

  • (ci):send alerts to Slack only from main branch (#170) (#171) by Salim Afiune in [ce5003a]

v3.0.0

28 Feb 15:44
v3.0.0
a0d2f98
Compare
Choose a tag to compare

Changes

🚀 Features

  • (feature):Add support for data export rules endpoint (#132) by Timothy MacDonald in [19a8ba8]

🐛 Bug Fixes

  • (fix):SDK version in user agent string (#152) by Timothy MacDonald in [438ea14]
  • (fix):replace old V1 APIs (#147) by Kristinn in [172bf9c]
  • (fix):Search class passes kwargs to pagination GET (#144) by Timothy MacDonald in [2cdc37a]

🧰 Maintenance

  • (chore):verify and update examples script to ensure they work (#146) by Timothy MacDonald in [f1fb12f]

  • (chore):update tests to include all current python versions (#135) by Timothy MacDonald in [9c2e858]

  • (chore):fix indent in workflow yaml (#134) by Timothy MacDonald in [965bd62]

  • (chore):add slack notification for test failure (#133) by Timothy MacDonald in [89443ec]

  • (ci):add token to version step (#167) by Timothy MacDonald in [a0d2f98]

  • (ci):allow release action to push changelog (#165) by Timothy MacDonald in [f9974df]

  • (ci):update release notes template (#163) by Timothy MacDonald in [5a6800f]

  • (ci):remove old publish workflow (#162) by Timothy MacDonald in [0481edf]

  • (ci):add PyPI publish to release action (#161) by Timothy MacDonald in [ca19c88]

  • (ci):remove commit of repo to main in GH release action (#160) by Timothy MacDonald in [5c9f230]

  • (ci):update checkout action in release workflow (#159) by Timothy MacDonald in [7a94d7a]

  • (ci):add version command to release action (#158) by Timothy MacDonald in [be7d118]

  • (ci):update github release action (#156) by Timothy MacDonald in [da1f4d8]

  • (ci):add poetry to release action (#155) by Timothy MacDonald in [626af97]

  • (ci):add github action for semantic release (#154) by Timothy MacDonald in [8968228]

  • (documentation):fix CRUD search method docstring (#145) by Timothy MacDonald in [4894932]

  • (documentation):Add handcrafted documentation (#141) by Timothy MacDonald in [dea0162]

  • (documentation):Update and lint all docstrings (#140) by Timothy MacDonald in [cc50f0f]

  • (documentation):change from pdoc to sphinx (#136) by Timothy MacDonald in [da7b2e9]

  • (refactor):Make base classmethods private (#142) by Timothy MacDonald in [1fdf77e]

  • (refactor):use poe the poet for testing (#130) by Timothy MacDonald in [3aff0db]

  • (test):quarantine failing tests (#166) by Timothy MacDonald in [8d87f9e]

  • (test):retry failing tests and enable slack notification (#164) by Timothy MacDonald in [a70775e]

  • (test):fix resourceGroup test for RGv2 (#150) by Timothy MacDonald in [5a23119]

  • (test):testing alert close requires open alerts (#151) by Timothy MacDonald in [d27b972]

  • (test):fix testAlerts failures (#149) by Timothy MacDonald in [45ac119]

  • (test):review, fix, and rename "flakey" tests (#148) by Timothy MacDonald in [170066a]

  • (test):fix race condition with delete tests (#139) by Timothy MacDonald in [f7a38e0]

  • (test):add docstring linting and move to separate action (#138) by Timothy MacDonald in [379d66a]

  • (test):fix slack alerting and mark some tests as flakey (#137) by Timothy MacDonald in [12edf70]

  • (test):fix search test for AlertRules and UserGroups (#131) by Timothy MacDonald in [b2dcf56]

v2.1.0

02 Aug 10:53
8d790de
Compare
Choose a tag to compare

Changes

v2.0.0

29 Jun 09:43
b59f4af
Compare
Choose a tag to compare

Changes

BREAKING CHANGE: The deprecated Lacework v1 API has been removed

v1.10.0

23 Mar 18:59
5433584
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: add support for TeamUsers and UserGroups APIs (#114) @ipcrm

v1.9.0

24 Feb 19:19
9b0022c
Compare
Choose a tag to compare

Changes

  • tests: updated policy exception tests for new constraints (#112) @alannix-lw
  • minor updates to example notebook to reflect API changes. (#109) @kiddinn

🚀 Features

🧰 Maintenance

v1.8.2

01 Feb 15:26
5da3f25
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • docs: example for fetching active fixable container vulns (#103) @alannix-lw

v1.8.1

09 Jan 17:48
4e3e58d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix: moved DEFAULT_BASE_DOMAIN assignment to object instantiation (#101) @alannix-lw

v1.8.0

28 Dec 21:48
aa5edbd
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: added endpoints for AzureSubscriptions and GcpProjects (#99) @alannix-lw

🐛 Bug Fixes

  • fix: only load subaccount data from config file when required (#98) @alannix-lw
  • fix: moving account validation to SDK object instantiation (#97) @alannix-lw
  • (fix) a bug where subaccounts got set on the jupyter object. (#94) @kiddinn

🧰 Maintenance

v1.7.0

01 Nov 15:19
89dbc7c
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: making it easer to see and set subaccounts (#92) @kiddinn

🐛 Bug Fixes

  • (fix) a bug in TS API client prevents the notebook from loading. (#89) @kiddinn
  • (fix) fixed and issue for subclasses containing API calls in Jupyter notebook (#87) @kiddinn

🧰 Maintenance