Releases: tefra/xsdata
Releases · tefra/xsdata
v24.12
What's Changed
- Fix release action by @tefra in #1087
- Re-enable test pypi upload by @tefra in #1088
- move root clazz lookup to a separate method by @leo-b in #1090
- fix: Prohibited fields need default value None by @tefra in #1098
- fix: Mark body and fault as optional in output soap classes by @tefra in #1099
- feat: Include common soap encoding schema by @tefra in #1100
- chore(deps): bump codecov/codecov-action from 4 to 5 in the github-actions group by @dependabot in #1102
- Remove subscriptable types config by @tefra in #1101
- Update tests gh workflow by @tefra in #1105
- Fix: Priorities when selecting source attr type by @tefra in #1107
- Release v24.12 by @tefra in #1109
New Contributors
Full Changelog: v24.11...v24.12
v24.11
v24.9
v24.7
What's Changed
- fix: Reset attr types derived from empty simple types by @tefra in #1062
- feat: Filter element unions against fixed attribute values by @tefra in #1066
- feat: XmlSerializer skip optional nillable elements by @tefra in #1067
- Release v24.7 by @tefra in #1068
Full Changelog: v24.6.1...v24.7
v24.6.1
v24.6
What's Changed
- fix: Derived element json serialization by @tefra in #1035
- feat: Improve converter warnings by @tefra in #1036
- feat: Remove whitespace from bytes encoded xml strings by @tefra in #1037
- chore: Code cleanup by @tefra in #1038
- chore: Remove unnecessary import by @tefra in #1040
- Set typing-extensions minimum version by @zariiii9003 in #1039
- fix: Avoid using not-threadsafe arnings.catch_warning by @tefra in #1042
- Run ruff once by @tefra in #1043
- fix: Run Ruff on package directories rather than files by @SrirachaHorse in #1049
- fix: Unnest classes should update inner classes recursively by @tefra in #1047
- revert: Add back support for optional lists by @tefra in #1053
- fix: Use ruff to enforce double quotes on patterns by @tefra in #1055
- Releasing 24.6 by @tefra in #1056
New Contributors
- @zariiii9003 made their first contribution in #1039
Full Changelog: v24.5...v24.6