RDSC-6038: Add RDI 2.0.0 release notes and migration guidance - #3996
Merged
Merged
Conversation
Contributor
🧠 Redis MemoryFound 9 related items from repository history (1 new this commit):
Memory updated at c43b74d |
Contributor
stoyanr
suggested changes
Sep 14, 2026
stoyanr
left a comment
Contributor
There was a problem hiding this comment.
Many minor comments, mostly polishing of AI wording, and a few not so minor ones regarding ordering most important changes first and dropping internal details.
4 tasks
andy-stark-redis
approved these changes
Sep 15, 2026
andy-stark-redis
left a comment
Contributor
There was a problem hiding this comment.
Fixed a small typo in one of Stoyan's suggestions. Otherwise, LGTM.
nicoweidner
reviewed
Sep 16, 2026
Co-authored-by: Stoyan Rachev <stoyanr@gmail.com>
Co-authored-by: Stoyan Rachev <stoyanr@gmail.com>
This was referenced Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the September 2026 RDI 2.0.0 release notes, changes
rdi_current_versionfrom1.19.1to2.0.0, and documents migration from the classic processor to Flink before the version upgrade. The release page uses weight967without claiming an exact release day.Includes the changes from #4017 so release notes and migration guidance can be reviewed together in this PR.
Tickets: RDSC-6038, RDSC-6045.
Companion Cloud documentation: #3997.
Changelog source and wording changes
Source:
redis-data-integrationmain CHANGELOG.md at c57c3a2. The release notes include fixes also shipped in 1.19.1 and preserve the security identifiers from this source.Deliberate differences from the changelog:
topic.prefixis no longer accepted inadvanced.source.rdi-admin install.API and CLI changes are included as release-note entries. Generated definitions and the remaining Core documentation are in #3916, which currently targets this branch. The new Multiple sources link depends on that PR.
Processor migration and upgrade guidance
The migration guide stops the source collector while the classic processor drains the input streams, then switches to Flink and resumes collection. It includes CLI, Redis commands, and Redis Insight checks, snapshot guidance, post-migration verification, and rollback instructions. A dedicated upgrade section explains the processor-default change in RDI 2.0.0.
The migration and upgrade pages are taken unchanged from #4017 at
c9e8a95de925f012532cbe233e44555f83cc291f. The release notes and version setting are preserved from this PR's previous head.Validation
3d6834f05161d6517f963a3797844469bb9aedbaas a validation-only content mount; it is not added by this merge. SCAN client-example warnings remain.git diff --check: passed.0.0.202609101145, not the final RDI 2.0.0 release artifact.Publication hold
Do not merge to main until:
The version-variable change also updates download instructions elsewhere on the site, so it must wait for the artifacts.
Note
Low Risk
Documentation-only changes; the version bump affects published download URLs and must stay coordinated with actual 2.0.0 artifact availability.
Overview
Publishes RDI 2.0.0 documentation by bumping
rdi_current_versionto 2.0.0 (so install/upgrade download links and{{< rdi-version >}}across the site point at 2.0.0) and adding a new September 2026 release notes page covering breaking changes (Flink as default processor, API v1/v2 behavior), multi-source pipelines, and related fixes/improvements/security.Upgrade and classic→Flink migration guides are expanded for the default-processor shift: a pre-upgrade note and Upgrading to RDI 2.0.0 section (migrate on 1.19.0 and drain streams, or pin
processors.type: classicbefore upgrade). The migration runbook is restructured into explicit disable collection → drain input streams (withredis-di describe,SCAN/XLEN, Redis Insight) → switch to Flink and resume steps, plus rollback wording when 2.0.0 defaults to Flink.Reviewed by Cursor Bugbot for commit c43b74d. Bugbot is set up for automated code reviews on this repo. Configure here.