Skip to content

Commit d571763

Browse files
author
Juliya Smith
authored
Bumps and CL formatting / fixing (#154)
1 parent eba3af3 commit d571763

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11-
## Unreleased
11+
## 1.0.0 - 2020-08-31
1212

1313
### Fixed
1414

1515
- Bug where `code42 legal-hold show` would error when terminal was too small.
16+
1617
- Fixed bug in `departing_employee bulk add` command that allowed invalid dates to be passed without validation.
1718

1819
### Changed
1920

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+
2026
- `-i` (`--incremental`) has been removed, use `-c` (`--use-checkpoint`) with a string name for the checkpoint instead.
2127

2228
- 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
3137
each time the CLI is run with a profile configured this way, as it is not recommended.
3238

3339
- The `path` positional argument for bulk `generate-template` commands is now an option (`--p/-p`).
40+
3441
- Below `search` subcommands accept argument `--format/-f` to display result in formats `csv`, `table`, `json`, `raw-json`:
3542
- Default output format is changed to `table` format from `raw-json`, returns a paginated response.
3643
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
4451
### Added
4552

4653
- `--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+
4755
- `--password` option added to `profile create` and `profile update` commands, enabling creating profiles while bypassing the interactive password prompt.
56+
4857
- 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+
4959
- `-y/--assume-yes` option added to `profile delete` and `profile delete-all` commands to not require interactive prompt.
60+
5061
- Below subcommands accept argument `--format/-f` to display result in formats `csv`, `table`, `json`, `formatted-json`:
5162
- `code42 alert-rules list`
5263
- `code42 legal-hold list`
5364
- `code42 legal-hold show`
5465
- `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.
5666

5767
### Removed
5868

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.
6070

6171
## 0.7.3 - 2020-06-23
6272

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0b2"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)