Releases: code42/code42cli
Releases · code42/code42cli
v1.18.0
v1.17.0
1.17.0 - 2023-08-04
Removed
- Removed the following command groups following deprecation:
detection-lists
departing-employee
high-risk-employee
- APIs are no longer available regardless of your CLI version and were replaced by the
watchlists
commands
v1.16.6
v1.16.5
1.16.5 - 2023-02-01
Fixed
- Bug in
security-data search|send-to
where using--format json
and a checkpoint raised an error when configured for V2 file events. - Bug in
devices list
command when using--include-legal-hold-membership
option with an API client auth profile.
v1.16.2
1.16.2 - 2022-11-07
Fixed
- Updated setup requirements to allow for install with any
click
version>=7.1.1
v1.16.1
1.16.1 - 2022-10-10
Added
- Support for
click
version>=8.0.0
.
v1.16.0
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>
- You can create a new profile with API client authentication using
- 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.
v1.15.0
1.15.0 - 2022-08-23
Added
- Support for the V2 file event data model.
- V1 file event APIs were marked deprecated in May 2022 and will be no longer be supported after May 2023.
- Use the
--use-v2-file-events True
option with thecode42 profile create
orcode42 profile update
commands to enable your code42 CLI profile to use the latest V2 file event data model. - See the V2 File Events User Guide for more information.
Changed
- The
--disable-ssl-errors
options for thecode42 profile create
andcode42 profile update
commands is no longer a flag and now takes a booleanTrue/False
arg.