Skip to content

Commit 66133f8

Browse files
Jeffailharshit-sp
authored andcommitted
Update CHANGELOG
Signed-off-by: harshit-sp <[email protected]>
1 parent f5fb037 commit 66133f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ All notable changes to this project will be documented in this file.
2121
- Bloblang `if` statements now provide explicit errors when query expressions resolve to non-boolean values.
2222
- Some metadata fields from the `amqp_1` input were always empty due to type mismatch, this should no longer be the case.
2323
- The `zip` Bloblang method no longer fails when executed without arguments.
24+
- The `amqp_0_9` output no longer prints bogus exchange name when connecting to the server.
2425

2526
### Changed
2627

2728
- The `parse_parquet` Bloblang function, `parquet_decode`, `parquet_encode` processors and the `parquet` input have all been upgraded to the latest version of the underlying Parquet library. Since this underlying library is experimental it is likely that behaviour changes will result. One significant change is that encoding numerical values that are larger than the column type (`float64` into `FLOAT`, `int64` into `INT32`, etc) will no longer be automatically converted.
2829
- The `parse_log` processor field `codec` is now deprecated.
2930
- *WARNING*: Many components have had their underlying implementations moved onto newer internal APIs for defining and extracting their configuration fields. It's recommended that upgrades to this version are performed cautiously.
3031

31-
### Fixed
32-
33-
- The `amqp_0_9` output no longer prints bogus exchange name when connecting to the server.
34-
3532
## 4.24.0 - 2023-11-24
3633

3734
### Added

0 commit comments

Comments
 (0)