Version 1.0.10 released! #632
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.0.10
This update provides new versions for two operations within the Real Time Response Service Class.
list_files_v2
delete_file_v2
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-04-25 09:28:45.252862 Test results: No issues identified. Code scanned: Total lines of code: 34861 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
list_files_v2
anddelete_file_v2
are used the same as the original methods, but provide more results detail. You should leveragedelete_file_v2
if you are retrieving files usinglist_files_v2
._endpoint/_real_time_response.py
real_time_response.py
tests/test_real_time_response.py
This discussion was created from the release Version 1.0.10.
Beta Was this translation helpful? Give feedback.
All reactions