Skip to content

Commit 8e9850a

Browse files
authored
Merge pull request #43 from passivetotal/bugfix-listfilters
List filter fixes, paginated Trackers and Projects notebook (v2.5.7)
2 parents a9c1892 + c11f265 commit 8e9850a

11 files changed

Lines changed: 1927 additions & 35 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
4+
## v2.5.7
5+
6+
#### Enhancements
7+
8+
- New example notebook explaining how to use projects, artifacts, and alerts.
9+
- New filter for lists of substrings on all RecordList objects.
10+
- New API library for Trackers to support recently-introduced endpoints that enable
11+
pagination. Ensured pagination for `analyzer.Tracker` objects works correctly with new
12+
API library. It is now possible to download hundreds of thousands of tracker search
13+
results by accessing the `observations_by_ip` or `observations_by_hostname` property of
14+
a Tracker.
15+
16+
17+
#### Bug Fixes
18+
19+
- Add missing docstring for filter_date* functions on RecordList objects.
20+
- Resolved issue that blocked filtering of project alerts with filter* functions.
21+
- Fixed dataframe column names on vulnerability objects to match properties.
22+
23+
24+
325
## v2.5.6
426

527
#### Bug fixes

0 commit comments

Comments
 (0)