Skip to content

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
5 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

2 participants