Skip to content

Commit 8951919

Browse files
Update changelog for v4.85.0 (#4171)
Co-authored-by: vbotbuildovich <[email protected]>
1 parent 91d38e4 commit 8951919

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Changelog
33

44
All notable changes to this project will be documented in this file.
55

6+
## 4.85.0 - 2026-03-26
7+
8+
### Added
9+
10+
- iceberg: Added three-stage type resolution pipeline for Iceberg schema evolution with optional schema metadata override and Bloblang type mapping. ([@rockwotj](https://github.com/rockwotj), [#4167](https://github.com/redpanda-data/connect/pull/4167))
11+
- redpanda: Added tracing span mapping support to redpanda input and output for trace context propagation across Kafka-connected pipelines. ([@mmatczuk](https://github.com/mmatczuk), [#4146](https://github.com/redpanda-data/connect/pull/4146))
12+
- salesforce: Added Salesforce processor implementation with REST client, GraphQL support, real-time streaming, and bulk operations for reading and writing data. ([@ness-david-dedu](https://github.com/ness-david-dedu), [#4151](https://github.com/redpanda-data/connect/pull/4151))
13+
14+
### Fixed
15+
16+
- aws: Fixed send-on-closed-channel panic in dynamodb_cdc by ensuring shard reader goroutines complete before closing message channel. ([@squiidz](https://github.com/squiidz), [#4168](https://github.com/redpanda-data/connect/pull/4168))
17+
- redpanda: Fixed error handling in redpanda output when unable to create franz writer to prevent nil pointer dereference. ([@josephwoodward](https://github.com/josephwoodward), [#4149](https://github.com/redpanda-data/connect/pull/4149))
18+
619
## 4.84.1 - 2026-03-20
720

821
### Added

0 commit comments

Comments
 (0)