Skip to content

Releases: lacework/python-sdk

v0.11.0

23 Dec 02:14
3c5b0a8
Compare
Choose a tag to compare

Changes

🚀 Features

  • Added a decorator to quickly register a function as a feature. (#45) @kiddinn
  • Added custom dataframe accessors. (#44) @kiddinn
  • Added a simple feature exposing the running of stored LQL policies. (#41) @kiddinn
  • Added a cloud hunt feature to the lacebook container (#40) @kiddinn
  • Made the evaluator ID optional for policies. (#39) @kiddinn
  • Changed the Jupyter helper, adding ability to define helper functions (#37) @kiddinn
  • Added the new DataSources API into the SDK and made changes to the Jupyter wrapper (#33) @kiddinn

🐛 Bug Fixes

  • Fixed an issue with module vs state (#43) @kiddinn
  • Fixed an issue with fetching a new client. (#38) @kiddinn
  • fix: Improved consistency of datasources class (#36) @alannix-lw
  • Omitting evaluator ID if not set in LQL execute queries. (#35) @kiddinn
  • Added a unit test for Jupyter helper as well as minor fixes (#32) @kiddinn

🧰 Maintenance

v0.10.0

13 Sep 14:17
d889211
Compare
Choose a tag to compare
  • feat: added support for lacework.toml configuration file used by the Lacework CLI
  • feat: added helper for Jupyter Notebooks
  • test: improved integration tests and migrated testing to QAN

v0.9.23

25 Aug 02:20
3bb7f99
Compare
Choose a tag to compare
  • fix: removed policy_ui parameters for compatibility
  • fix: cleanup for HTTP 204 response on search endpoints
  • refactor: readability improvements for tests

v0.9.22

11 Aug 02:27
8198add
Compare
Choose a tag to compare
  • feat: implemented LQL Queries/Policies endpoints

v0.9.21

08 May 02:55
1d85201
Compare
Choose a tag to compare
  • Implemented Alert Channel 'Test' endpoint
  • Updated tests for Alert/Report Rules for new filter format
  • test: Updated Suppression API tests to handle concurrent runs

v.0.9.20

26 Apr 17:04
da16783
Compare
Choose a tag to compare
  • feat: Implemented 'recommendations' API
  • feat: Implemented 'suppressions' API
  • tests: Refactored test code directory structure

v0.9.19

10 Apr 17:50
e28fa42
Compare
Choose a tag to compare
  • fix: 'CloudTrail' endpoint was renamed to 'CloudActivities'
    • Previous references to the cloudtrail object must be changed to cloud_activities
  • fix: 'REMOTE_SCANNER' registry type changed to 'INLINE_SCANNER'
  • docs: Updated README.md for newer APIv2 endpoints
  • feat: Implemented the 'account' endpoint

v0.9.18

22 Mar 18:56
c3a9d1e
Compare
Choose a tag to compare
  • Updated API endpoints for Lacework v3.82
  • Updated tests for Organizations with Sub-accounts
  • Fixed Potentially uncaught exception in access token request

v0.9.17

23 Feb 16:41
4ddd40f
Compare
Choose a tag to compare
  • Added support for APIv2 endpoints
  • Added better configurability to allow for testing in various environments
  • Improved code consistency
  • Improved testing

v0.9.16

21 Jan 19:55
b60b501
Compare
Choose a tag to compare
  • Updated API v2 Alert Channel tests to handle new return format.