From 0187fa716fb1536b34cd9d4f06b9955447a7c7ed Mon Sep 17 00:00:00 2001 From: Zdravko Donev Date: Thu, 7 May 2026 22:53:38 +0300 Subject: [PATCH 1/2] Add RDI 1.18.1 release notes --- .../release-notes/rdi-1-18-1.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/integrate/redis-data-integration/release-notes/rdi-1-18-1.md diff --git a/content/integrate/redis-data-integration/release-notes/rdi-1-18-1.md b/content/integrate/redis-data-integration/release-notes/rdi-1-18-1.md new file mode 100644 index 0000000000..abfd0993e1 --- /dev/null +++ b/content/integrate/redis-data-integration/release-notes/rdi-1-18-1.md @@ -0,0 +1,19 @@ +--- +Title: Redis Data Integration release notes 1.18.1 (May 2026) +alwaysopen: false +categories: +- docs +- operate +- rs +description: | + Debezium 3.5.0 upgrade with default collector image updates, Oracle connector compatibility updates, and Microsoft Entra ID authentication support. +linkTitle: 1.18.1 (May 2026) +toc: 'true' +weight: 970 +--- + +## What's New in 1.18.1 + +### Improvements + +- **Debezium upgrade**: RDI now uses Debezium 3.5.0 by default and updates the default collector image to `docker.io/redislabs/debezium-server:3.5.0.Final-rdi.1`. This update includes Oracle connector compatibility updates and Microsoft Entra ID authentication support. From bf00eeea6531bc8e0e9d33f16d6acced47b94760 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Fri, 8 May 2026 13:14:59 +0100 Subject: [PATCH 2/2] Update config.toml with new RDI version 1.18.1 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 14af9c4d17..2752ff5264 100644 --- a/config.toml +++ b/config.toml @@ -56,7 +56,7 @@ rdi_redis_gears_version = "1.2.6" rdi_debezium_server_version = "2.3.0.Final" rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver" rdi_cli_latest = "latest" -rdi_current_version = "1.18.0" +rdi_current_version = "1.18.1" [params.clientsConfig]