Version 0.9.0 released! #507
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 v0.9.0
This update provides an ease of use enhancement by adding the
token_fail_reason
andtoken_status
attributes to all Service Classes and the Uber Class. It also resolves a linting issue resulting in a warning generated by PyCharm when referencing the auth_object available as an attribute to a Service Class.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-01-04 00:01:03.972271 Test results: No issues identified. Code scanned: Total lines of code: 33978 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Total issues (by confidence): Undefined: 0.0 Low: 0.0 Medium: 0.0 High: 0.0 Files skipped (0):
Added features and functionality
Added: Token generation failure reason tracking to Service and Uber classes. Closes [ ENH ] Provide authentication failure detail when credentials are provided directly to a Service Class. #501.
_service_class.py
api_complete.py
oauth2.py
Example usage
Issues resolved
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 0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions