Skip to content

Commit

Permalink
import report filters (#441)
Browse files Browse the repository at this point in the history
* import report filters

* prep 1.25.0 release
  • Loading branch information
tora-kozic authored Jul 27, 2022
1 parent 869d5b5 commit b29ba5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ 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.25.0 - Unreleased
## 1.25.0 - 2022-07-27

### Added

- Added new filter terms for the following file event fields to `py42.sdk.queries.fileevents.v2.filters`:
- `destination.Category`
- `source.Category`
- `risk.Indicators`
- Added remaining query filter terms and classes for all V2 file event fields.

## 1.24.0 - 2022-06-03
Expand Down
2 changes: 1 addition & 1 deletion src/py42/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# py42

__version__ = "1.24.0"
__version__ = "1.25.0"
1 change: 1 addition & 0 deletions src/py42/sdk/queries/fileevents/v2/filters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from py42.sdk.queries.fileevents.v2.filters import event
from py42.sdk.queries.fileevents.v2.filters import file
from py42.sdk.queries.fileevents.v2.filters import process
from py42.sdk.queries.fileevents.v2.filters import report
from py42.sdk.queries.fileevents.v2.filters import risk
from py42.sdk.queries.fileevents.v2.filters import source
from py42.sdk.queries.fileevents.v2.filters import timestamp
Expand Down

0 comments on commit b29ba5b

Please sign in to comment.