Version 1.2.2 released! #787
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.2.2
This version adds Easy Object Authentication functionality, allowing developers to authenticate to multiple Service Classes without having to specify the
auth_object
for each. The development package module has also been renamed tofalconpydev
.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-09-16 13:53:35.280429 Test results: No issues identified. Code scanned: Total lines of code: 37321 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
attribute of the Service Class you are using to authenticate to subsequent Service Classes. Legacy Object Authentication is still (and will always be) fully supported._service_class.py
tests/test_authentications.py
Other
falconpydev
to prevent confusion with the production package module name.dev_setup.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.2.2.
Beta Was this translation helpful? Give feedback.
All reactions