Version 0.8.1 released! #420
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.1
This update provides the new Discover Service Class, and adds new methods to the ReportExecutions and ScheduledReports Service Classes.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.7 Run started:2021-11-04 01:57:54.703052 Test results: No issues identified. Code scanned: Total lines of code: 32485 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
discover.py
_endpoint/_discover.py
_endpoint/_deprecated/discover.py
tests/test_discover.py
_payload/_reports.py
report_executions_retry
method and matching unit tests to ReportExecutions Service Class.report_executions.py
_endpoint/_report_executions.py
scheduled_reports_launch
method and matching unit tests to ScheduledReports Service Class.scheduled_reports.py
_endpoint/_scheduled_reports.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.1.
Beta Was this translation helpful? Give feedback.
All reactions