Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,25 @@ 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.

## Unreleased
## 1.16.0 - 2022-10-06

### Added

- Support for Code42 API clients.
- You can create a new profile with API client authentication using `code42 profile create-api-client`
- Or, update your existing profile to use API clients with `code42 update --api-client-id <id> --secret <secret>`
- When using API client authentication, changes to the following `legal-hold` commands:
- `code42 legal-hold list` - Change in response shape.
- `code42 legal-hold show` - Change in response shape.
- `code42 legal-hold search-events` - **Not available.**
- New commands to view details for user risk profiles:
- `code42 users list-risk-profiles`
- `code42 users show-risk-profile`
- Proxy support via `HTTPS_PROXY` environment variable.

### Changed

- **When using API client authentication**, changes to the following `legal-hold` commands:
- `code42 legal-hold list` - Change in response shape.
- `code42 legal-hold show` - Change in response shape.
- `code42 legal-hold search-events` - **Not available.**

## 1.15.0 - 2022-08-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/code42cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.15.0"
__version__ = "1.16.0"