From e0838a54f6b846bee16f95b9121a2342f7726890 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 | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473cb02f6..434f3a078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,32 @@ All notable changes to this project will be documented in this file. ## 4.45.0 - TBD +### Fixed + +- Field `fetch_max_wait` added to the `kafka_franz`, `ockam_kafka`, `redpanda`, `redpanda_common` and `redpanda_migrator` inputs. (@birdayz) +- The `code` and `file` fields on the `javascript` processor docs no longer erroneously mention interpolation support. (@mihaitodor) +- The `postgres_cdc` now correctly handles `null` values. (@rockwotj) +- 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) + ### Added - `avro` scanner now emits metadata for the Avro schema it used along with the schema fingerprint. (@rockwotj) - Field `content_type` added to the `amqp_1` output. (@timo102) -- `kafka_franz`, `ockam_kafka`, `redpanda`, `redpanda_common`, `redpanda_migrator` now support `fetch_max_wait` configuration field. +- New `redpanda_migrator_offsets` input. (@mihaitodor) +- Fields `offset_topic`, `offset_group`, `offset_partition`, `offset_commit_timestamp` and `offset_metadata` added to the `redpanda_migrator_offsets` output. (@mihaitodor) +- Fields `kafka_key` and `max_in_flight` for the `redpanda_migrator_offsets` output are now deprecated. (@mihaitodor) +- Fields `batching` for the `redpanda_migrator` output is now deprecated. (@mihaitodor) +- Field `topic_lag_refresh_period` added to the `redpanda` and `redpanda_common` inputs. (@mihaitodor) +- Metric `redpanda_lag` now emitted by the `redpanda` and `redpanda_common` inputs. (@mihaitodor) +- Metadata `kafka_lag` now emitted by the `redpanda` and `redpanda_common` inputs. (@mihaitodor) -### Fixed +### Changed -- The `code` and `file` fields on the `javascript` processor docs no longer erroneously mention interpolation support. (@mihaitodor) -- The `postgres_cdc` now correctly handles `null` values. (@rockwotj) +- 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) +- The `redpanda_migrator_bundle` input and output now set labels for their subcomponents. (@mihaitodor) +- The `redpanda_migrator` input no longer emits tombstone messages. (@mihaitodor) ## 4.44.0 - 2024-12-13 @@ -33,23 +49,6 @@ All notable changes to this project will be documented in this file. - 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) - -### Added - -- New `redpanda_migrator_offsets` input. (@mihaitodor) -- Fields `offset_topic`, `offset_group`, `offset_partition`, `offset_commit_timestamp` and `offset_metadata` added to the `redpanda_migrator_offsets` output. (@mihaitodor) -- Fields `kafka_key` and `max_in_flight` for the `redpanda_migrator_offsets` output are now deprecated. (@mihaitodor) -- Fields `batching` for the `redpanda_migrator` output is now deprecated. (@mihaitodor) -- Field `topic_lag_refresh_period` added to the `redpanda` and `redpanda_common` inputs. (@mihaitodor) -- Metric `redpanda_lag` now emitted by the `redpanda` and `redpanda_common` inputs. (@mihaitodor) -- Metadata `kafka_lag` now emitted by the `redpanda` and `redpanda_common` inputs. (@mihaitodor) - -### Changed - -- The `kafka_key` and `max_in_flight` fields of the `redpanda_migrator_offsets` output have been deprecated. -- Fields `batch_size` and `multi_header` for the `redpanda_migrator` input are now deprecated. (@mihaitodor) ## 4.43.0 - 2024-12-05