docs: align README/CHANGELOG with the 5.3.0 release - #358
Merged
Conversation
…ccuracies README: dependency snippets, compatibility matrix, and version-line references move from 5.2.x/5.2.0 to 5.3.x/5.3.0. CHANGELOG 5.3.0 section: the registration serialization retry is 5 attempts with jittered backoff (not 3); the remember-me kebab-case fix was not a regression (the spelling never worked in any prior release); dropped the 'restores LoginAttemptService accessors' bullet — those getters are unchanged relative to 5.2.0 (they were only removed and restored within the development branch), so the note would read as an API change that never happened.
ReviewDocs-only PR, low risk. Verified the changes:
No code changes, no test impact. Nothing blocking — this is a clean, well-scoped documentation correction. |
Uh oh!
There was an error while loading. Please reload this page.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates post-release documentation to match the 5.3.0 (5.3.x) release line, keeping consumer-facing install guidance and the generated changelog section factually consistent with the shipped behavior.
Changes:
- Update README compatibility matrix and installation snippets from 5.2.0/5.2.x to 5.3.0/5.3.x for Spring Boot 4.x.
- Clarify README guidance that new feature development is on the 5.3.x line (with 3.6.x security-maintenance for Spring Boot 3.5).
- Correct 5.3.0 changelog facts (registration retry count to 5 with jittered backoff, refine remember-me kebab/camel spelling description, remove consumer-invisible/accessor bullet).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Aligns compatibility/install documentation with the 5.3.x / 5.3.0 release line. |
| CHANGELOG.md | Corrects factual details in the 5.3.0 release notes to reflect actual shipped behavior. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 freeto 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.
Post-release docs alignment: README install snippets and compatibility matrix to 5.3.x/5.3.0, and four factual corrections to the generated 5.3.0 changelog section (retry count 5 not 3, kebab-case fix was never a regression, removed the accessors-restored bullet that describes an intra-branch change invisible to consumers).