15
0

- update to version 2.5.7:

- Enhancements:
  - New example notebook explaining how to use projects, artifacts, and alerts.
  - New filter for lists of substrings on all RecordList objects.
  - New API library for Trackers to support recently-introduced endpoints that enable
  - pagination. Ensured pagination for `analyzer.Tracker` objects works correctly with new
  - API library. It is now possible to download hundreds of thousands of tracker search
  - results by accessing the `observations_by_ip` or `observations_by_hostname` property of
  - a Tracker.
 - Bug Fixes:
  - Add missing docstring for filter_date* functions on RecordList objects.
  - Resolved issue that blocked filtering of project alerts with filter* functions.
  - Fixed dataframe column names on vulnerability objects to match properties.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=24
This commit is contained in:
2021-10-22 08:53:50 +00:00
committed by Git OBS Bridge
parent 6b7c0c4878
commit 57825560e2
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 22 08:43:16 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.5.7:
- Enhancements:
- New example notebook explaining how to use projects, artifacts, and alerts.
- New filter for lists of substrings on all RecordList objects.
- New API library for Trackers to support recently-introduced endpoints that enable
- pagination. Ensured pagination for `analyzer.Tracker` objects works correctly with new
- API library. It is now possible to download hundreds of thousands of tracker search
- results by accessing the `observations_by_ip` or `observations_by_hostname` property of
- a Tracker.
- Bug Fixes:
- Add missing docstring for filter_date* functions on RecordList objects.
- Resolved issue that blocked filtering of project alerts with filter* functions.
- Fixed dataframe column names on vulnerability objects to match properties.
-------------------------------------------------------------------
Sat Oct 2 07:03:41 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>