File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,23 @@ All notable changes to this project will be documented in this file.
77
88### Added
99
10+ - CLI: Added ` --verbose ` flag to list test case names. (@twmb )
11+ - Processor/switch: Added ` continue ` option for conditional case chaining. (@twmb )
1012- Bloblang: The ` hash ` method now supports ` sha3_256 ` and ` sha3_512 ` algorithms. (@prakhargarg105 )
13+ - Bloblang: Added ` parse_logfmt ` method. (@twmb )
14+ - Bloblang: Added ` escape_url_path ` and ` unescape_url_path ` methods. (@twmb )
15+ - Bloblang: Added ` sha3_256 ` and ` sha3_512 ` support to hash method. (@prakhargarg105 )
16+ - API: Added custom resource type registration. (@mmatczuk )
17+
18+ ### Changed
19+
20+ - Codec: default to all-bytes reader for decompression codecs. (@twmb )
21+
22+ ### Fixed
23+
24+ - Stdin: fix watcher mode swallowing first message after reload. (@twmb )
25+ - Env: handle Windows line terminators in dotenv parser. (@twmb )
26+ - Pipeline: defer processor close in pool until all workers exit. (@twmb )
1127
1228## 4.68.0 - 2026-03-13
1329
You can’t perform that action at this time.
0 commit comments