Releases: code42/code42cli
Releases · code42/code42cli
1.19.0
1.19.0 - 2025-03-21
Deprecated
- All Incydr functionality is deprecated in Code42CLI. Use the Incydr SDK instead: https://developer.code42.com/
v1.18.1
1.18.1 - 2025-01-08
Changed
- Updated the user-agent prefix for compatibility with Incydr conventions.
Removed
- Removed support for end-of-life python versions 3.6, 3.7, 3.8.
v1.18.0
1.18.0 - 2023-11-30
Added
- Support for Python 3.12, includes various dependency version requirement updates.
v1.17.0
1.17.0 - 2023-08-04
Removed
- Removed the following command groups following deprecation:
detection-listsdeparting-employeehigh-risk-employee
- APIs are no longer available regardless of your CLI version and were replaced by the
watchlistscommands
v1.16.6
v1.16.5
1.16.5 - 2023-02-01
Fixed
- Bug in
security-data search|send-towhere using--format jsonand a checkpoint raised an error when configured for V2 file events. - Bug in
devices listcommand when using--include-legal-hold-membershipoption 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
clickversion>=7.1.1
v1.16.1
1.16.1 - 2022-10-10
Added
- Support for
clickversion>=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-profilescode42 users show-risk-profile
- Proxy support via
HTTPS_PROXYenvironment variable.
Changed
- When using API client authentication, changes to the following
legal-holdcommands: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 Trueoption with thecode42 profile createorcode42 profile updatecommands 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-errorsoptions for thecode42 profile createandcode42 profile updatecommands is no longer a flag and now takes a booleanTrue/Falsearg.