New bleeding edge / development builds (v1.0.3) now available! #549
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.3
This update contains a bug fix for the
refresh_active_stream
method of the Event Streams Service Class. When providing thepartition
keyword as an integer, refreshing a stream fails.Planned release date
This update will release to the stable package in the production index on 02.15.2022.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.9 Run started:2022-02-14 11:01:22.100396 Test results: No issues identified. Code scanned: Total lines of code: 34109 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):
Issues resolved
process_service_request
(_util.py
) impacting thepartition
keyword argument of therefresh_active_stream
method in the Event Streams Service Class. Closes [ BUG ] refresh_active_stream fails when provided with a partition of 0 as an integer #547._util.py
tests/test_event_streams.py
Bleeding Edge 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
Development Package Installation
This update is immediately available within the
crowdstrike-falconpy-dev
package.You can check out this new version by installing the package via the Python Package Index.
or
Upgrading
Existing development package users 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