Skip to content

Commit

Permalink
update Changelog (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
tora-kozic committed May 23, 2022
1 parent be26271 commit 429bd31
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## 1.23.0 - 2022-05-12
## Unreleased

### Added

## Added
- Support for V2 file event data.
- Use queries built with V2 filters by importing the appropriate modules with `from py42.sdk.queries.fileevents.v2 import *`. Documentation is available for all V2 filter terms.
- The following functions will now use V2 apis for searching file events if sent a V2 query object:
Expand All @@ -23,6 +24,8 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
- `securitydata.savedsearches.execute()`
- `securitydata.savedsearches.search_file_events()`

## 1.23.0 - 2022-05-12

### Added

- `Watchlists` and `UserRiskProfile` clients
Expand Down Expand Up @@ -57,6 +60,10 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
- Bug where attempting to restore from an empty archive would throw a confusing `TypeError`, we now raise appropriate `Py42ArchiveFileNotFoundError`.
- Py42 now automatically sleeps and retries file event search queries if a 429 (too many requests) error is hit.

### Deprecated

- The `DetectionLists` client including its `DepartingEmployee` and `HighRiskEmployee` services.

## 1.22.0 - 2022-04-01

### Added
Expand Down

0 comments on commit 429bd31

Please sign in to comment.