Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.29.2 - Bugfixes #145

Merged
merged 6 commits into from
Nov 24, 2024
Merged

v0.29.2 - Bugfixes #145

merged 6 commits into from
Nov 24, 2024

Conversation

rnag
Copy link
Owner

@rnag rnag commented Nov 24, 2024

Fixes

  • Using Meta.auto_assign_tags and Meta.raise_on_unknown_json_key together
  • When CatchAll field is specified with a default value, but serializing with skip_defaults=False
  • Performance: In UnionParser, ensure that get_parser() is only called once per type
  • Add test case(s) to confirm intended behavior

Notes

rnag added 2 commits November 24, 2024 10:17
* Fix for using `auto_assign_tags` and `raise_on_unknown_json_key` together
* Performance fix: In `UnionParser`, ensure that `get_parser()` is only called once per type
* Add test case to confirm intended behavior
@rnag rnag changed the title V0.29.2 closes #137 v0.29.2 - Bugfixes Nov 24, 2024
@rnag rnag merged commit 76bae08 into main Nov 24, 2024
6 checks passed
@rnag rnag deleted the v0.29.2-closes-#137 branch November 24, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential bug when using Meta.auto_assign_tags and Meta.raise_on_unknown_json_key together
1 participant