Skip to content

Commit 891a337

Browse files
Merge pull request #1630 from redis/DOC-5278-rdi-rel-notes-1.10.0
DOC-5278 RDI release notes for v1.10.0
2 parents da7443f + ffb7488 commit 891a337

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-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.8.0"
58+
rdi_current_version = "1.10.0"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
Title: Redis Data Integration release notes 1.10.0 (May 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rs
8+
description: |
9+
Added support for MongoDB as a source, with a scaffold template and
10+
enhanced configuration validation.
11+
Implemented automatic deletion of pods affected by secret rotation.
12+
linkTitle: 1.10.0 (May 2025)
13+
toc: 'true'
14+
weight: 983
15+
---
16+
17+
{{< note >}}This minor release replaces the 1.8.0 release.{{< /note >}}
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+
## Headlines
29+
30+
- Added support for MongoDB as a source, including MongoDB 6.0 and 7.0, for both on-premises and MongoDB Atlas deployments.
31+
- Introduced a MongoDB scaffold template and enhanced configuration validation.
32+
- Implemented automatic deletion of pods affected by secret rotation to ensure updated secrets are applied.
33+
34+
## Detailed changes
35+
36+
**Other Features, Improvements and Enhancements**
37+
38+
The `redis-di scaffold` cli command can now scaffold MongoDB configuration. It can also scaffold different flavors:
39+
- `--db-flavor mongodb-atlas`
40+
- `--db-flavor mongodb-replica-set`
41+
- `--db-flavor mongodb-sharded-cluster`
42+
43+
## Limitations
44+
45+
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)