chore: release 0.17.6#171
Merged
Merged
Conversation
Bump all workspace crates and the Python runtime to 0.17.6 and promote the Unreleased CHANGELOG section. Includes the #[reflectapi(hidden)] field attribute (#168), the Python codegen fix for nullable Option<T> fields in flattened tagged-enum variant models (#170, fixes #167), and the Python submodule import ordering fix (#165).
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
📖 Documentation Preview: https://reflectapi-docs-preview-pr-171.partly.workers.dev Updated automatically from commit cba0f10 |
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.
Patch release bumping all workspace crates and the Python runtime to 0.17.6, promoting the Unreleased CHANGELOG section.
Included since 0.17.5
#[reflectapi(hidden)]field attribute (feat: add #[reflectapi(hidden)] attribute for fields #168)Option<T>fields in flattened internally-tagged-enum variant models are now optional keys with aNonedefault (fix(codegen/python): emit nullable Option<T> fields as optional in flattened tagged-enum models #170, fixes Bug: reflectapi Python codegen emits a nullable Option<T> field as a required key #167)