{{ message }}
Add missing 0.22.0 changelog entries - #1171
Merged
Merged
Conversation
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.

The 0.21.1 to 0.22.0 changelog batch (#1112) landed on 2026-07-03. Four user-visible changes merged between then and the 0.22.0 release on 2026-08-11 never got an entry:
Metaoverloads #700, overloads on theMetastub, so type checkers reject mixinggtwithgeandltwithlenulllast inanyOffor optional unions in JSON schema #1028,nullplaced last in theanyOfgenerated for optional unions__struct_encode_fields__check in CI #1114,__struct_encode_fields__added tosrc/msgspec/__init__.pyi(its companion Add__struct_encode_fields__to type stub #813 only touchedtests/typing, so it needs no entry of its own)json.encoderaisingTypeErrorfor adictkeyed by a plainstr-valuedenum.EnumI went over every PR merged in that window. The rest need no entry: #813 and #1117 are tests only, #1121 fixes an unreleased regression from #1028, #1145 is an unused variable under free-threaded builds, and #1146 and #1148 are CI and tooling. #1127, #1135 and #1080 already have entries.
Docs build clean with
--fail-on-warning.Note for whoever retries the release: the section is still headed
Version 0.22.0 (2026-08-11), and that date will need updating, since the tag was deleted after the upload failed. Refs #1134.