Version 1.3.2 released! #1049
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.2
This release resolves a breaking change introduced in Version 1.3.0. This issue presents itself when developers attempt to call the
authenticated
method directly from theOAuth2
Service Class. Review issue #1043 for more detail.Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.17 Run started:2023-09-12 18:44:11.139197 Test results: No issues identified. Code scanned: Total lines of code: 54034 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
APIHarness
. This class is now DEPRECATED. The 1.3.0 version of this class is now namedAPIHarnessV2
(The advanced Uber Class) ._auth_object/_base_falcon_auth.py
_auth_object/_falcon_interface.py
_auth_object/_uber_interface.py
api_complete/__init__.py
api_complete/_advanced.py
api_complete/_legacy.py
__init__.py
tests/test_authorizations.py
tests/test_falcon_container.py
tests/test_uber_api_complete.py
tests/test_uber.py
Issues resolved
authenticated
lambda method handler within theOAuth2
Service Class. Closes [ BUG ] Breaking changes introduced in (at least) falconpy.oauth2.OAuth2 class #1043._auth_object/_base_falcon_auth.py
_auth_object/_falcon_interface.py
_service_class/_service_class.py
oauth2.py
tests/test_service_class.py
OAuth2
Service Class. Relates to [ BUG ] Breaking changes introduced in (at least) falconpy.oauth2.OAuth2 class #1043._service_class/_base_service_class.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.2.
Beta Was this translation helpful? Give feedback.
All reactions