From 72237c400e4dabc756e98ec5d2c6b6145db827b0 Mon Sep 17 00:00:00 2001 From: Mihai Todor Date: Thu, 12 Dec 2024 01:17:08 +0000 Subject: [PATCH] Update changelog Signed-off-by: Mihai Todor --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2cf48608..4542a84816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,6 @@ All notable changes to this project will be documented in this file. ### Fixed - `gcp_bigquery` output with parquet format no longer returns errors incorrectly. (@rockwotj) - -## 4.43.1 - 2024-12-09 - -### Fixed - -- Trial Redpanda Enterprise licenses are now considered valid. (@Jeffail) -- The `redpanda_migrator_bundle` output now skips schema ID translation when `translate_schema_ids: false` and `schema_registry` is configured. (@mihaitodor) - The `redpanda_migrator` output no longer rejects messages if it can't perform schema ID translation. (@mihaitodor) - The `redpanda_migrator` input no longer converts the kafka key to string. (@mihaitodor) @@ -30,9 +23,16 @@ All notable changes to this project will be documented in this file. ### Changed -- The `kafka_key` and `max_in_flight` fields of the `redpanda_migrator_offsets` output have been deprecated. +- The `kafka_key` and `max_in_flight` fields of the `redpanda_migrator_offsets` output are now deprecated. (@mihaitodor) - Fields `batch_size` and `multi_header` for the `redpanda_migrator` input are now deprecated. (@mihaitodor) +## 4.43.1 - 2024-12-09 + +### Fixed + +- Trial Redpanda Enterprise licenses are now considered valid. (@Jeffail) +- The `redpanda_migrator_bundle` output now skips schema ID translation when `translate_schema_ids: false` and `schema_registry` is configured. (@mihaitodor) + ## 4.43.0 - 2024-12-05 ### Changed