diff --git a/CHANGELOG.md b/CHANGELOG.md index 9afc505fe..f7e1a7e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,31 @@ All notable changes to this project will be documented in this file. ## 4.45.0 - TBD +### Fixed + +- 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) +- 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 @@ -32,23 +48,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