You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
9
9
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
10
10
11
+
## Unreleased
12
+
13
+
### Added
14
+
- Support for the V2 file event data model.
15
+
- V1 file event APIs were marked deprecated in May 2022 and will be no longer be supported after May 2023.
16
+
- Use the `--use-v2-file-events True` option with the `code42 profile create` or `code42 profile update` commands to enable your code42 CLI profile to use the latest V2 file event data model.
17
+
- See the [V2 File Events User Guide](https://clidocs.code42.com/en/latest/userguides/siemexample.html) for more information.
18
+
19
+
### Changed
20
+
- The `--disable-ssl-errors` options for the `code42 profile create` and `code42 profile update` commands is no longer a flag and now takes a boolean `True/False` arg.
.. warning:: V1 file events, saved searches, and queries are **deprecated**.
5
+
```
6
+
7
+
For details on the updated File Event Model, see the V2 File Events API documentation on the [Developer Portal](https://developer.code42.com/api/#tag/File-Events).
8
+
9
+
V1 file event APIs were marked deprecated in May 2022 and will be no longer be supported after May 2023.
10
+
11
+
Use the `--use-v2-file-events True` option with the `code42 profile create` or `code42 profile update` commands to enable your code42 CLI profile to use the latest V2 file event data model.
12
+
13
+
Use `code42 profile show` to check the status of this setting on your profile:
For details on setting up a profile, see the [profile set up user guide](./profile.md).
28
+
29
+
Enabling this setting will use the V2 data model for querying searches and saved searches with all `code security-data` commands.
30
+
The response shape for these events has changed from V1 and contains various field remappings, renamings, additions and removals. Column names will also be different when using the `Table` format for outputting events.
31
+
32
+
### V2 File Event Data Example ###
33
+
34
+
Below is an example of the new file event data model:
0 commit comments