Skip to content

Commit

Permalink
Merge pull request #43 from passivetotal/bugfix-listfilters
Browse files Browse the repository at this point in the history
List filter fixes, paginated Trackers and Projects notebook (v2.5.7)
  • Loading branch information
aeetos authored Oct 21, 2021
2 parents a9c1892 + c11f265 commit 8e9850a
Show file tree
Hide file tree
Showing 11 changed files with 1,927 additions and 35 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog


## v2.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.



## v2.5.6

#### Bug fixes
Expand Down
Loading

0 comments on commit 8e9850a

Please sign in to comment.