diff --git a/config.toml b/config.toml index 3f549f35f..9dad91e11 100644 --- a/config.toml +++ b/config.toml @@ -55,7 +55,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 = "v1.4.4" +rdi_current_version = "v1.6.0" [params.clientsConfig] "Python"={quickstartSlug="redis-py"} diff --git a/content/integrate/redis-data-integration/release-notes/rdi-1-6-0.md b/content/integrate/redis-data-integration/release-notes/rdi-1-6-0.md index 325ec8b14..5b8f3cd51 100644 --- a/content/integrate/redis-data-integration/release-notes/rdi-1-6-0.md +++ b/content/integrate/redis-data-integration/release-notes/rdi-1-6-0.md @@ -1,12 +1,12 @@ --- -Title: Redis Data Integration release notes 1.6.0 (January 2025) +Title: Redis Data Integration release notes 1.6.0 (February 2025) alwaysopen: false categories: - docs - operate - rs description: Installation on Kubernetes with a Helm chart. Improvements for installation on VMs. -linkTitle: 1.6.0 (January 2025) +linkTitle: 1.6.0 (February 2025) toc: 'true' weight: 992 --- @@ -35,10 +35,6 @@ It also lets you _transform_ the data from relational tables into convenient and - Many bug fixes -## Issues fixed - - - ## Limitations 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.