Skip to content

Releases: sissaschool/xmlschema

v3.0.1 (2024-01-09)

09 Jan 18:30
Compare
Choose a tag to compare
  • Hotfix release for broken requirement
  • Set python-requires metadata to >=3.8 (pull request #382)
  • Upgrade GitHub Actions (pull request #381)

v3.0.0 (2024-01-07)

07 Jan 11:47
Compare
Choose a tag to compare

WARNING: this release has been yanked in PyPI due to a broken requirement, use v3.0.1.

  • Namespace declarations processing modes through the option xmlns_processing for converters
  • Decode/validate from XML document with dynamic schema load
  • XMLResource class enhancement for a better XML resources processing
  • Improve lazy resources iteration removing preceding elements (thin_mode option)
  • Add uri_mapper option for using relocated or URN-addressed schemas
  • Drop support for Python 3.7

v2.5.1 (2023-12-19)

19 Dec 15:48
Compare
Choose a tag to compare
  • Fix slowness of key selectors introduced by v2.5.0 (issue #378)
  • Remove redundant wheel dep from pyproject.toml and unnecessary build deps from tox.ini (PR #368)

v2.5.0 (2023-09-21)

21 Sep 16:47
Compare
Choose a tag to compare
  • Fix identity keys tracking with additional full XPath checks on XML data
  • Rewrite schema exports using relative paths

v2.4.0 (2023-07-27)

27 Jul 20:11
Compare
Choose a tag to compare
  • Improve schema export using XSD source encoding
  • Add XML signature and encryption to local fallback schemas (issue #357)

v2.3.1 (2023-06-14)

14 Jun 07:58
Compare
Choose a tag to compare
  • Meta-schema elements and groups ignore xsi:type attributes (issue #350)
  • Use the meta-schemas only for validating XSD sources otherwise create dummy schemas

v2.3.0 (2023-05-18)

18 May 20:26
Compare
Choose a tag to compare
  • Improve sequence/all restriction checks for XSD 1.1
  • Add schema argument to Wsdl11Document

v2.2.3 (2023-04-14)

14 Apr 14:09
Compare
Choose a tag to compare
  • Add support for Python 3.12
  • Detach content iteration methods from ModelVisitor

v2.2.2 (2023-03-05)

05 Mar 21:13
Compare
Choose a tag to compare
  • Fix mixed content extension with empty content (issue #337)
  • Fix lru_cache() usage on global maps caching

v2.2.1 (2023-02-11)

11 Feb 10:47
Compare
Choose a tag to compare
  • Fix mixed content extension without explicit mixed attribute (issue #334)