Skip to content

Releases: lacework/python-sdk

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

v1.6.1

31 Aug 00:43
358c80a
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix: allow exclusions to lower camel case conversion (#86) @alannix-lw

v1.6.0

26 Aug 13:57
ec2193c
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: implemented new Policy Exceptions API endpoint (#85) @alannix-lw

v1.5.0

23 Aug 01:44
4919251
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

v1.4.0

10 Aug 15:21
608d898
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v1.3.0

23 May 16:10
2f4f189
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

v1.2.0

05 Apr 19:56
05c0b7e
Compare
Choose a tag to compare

Changes

  • Add export to csv examples for host and container vulnerabilities (#60) @credibleforce
  • Made changes to the Mitre ATT&CK Integration (#59) @kiddinn

🚀 Features

  • Adding support for Vulnerability Policies API endpoint (#66) @alannix-lw
  • Added Evidence API as well as some improvements to the Jupyter project. (#65) @kiddinn

🐛 Bug Fixes

  • ci: marking alert channel tests as flaky due to throttling (#62) @alannix-lw
  • fix: updates to testing related to v4.60 changes (#61) @alannix-lw

🧰 Maintenance

  • tests: improved test reliability following dataplane API release (#63) @alannix-lw
  • ci: disabling fail-fast to complete tests on each version of Python (#58) @alannix-lw

v1.1.0

07 Feb 13:47
62f310f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Added a simple Mitre Att&ck class as well as a helper for Alerts API. (#57) @kiddinn
  • feat: added support for Vulnerability Exceptions (#56) @alannix-lw

🧰 Maintenance

  • docs: add Lacework logo to README.md (#55) @afiune

v1.0.0

31 Jan 18:05
666049d
Compare
Choose a tag to compare

Changes

  • Added a helper to extract data from JSON structs inside data frames (#54) @kiddinn
  • Added JOIN support to the query builder. (#53) @kiddinn
  • Fixed a minor issue with the query builder, added dependencies to the docker build (#52) @kiddinn
  • Added an IP accessor with a reverse DNS function. (#51) @kiddinn
  • Made minor cosmetic changes to the query builder. (#50) @kiddinn
  • Added custom query building as well as few more defined functions. (#48) @kiddinn

🚀 Features

  • Added new APIv2 endpoints that allow advanced searches and included pagination functionality (#47) @alannix-lw
  • Custom Queries are now a separate feature (#49) @kiddinn