From 5021c79ae1366c44f861dad45757e103d7f78e53 Mon Sep 17 00:00:00 2001 From: Tyler Rockwood Date: Thu, 23 Jan 2025 18:38:15 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f23e4ee3d0..3cd2812cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,11 @@ All notable changes to this project will be documented in this file. - Field `instance_id` added to `kafka`, `kafka_franz`, `ockam_kafka`, `redpanda`, `redpanda_common`, and `redpanda_migrator` inputs. (@rockwotj) - Fields `rebalance_timeout`, `session_timeout` and `heartbeat_interval` added to the `kafka_franz`, `redpanda`, `redpanda_common`, `redpanda_migrator` and `ockam_kafka` inputs. (@rockwotj) - Field `avro.preserve_logical_types` for processor `schema_registry_decode` was added to preserve logical types instead of decoding them as their primitive representation. (@rockwotj) +- Field `schema_evolution.processors` added to `snowpipe_streaming` to support side effects or enrichment during schema evolution. (@rockwotj) ### Changed - Field `avro_raw_json` was deprecated in favor of `avro.raw_unions` for processor `schema_registry_decode`. (@rockwotj) - -### Changed - - The `snowpipe_streaming` output now has better error handling for authentication failures when uploading to cloud storage. (@rockwotj) ## 4.45.1 - 2025-01-17