From d37239f664e6c1eb4109f3c04c47f03a880862f3 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 | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95276872..c83fd4840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,22 +3,10 @@ Changelog All notable changes to this project will be documented in this file. -## 4.44.0 - 2024-12-13 - -### Added - -- Go API: New `public/license` package added to allow custom programmatic instantiations of Redpanda Connect to run enterprise license components. (@Jeffail) - -### Fixed - -- `gcp_bigquery` output with parquet format no longer returns errors incorrectly. (@rockwotj) -- `postgres_cdc` input now allows quoted identifiers for the table names. (@mihaitodor, @rockwotj) - -## 4.43.1 - 2024-12-09 +## 4.45.0 - TBD ### 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) @@ -35,9 +23,27 @@ 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.44.0 - 2024-12-13 + +### Added + +- Go API: New `public/license` package added to allow custom programmatic instantiations of Redpanda Connect to run enterprise license components. (@Jeffail) + +### Fixed + +- `gcp_bigquery` output with parquet format no longer returns errors incorrectly. (@rockwotj) +- `postgres_cdc` input now allows quoted identifiers for the table names. (@mihaitodor, @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) + ## 4.43.0 - 2024-12-05 ### Changed