Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Loading