File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ### Compatibility
11
+
12
+ Breaking
13
+ - Removed deprecated functionality
14
+ - Removed ` str![[]] ` indent support
15
+ - Added trailing newline to ` str![[]] `
16
+ - Made ` DataFormat ` future-proof
17
+ - ` ... ` / ` [..] ` processing has been tweaked
18
+ - Redactions no longer normalize the value (except the new ` Path ` redactions)
19
+ - Change ` FilterRedactions ` into ` NormalizedToExpected `
20
+
21
+ Other
22
+ - Deprecate ` eq_ ` fn's in favor of ` eq `
23
+
24
+ ### Features
25
+
26
+ - jsonlines support
27
+ - Regex redactions
28
+ - ` Path ` redactions
29
+ - Json "all keys" wildcard support
30
+ - Unordered lines / json array support
31
+
32
+ ### Fixes
33
+
34
+ - Handle more cases with ` ... `
35
+ - Be smarter about which redactions are processed first
36
+ - Redact json values on mismatch
37
+ - Filter and redact json keys
38
+
10
39
## [ 0.5.14] - 2024-05-23
11
40
12
41
### Compatibility
You can’t perform that action at this time.
0 commit comments