Prepare 3.1.1 release#14
Merged
Merged
Conversation
Cut the [3.1.1] section (uppercase-scheme bypass security fix) in all three changelogs and bump gradle.properties to 3.1.1-SNAPSHOT, matching the 3.0.1 patch-release convention (version literals in README / installation docs stay at the minor line). Also adds the Korean changelog entry that the fix PR omitted - docs/changelog.ko.md now carries the same Security note as the English changelogs (bilingual parity).
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.
Release prep for v3.1.1 (security patch — the uppercase-scheme bypass fix from #13):
gradle.properties→3.1.1-SNAPSHOT(release workflow overrides with the clean version from the tag)CHANGELOG.md,docs/changelog.md,docs/changelog.ko.md:[Unreleased]→[3.1.1]with Security + Migration notesdocs/changelog.ko.mdnow matches the English changelogs (bilingual parity)Follows the 3.0.1 patch convention: version literals in README / installation docs stay at the minor line (
3.1.0), only the changelogs +gradle.propertiesmove.Release surface checklist
CHANGELOG.md— [3.1.1] entrydocs/changelog.md+docs/changelog.ko.md— [3.1.1] entry (bilingual)gradle.properties— 3.1.1-SNAPSHOT.githubprofile README — N/A (auto-updating Maven Central badge)devslab-examples— deferred: demos stay on 3.1.0; API unchanged, they keep working. Can bump separately if desired.Verification
Full CI-equivalent build green locally after the version bump:
./gradlew build→ BUILD SUCCESSFUL, all module tests pass.After merge: push
v3.1.1→ release workflow publishes to Maven Central and auto-creates the GitHub Release.요약 (한국어)
v3.1.1 보안 패치 릴리스 준비 (#13의 대문자 스킴 우회 수정). CHANGELOG 3종 [3.1.1] 확정 + gradle.properties 범프. fix PR이 빠뜨린 한국어 changelog 항목도 이번에 보강 (bilingual parity). 3.0.1 관례대로 README/installation 리터럴은 minor 라인 유지. 로컬 전체 빌드 green. 머지 후 v3.1.1 태그 푸시로 Maven Central 배포 + GitHub Release 자동 생성.