Skip to content

Commit

Permalink
Bump version 24.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Dec 22, 2024
1 parent 54f443f commit 0a39028
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 24.12 (2024-12-22)

**Fixes**

- Set the default value of prohibited fields to None
([#1098](https://github.com/tefra/xsdata/pull/1098))

- Set body and fault as optional in output soap classes
([#1099](https://github.com/tefra/xsdata/pull/1099))

- Resolve a conflict with type location when an element and a complex type have the same
name ([#1107](https://github.com/tefra/xsdata/pull/1107))

**Features**

- Allow Xml Parser subclasses to override how the root class is located
([#1090](https://github.com/tefra/xsdata/pull/1090))

- Include common soap encoding schema
([#1100](https://github.com/tefra/xsdata/pull/1100))

**Deprecations**

- Remove subscritable types config option
- Remove Type,Tuple,List,Dict from stop words
- Deprecate xsdata <SOURCE> shorthand, use xsdata generate <SOURCE> instead

## 24.11 (2024-11-03)

**Fixes**
Expand Down
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,29 @@ Check the [documentation](https://xsdata.readthedocs.io) for more ✨✨✨
- Support xinclude statements and unknown properties
- Customize behaviour through config

## Changelog: 24.11 (2024-11-03)
## Changelog: 24.12 (2024-12-22)

**Fixes**

- Avoid conflict with attributes named value when flattening extensions
([#1085](https://github.com/tefra/xsdata/pull/1085))
- Set the default value of prohibited fields to None
([#1098](https://github.com/tefra/xsdata/pull/1098))

- Set body and fault as optional in output soap classes
([#1099](https://github.com/tefra/xsdata/pull/1099))

- Resolve a conflict with type location when an element and a complex type have the same
name ([#1107](https://github.com/tefra/xsdata/pull/1107))

**Features**

- Add cli config to use generic collections
([#1082](https://github.com/tefra/xsdata/pull/1082))
- Allow Xml Parser subclasses to override how the root class is located
([#1090](https://github.com/tefra/xsdata/pull/1090))

- Include common soap encoding schema
([#1100](https://github.com/tefra/xsdata/pull/1100))

**Deprecations**

- Drop support for python 3.8
- Remove subscritable types config option
- Remove Type,Tuple,List,Dict from stop words
- Deprecate xsdata <SOURCE> shorthand, use xsdata generate <SOURCE> instead
2 changes: 1 addition & 1 deletion xsdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "24.11"
__version__ = "24.12"

0 comments on commit 0a39028

Please sign in to comment.