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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,22 @@ 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
-
## 1.11.1 - 2021-11-09
11
+
## 1.12.0 - 2021-12-13
12
+
13
+
### Fixed
14
+
- Bug where device settings were unable to be serialized to json.
12
15
13
16
### Added
14
17
-`--columns` option to `security-data search` and `security-data send-to` commands which reduces output to only the specified colums/json keys. Accepts a comma-separated list of column names (case-insensitive).
15
18
16
19
### Changed
17
-
- Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme.
18
20
- Improved accuracy of checkpointing for `security-data search` (checkpoints every row as it is printed to stdout instead of just the last event of the search response).
19
21
22
+
## 1.11.1 - 2021-11-09
23
+
24
+
### Changed
25
+
- Updated minimum version of py42 to `1.19.3` to provide access to updated URI paths for new standardized versioning scheme.
0 commit comments