docs: finalize 0.21.0 release notes and fix stale README entries#1381
Open
damsleth wants to merge 1 commit into
Open
docs: finalize 0.21.0 release notes and fix stale README entries#1381damsleth wants to merge 1 commit into
damsleth wants to merge 1 commit into
Conversation
- Set 0.21.0 deployment date to 24.04.2026 in the changelog - Add changelog entries for the late-landing commits: cache SCAN/TTL hardening (#1374), holiday date normalization (#1376), per-request subscription refresh (#1377), Redis session payload minimization (#1378), and auth/URL state regression tests (#1379) - Add 21 - Scandium row to the roadmap with the 0.21.0 badge - Fix long-standing typos in .readme/4-contributing.md ("velcome", "neccessary", "anually") - Correct the .nvmrc / Node version note (was pointing at a non-existent ".nvrc" with 18.18.0; actual file is .nvmrc with 22.14.0) - Update API_TOKEN_SECRET description to reflect that it now also signs PATs - Regenerate README.md and CHANGELOG.md to match the source files
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
parseHolidayDate(fix: normalize holiday date inputs via parseHolidayDate #1376)RequestContext(fix: refresh subscription metadata per-request in RequestContext #1377)pickSessionFields(fix: minimize Redis session payload #1378).readme/4-contributing.md:velcome->welcome,neccessary->necessary,anually->manually..nvrcwith18.18.0; actual file is.nvmrcwith22.14.0.API_TOKEN_SECRETdescription to reflect that it now also signs personal access tokens.README.mdandCHANGELOG.mdto match the updated source files.Test plan
.changelog/0.21.0.mdreflects every PR and direct commit merged since 0.20.0README.mdandCHANGELOG.mdare in sync with their.readme//.changelog/sources