You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
9
9
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
10
10
11
-
## Unreleased
11
+
## 1.4.0 - 2021-03-09
12
12
13
13
### Added
14
14
15
15
-`code42cli.extensions` module exposes `sdk_options` decorator and `script` group for writing custom extension scripts
16
16
using the Code42 CLI.
17
17
18
+
-`code42 devices list` options:
19
+
-`--include-legal-hold-membership` prints the legal hold matter name and ID for any active device on legal hold
20
+
-`--include-total-storage` prints the backup archive count and total storage
21
+
18
22
## 1.3.1 - 2021-02-25
19
23
20
24
### Changed
@@ -100,8 +104,6 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
100
104
-`search` to search for audit-logs.
101
105
-`send-to` to send audit-logs to server.
102
106
103
-
## Unreleased
104
-
105
107
### Changed
106
108
107
109
-`profile_name` argument is now required for `code42 profile delete`, as it was meant to be.
@@ -113,12 +115,6 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
113
115
- Now, when adding a cloud alias to a detection list user, such as during `departing-employee add`, it will remove the existing cloud alias if one exists.
114
116
- Before, it would error and the cloud alias would not get added.
115
117
116
-
### Added
117
-
118
-
-`code42 devices list` option:
119
-
-`--include-legal-hold-membership` prints the legal hold matter name and ID for any active device on legal hold
120
-
-`--include-total-storage` prints the backup archive count and total storage
0 commit comments