Releases: lacework/python-sdk
Releases · lacework/python-sdk
v0.11.0
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
- Adding automated release notes drafting (#46) @alannix-lw
- Chores for tests and builds. (#34) @alannix-lw
v0.10.0
- 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
- fix: removed
policy_ui
parameters for compatibility - fix: cleanup for HTTP 204 response on search endpoints
- refactor: readability improvements for tests
v0.9.22
- feat: implemented LQL Queries/Policies endpoints
v0.9.21
- 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
- feat: Implemented 'recommendations' API
- feat: Implemented 'suppressions' API
- tests: Refactored test code directory structure
v0.9.19
- fix: 'CloudTrail' endpoint was renamed to 'CloudActivities'
- Previous references to the
cloudtrail
object must be changed tocloud_activities
- Previous references to the
- 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
- 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
- Added support for APIv2 endpoints
- Added better configurability to allow for testing in various environments
- Improved code consistency
- Improved testing
v0.9.16
- Updated API v2 Alert Channel tests to handle new return format.