File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,25 @@ 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.16.0 - 2022-10-06
12
12
13
13
### Added
14
14
15
15
- Support for Code42 API clients.
16
16
- You can create a new profile with API client authentication using ` code42 profile create-api-client `
17
17
- Or, update your existing profile to use API clients with ` code42 update --api-client-id <id> --secret <secret> `
18
- - When using API client authentication, changes to the following ` legal-hold ` commands:
19
- - ` code42 legal-hold list ` - Change in response shape.
20
- - ` code42 legal-hold show ` - Change in response shape.
21
- - ` code42 legal-hold search-events ` - ** Not available.**
22
18
- New commands to view details for user risk profiles:
23
19
- ` code42 users list-risk-profiles `
24
20
- ` code42 users show-risk-profile `
25
21
- Proxy support via ` HTTPS_PROXY ` environment variable.
26
22
23
+ ### Changed
24
+
25
+ - ** When using API client authentication** , changes to the following ` legal-hold ` commands:
26
+ - ` code42 legal-hold list ` - Change in response shape.
27
+ - ` code42 legal-hold show ` - Change in response shape.
28
+ - ` code42 legal-hold search-events ` - ** Not available.**
29
+
27
30
## 1.15.0 - 2022-08-23
28
31
29
32
### Added
Original file line number Diff line number Diff line change 1
- __version__ = "1.15 .0"
1
+ __version__ = "1.16 .0"
You can’t perform that action at this time.
0 commit comments