Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Todor <todormihai@gmail.com>
  • Loading branch information
mihaitodor committed Jan 3, 2025
1 parent 0683073 commit e0838a5
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit e0838a5

Please sign in to comment.