|
| 1 | +--- |
| 2 | +Title: Redis Data Integration release notes 1.14.0 (August 2025) |
| 3 | +alwaysopen: false |
| 4 | +categories: |
| 5 | +- docs |
| 6 | +- operate |
| 7 | +- rs |
| 8 | +description: | |
| 9 | + New RDI API v2 with enhanced pipeline management. |
| 10 | + Improved Oracle RAC support with configuration scaffolding. |
| 11 | + Enhanced metrics and monitoring capabilities. |
| 12 | + Better TLS/mTLS support across components. |
| 13 | +linkTitle: 1.14.0 (August 2025) |
| 14 | +toc: 'true' |
| 15 | +weight: 982 |
| 16 | +--- |
| 17 | + |
| 18 | + |
| 19 | +RDI’s mission is to help Redis customers sync Redis Enterprise with live data from their slow disk-based databases to: |
| 20 | + |
| 21 | +- Meet the required speed and scale of read queries and provide an excellent and predictable user experience. |
| 22 | +- Save resources and time when building pipelines and coding data transformations. |
| 23 | +- Reduce the total cost of ownership by saving money on expensive database read replicas. |
| 24 | + |
| 25 | +RDI keeps the Redis cache up to date with changes in the primary database, using a [_Change Data Capture (CDC)_](https://en.wikipedia.org/wiki/Change_data_capture) mechanism. |
| 26 | +It also lets you _transform_ the data from relational tables into convenient and fast data structures that match your app's requirements. You specify the transformations using a configuration system, so no coding is required. |
| 27 | + |
| 28 | +## What's New in 1.14.0 |
| 29 | + |
| 30 | +- Unified MySQL connector now handles both MySQL and MariaDB databases consistently |
| 31 | +- Introduced Google Cloud Spanner support with both Google SQL and PostgreSQL dialect compatibility |
| 32 | +- Introduced Apache Flink collector with built-in TLS/mTLS support for Google Spanner integration |
| 33 | +- Fixed TLS certificate management issue for MySQL and MariaDB databases |
| 34 | +- Better handling of CA certificate files in deployment configurations |
| 35 | +- New metrics aggregator component for centralized metrics collection and exposure |
| 36 | +- Enhanced operator metrics with proper exposure and monitoring capabilities |
| 37 | +- Improved statistics endpoints adapted for Flink collector architecture |
| 38 | +- Improved `redis-di status` command performance status - introduced breakdown of "Processing Time" into "Transform time" and "Write time" |
| 39 | + |
| 40 | +## Limitations |
| 41 | + |
| 42 | +RDI can write data to a Redis Active-Active database. However, it doesn't support writing data to two or more Active-Active replicas. Writing data from RDI to several Active-Active replicas could easily harm data integrity as RDI is not synchronous with the source database commits. |
0 commit comments