New bleeding edge build (v0.8.1) now available! #417
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.
Planned deployment date
This update will release to the product index on 11.05.2021.
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 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