Skip to content

Releases: code42/code42cli

v1.18.0

30 Nov 19:39
d7859ea
Compare
Choose a tag to compare

1.18.0 - 2023-11-30

Added

  • Support for Python 3.12, includes various dependency version requirement updates.

v1.17.0

09 Aug 14:16
a4177fe
Compare
Choose a tag to compare

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

12 Apr 15:13
50aae11
Compare
Choose a tag to compare

1.16.6 - 2023-04-12

Fixed

  • Vulnerability in ipython dependency for installs on Python 3.8+

v1.16.5

01 Feb 20:53
860b328
Compare
Choose a tag to compare

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

07 Nov 16:45
ce7258d
Compare
Choose a tag to compare

1.16.2 - 2022-11-07

Fixed

  • Updated setup requirements to allow for install with any click version >=7.1.1

v1.16.1

10 Oct 20:41
bac23a3
Compare
Choose a tag to compare

1.16.1 - 2022-10-10

Added

  • Support for click version >=8.0.0.

v1.16.0

06 Oct 17:51
c4bbdb0
Compare
Choose a tag to compare

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>
  • 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

23 Aug 14:09
b0a8322
Compare
Choose a tag to compare

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 the code42 profile create or code42 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 the code42 profile create and code42 profile update commands is no longer a flag and now takes a boolean True/False arg.

v1.14.5

01 Aug 17:51
ac60fa5
Compare
Choose a tag to compare

1.14.5 - 2022-08-01

Added

  • code42 devices list and code42 devices list-backup-sets now accept a --page-size <int> option to enable manually configuring optimal page size.

v1.14.4

21 Jul 20:13
5a000cf
Compare
Choose a tag to compare

1.14.4 - 2022-07-21

Changed

  • Reduced the page_size in Device API calls from 500 to 100 to reduce possibility of timeouts when including backup usage in code42 devices list.