v3.1 (5/N): finalize CHANGELOG under [3.1.0]#10
Merged
Conversation
[Unreleased] section's accumulated v3.1 entries promoted into a proper
[3.1.0] heading. No content change — just structural cleanup before
tagging:
- docs/changelog.md (en, full): collapse the (continued)
sub-sections, add Migration
guide.
- docs/changelog.ko.md (ko, full): mirror.
- CHANGELOG.md (top-level): condensed summary + link to
the docs/changelog detail.
The tag v3.1.0 follows immediately after this lands on main.
Wire-format coordinates only — Gradle/Maven snippets and 'Replace
3.0.0 with the latest' callouts. Historical references stay intact:
- 'NEW v3.0.0' annotations (features added in v3.0.0)
- '[v3.0.0 changelog]#300-...' links (package rename mapping
lives in the v3.0.0 changelog section)
- 'Upgrading from v2.0.0?' headers
Also rewords 'ssrf-guard v3.0.0 is split along HTTP-client boundaries'
to 'ssrf-guard 3.0+ is split' — the splitting was introduced in v3.0.0
and persists, so present-tense + '3.0+' is more accurate than pinning
to v3.0.0 in a doc that's read by v3.1.0+ consumers.
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.
Summary
Promote
[Unreleased]to[3.1.0]in both changelogs. No new content — just structural cleanup so the tagv3.1.0immediately lands on a proper release section.Changes
docs/changelog.md— collapse the(continued)sub-sections (a layering artifact of building the entry in two passes); add explicit Migration guide.docs/changelog.ko.md— same.CHANGELOG.md— top-level summary + link into the docs/changelog detail; add the v3.1.0 footer link.Test plan
v3.1.0triggers the release workflow → Maven Central publish across 11 modulesdevslab-examplesfrom3.0.1→3.1.0and add the newssrf-guard-langchain4j-demo