File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 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
88The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010
11- ## Unreleased
11+ ## 1.16.0 - 2022-10-06
1212
1313### Added
1414
1515- Support for Code42 API clients.
1616 - You can create a new profile with API client authentication using ` code42 profile create-api-client `
1717 - 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.**
2218- New commands to view details for user risk profiles:
2319 - ` code42 users list-risk-profiles `
2420 - ` code42 users show-risk-profile `
2521- Proxy support via ` HTTPS_PROXY ` environment variable.
2622
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+
2730## 1.15.0 - 2022-08-23
2831
2932### 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