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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,19 @@ 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
11
+
## 1.15.0 - 2022-08-23
12
12
13
13
### Added
14
+
14
15
- Support for the V2 file event data model.
15
16
- V1 file event APIs were marked deprecated in May 2022 and will be no longer be supported after May 2023.
16
17
- 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
18
- See the [V2 File Events User Guide](https://clidocs.code42.com/en/latest/userguides/siemexample.html) for more information.
18
19
19
20
### Changed
21
+
20
22
- 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.
0 commit comments