Skip to content

Commit 035eef4

Browse files
DOC-5411 RDI release notes for v1.12.2
1 parent 620bee5 commit 035eef4

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "1.12.1"
58+
rdi_current_version = "1.12.2"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
Title: Redis Data Integration release notes 1.12.2 (July 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rs
8+
description: |
9+
RDI Collector API now properly supports MariaDB.
10+
Extend adding custom labels and annotations to all resources in the RDI Helm chart.
11+
linkTitle: 1.12.2 (July 2025)
12+
toc: 'true'
13+
weight: 980
14+
---
15+
16+
{{< note >}}This maintenance release replaces the 1.12.1 release.{{< /note >}}
17+
18+
RDI’s mission is to help Redis customers sync Redis Enterprise with live data from their slow disk-based databases to:
19+
20+
- Meet the required speed and scale of read queries and provide an excellent and predictable user experience.
21+
- Save resources and time when building pipelines and coding data transformations.
22+
- Reduce the total cost of ownership by saving money on expensive database read replicas.
23+
24+
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.
25+
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.
26+
27+
## Headlines
28+
29+
- RDI Collector API now properly supports MariaDB.
30+
- Extend adding custom labels and annotations to all resources in the RDI Helm chart. Includes the webhook certificate management jobs.
31+
32+
## Limitations
33+
34+
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

Comments
 (0)