You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ Changelog
3
3
4
4
All notable changes to this project will be documented in this file.
5
5
6
+
## 4.88.0 - 2026-04-16
7
+
8
+
### Added
9
+
10
+
- mysql_cdc: Added integration tests validating MySQL CDC connection drop and reconnection scenarios with zero data loss. ([@mmatczuk](https://github.com/mmatczuk), [#4241](https://github.com/redpanda-data/connect/pull/4241))
11
+
- oracledb_cdc: Added multi-tenant support for Oracle CDC input to handle both container and non-container databases. ([@josephwoodward](https://github.com/josephwoodward), [#4237](https://github.com/redpanda-data/connect/pull/4237))
12
+
- oracledb_cdc: Added source timestamp metadata to Oracle CDC messages to propagate the redo log timestamp to consumers. ([@josephwoodward](https://github.com/josephwoodward), [#4250](https://github.com/redpanda-data/connect/pull/4250))
13
+
- otlp: Added OpenTelemetry metrics exporter supporting both gRPC and HTTP protocols. ([@mmatczuk](https://github.com/mmatczuk), [#4230](https://github.com/redpanda-data/connect/pull/4230))
- amqp1: Fixed data race in randomString by replacing non-goroutine-safe package-level rand with thread-safe top-level rand.Intn. ([@mmatczuk](https://github.com/mmatczuk), [#4260](https://github.com/redpanda-data/connect/pull/4260))
19
+
- general: Fixed Docker latest tag for connect image from incorrect latest-cloud to latest. ([@mmatczuk](https://github.com/mmatczuk), [#4267](https://github.com/redpanda-data/connect/pull/4267))
20
+
- mysql_cdc: Fixed snapshot column order consistency by using deterministic primary key slice iteration instead of non-deterministic map iteration. ([@josephwoodward](https://github.com/josephwoodward), [#4262](https://github.com/redpanda-data/connect/pull/4262))
21
+
- postgresql: Fixed handling of tsvector type in PostgreSQL replication decoder to return raw PostgreSQL text representation. ([@mmatczuk](https://github.com/mmatczuk), [#4261](https://github.com/redpanda-data/connect/pull/4261))
22
+
- protobuf: Fixed memory leak in hyperpb parser caused by pool holding unused messages and added profile-guided optimization support. ([@mmatczuk](https://github.com/mmatczuk), [#4240](https://github.com/redpanda-data/connect/pull/4240))
23
+
24
+
### Changed
25
+
26
+
- iceberg: Updated Iceberg fallback behavior to infer column type when schema doesn't contain the field, enabling support for transforms. ([@rockwotj](https://github.com/rockwotj), [#4263](https://github.com/redpanda-data/connect/pull/4263))
27
+
- oracledb_cdc: Switched from buffering all redo events to streaming them through a callback to reduce memory allocation. ([@josephwoodward](https://github.com/josephwoodward), [#4243](https://github.com/redpanda-data/connect/pull/4243))
28
+
- mysql_cdc: write checkpoint after snapshot ([@josephwoodward](https://github.com/josephwoodward), [#4269](https://github.com/redpanda-data/connect/pull/4269))
0 commit comments