Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: harshit-sp <harshitspatel6600@gmail.com>
  • Loading branch information
Jeffail authored and harshit-sp committed Feb 4, 2024
1 parent f5fb037 commit 66133f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Expand Up @@ -21,17 +21,14 @@ All notable changes to this project will be documented in this file.
- Bloblang `if` statements now provide explicit errors when query expressions resolve to non-boolean values.
- Some metadata fields from the `amqp_1` input were always empty due to type mismatch, this should no longer be the case.
- The `zip` Bloblang method no longer fails when executed without arguments.
- The `amqp_0_9` output no longer prints bogus exchange name when connecting to the server.

### Changed

- 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.
- The `parse_log` processor field `codec` is now deprecated.
- *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.

### Fixed

- The `amqp_0_9` output no longer prints bogus exchange name when connecting to the server.

## 4.24.0 - 2023-11-24

### Added
Expand Down

0 comments on commit 66133f8

Please sign in to comment.