Version 0.8.6 released! #464
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.8.6
This update implements cloud region auto-discovery. When developers authenticate to the API, the cloud region for their instance is returned. When this value does not match the value for the
base_url
provided, the returned value is used instead of the specified one.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-11-30 19:04:18.691791 Test results: No issues identified. Code scanned: Total lines of code: 32546 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
base_url
when creating an instance of any Service Class, or the Uber Class. Upon successful login, your correct region will be identified and used for all subsequent requests. If you specify the wrong region for your instance, this will be corrected as part of authentication._base_url.py
_util.py
_service_class.py
api_complete.py
oauth2.py
test_authentications.py
test_authorization.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 0.8.6.
Beta Was this translation helpful? Give feedback.
All reactions