Version 1.3.4 released! #1082
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy v1.3.4
This update adds context manager support for all FalconPy Service Classes and the Uber Class.
Multiple bugs are resolved.
Minor operation updates are also implemented.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.17 Run started:2023-11-20 14:12:01.671030 Test results: No issues identified. Code scanned: Total lines of code: 56833 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0):
Added features and functionality
_auth_object/_uber_interface.py
_service_class/_service_class.py
app_id
keyword added to CreateSavedSearchesIngestV1 operation.foundry_logscale.py
tests/test_foundry_logscale.py
Issues resolved
policy_id
key. Closes [ BUG ] policy_id key is missing from body payload handler for the update_policy_container operation. #1068._payload/_firewall.py
tests/test_firewall_management.py
after
property is missing from the Meta object. Closes [ BUG ] after property is not available in the Meta class #1069._result/_meta.py
_result/_result.py
revoked
key. Closes [ BUG ] tokens_update payload handler does not properly handle the revoked keyword argument #1074.installation_tokens.py
_result/_result.py
_util/_functions.py
Other
_util/_uber.py
add-rule-group
andremove-rule-group
are removed from the performFirewallPoliciesAction operation. Relates to [ BUG ] FirewallPolicy.performFirewallPoliciesAction returns 500 error with 'add-rule-group'. #1059.firewall_policies.py
Installation
You can install this new release by installing the package via the Python Package Index.
or
Upgrading
You can upgrade to this new release by installing the update via the Python Package Index.
or
This discussion was created from the release Version 1.3.4.
Beta Was this translation helpful? Give feedback.
All reactions