New bleeding edge build (v0.9.0) now available! #505
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.Planned release date
This update will release to the production index on 01.05.2022.
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
Installation
You can check out 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
Beta Was this translation helpful? Give feedback.
All reactions