New bleeding edge build (v0.8.0) now available! #408
jshcodes
started this conversation in
Show and Tell
Replies: 1 comment
-
A patch for issue #409 has been merged to main as part of the v0.8.0 codebase. This fix is not available as part of the bleeding-edge version but will be available in the production v0.8.0 package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy v0.8.0
This update provides query string parameter abstraction for the Uber class, allowing you to specify query string parameters using keywords instead of passing a
parameters
payload.Example
This update also includes docstring formatting fixes and implements a new docstring style validation workflow.
Planned release date
This update is planned to release to the production index on 11.04.2021.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.8.10 Run started:2021-10-31 22:54:42.930680 Test results: No issues identified. Code scanned: Total lines of code: 32012 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
api_complete.py
_util.py
app_id
keyword for theappId
parameter used by methods within the EventStreams Service Class.event_streams.py
Issues resolved
recon.py
_payload/_recon.py
Other
calc_url_from_args
method_util.py
parse_id_list
method_util.py
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