Releases: lacework/python-sdk
v4.1.0
v4.0.0
Changes
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
v3.1.0
v3.0.0
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
Changes
- fix: python3.7 eof (#127) @jon-stewart
v2.0.0
Changes
- chore: docs workflow with Poetry (#121) @jon-stewart
- build: poetry (#116) @jon-stewart
- chore: bump pyproject version (#123) @jon-stewart
- chore: publish workflow Poetry (#122) @jon-stewart
- chore!: remove deprecated v1 API (#120) @jon-stewart
BREAKING CHANGE: The deprecated Lacework v1 API has been removed
v1.10.0
v1.9.0
Changes
- tests: updated policy exception tests for new constraints (#112) @alannix-lw
- minor updates to example notebook to reflect API changes. (#109) @kiddinn
🚀 Features
- feat: added
scan
andstatus
methods toInventory
(#111) @iancrichardson
🧰 Maintenance
- docs: updated README.md (#107) @tmac1973
- ci: marking v1 endpoints and TeamMembers as flaky (#108) @alannix-lw
v1.8.2
Changes
🚀 Features
- feat: added
bulk_update
method to Policies (#104) @alannix-lw
🐛 Bug Fixes
- fix: pagination updates for the alerts endpoint (#106) @alannix-lw
🧰 Maintenance
- docs: example for fetching active fixable container vulns (#103) @alannix-lw
v1.8.1
Changes
🐛 Bug Fixes
- fix: moved
DEFAULT_BASE_DOMAIN
assignment to object instantiation (#101) @alannix-lw