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
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,21 @@ 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.0.0 - 2020-08-31
12
12
13
13
### Fixed
14
14
15
15
- Bug where `code42 legal-hold show` would error when terminal was too small.
16
+
16
17
- Fixed bug in `departing_employee bulk add` command that allowed invalid dates to be passed without validation.
17
18
18
19
### Changed
19
20
21
+
- The follow commands now print a nicer error message when trying to remove a user who is not on the list:
22
+
-`code42 departing-employee remove`
23
+
-`code42 high-risk-employee remove`
24
+
-`code42 alert-rules remove-user`
25
+
20
26
-`-i` (`--incremental`) has been removed, use `-c` (`--use-checkpoint`) with a string name for the checkpoint instead.
21
27
22
28
- The code42cli has been migrated to the [click](https://click.palletsprojects.com) framework. This brings:
@@ -31,6 +37,7 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
31
37
each time the CLI is run with a profile configured this way, as it is not recommended.
32
38
33
39
- The `path` positional argument for bulk `generate-template` commands is now an option (`--p/-p`).
40
+
34
41
- Below `search` subcommands accept argument `--format/-f` to display result in formats `csv`, `table`, `json`, `raw-json`:
35
42
- Default output format is changed to `table` format from `raw-json`, returns a paginated response.
36
43
All properties would be displayed by default except when using `-f table`.
@@ -44,19 +51,22 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta
44
51
### Added
45
52
46
53
-`--or-query` option added to `security-data search` and `alerts search` commands which combines the provided filter arguments into an 'OR' query instead of the default 'AND' query.
54
+
47
55
-`--password` option added to `profile create` and `profile update` commands, enabling creating profiles while bypassing the interactive password prompt.
56
+
48
57
- Profiles can now save multiple alert and file event checkpoints. The name of the checkpoint to be used for a given query should be passed to `-c` (`--use-checkpoint`).
58
+
49
59
-`-y/--assume-yes` option added to `profile delete` and `profile delete-all` commands to not require interactive prompt.
60
+
50
61
- Below subcommands accept argument `--format/-f` to display result in formats `csv`, `table`, `json`, `formatted-json`:
51
62
-`code42 alert-rules list`
52
63
-`code42 legal-hold list`
53
64
-`code42 legal-hold show`
54
65
-`code42 security-data saved-search list`
55
-
- Re-added `send-to` command to `alerts` and `security-data` that accepts a host address and a `--protocol` option with choices UDP or TCP.
56
66
57
67
### Removed
58
68
59
-
- The `write-to`and `send-to` commands on`security-data` and `alerts` command groups.
69
+
- The `write-to`command for`security-data` and `alerts` command groups.
0 commit comments