docs: sink-sql change-log entries for v1.20.2 - #858
Open
GabrielCartier wants to merge 2 commits into
Open
Conversation
PR #830 merged after v1.20.0 shipped but its change-log entries sat under the renamed v1.20.0 heading, so the v1.20.2 release notes missed them.
Moving the entries put them in the right release, but nothing framed the change for a reader of the v1.20.2 notes. Lead the section with the standalone-binary migration, cursor/schema compatibility and the Docker image switch, pointing at the migration guide. Refs #830
Contributor
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.
What
v1.20.0section tov1.20.2, where they actually shipped.v1.20.2section with a note setting the stage: standalone binary folded into the CLI, cursor/schema compatibility, DSN and block range moving off positional args, Docker image switch — pointing at the migration guide.Why
#830 merged after v1.20.0 was cut; the develop release rename swallowed the entries into the wrong section, so the v1.20.2 release notes missed them entirely. A reader of those notes had no signal that
substreams-sink-sqlis now part of the CLI.