Apischema Versions Save

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.

v0.18.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/wyfo/apischema/compare/v0.18.0...v0.18.1

v0.18.0

1 year ago

Highlights

  • Limited Python 3.11 support, PEP 646, 655, 673 and 681 will be supported in the next release

What's Changed

New Contributors

Full Changelog: https://github.com/wyfo/apischema/compare/v0.17.5...v0.18.0

v0.17.5

2 years ago

What's Changed

Full Changelog: https://github.com/wyfo/apischema/compare/v0.17.4...v0.17.5

v0.17.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wyfo/apischema/compare/v0.17.3...v0.17.4

v0.17.3

2 years ago

What's Changed

Full Changelog: https://github.com/wyfo/apischema/compare/v0.17.2...v0.17.3

v0.17.2

2 years ago

What's Changed

Full Changelog: https://github.com/wyfo/apischema/compare/v0.17.1...v0.17.2

v0.17.1

2 years ago

What's Changed

Full Changelog: https://github.com/wyfo/apischema/compare/v0.17.0...v0.17.1

v0.17.0

2 years ago

Highlights

  • apischema is now compiled! It results in a big performance improvement, as shown on the new benchmark of the documentation. Compiled parts are still optional, and apischema remains a pure Python library.
  • CI/CD has been improved a lot, everything is automated now!
  • Breaking change Arbitrary exception raised during serialization are no more converted to ValidationError (#244) because of a security issue

What's Changed

New Contributors

Full Changelog: https://github.com/wyfo/apischema/compare/v0.16.1...v0.17

v0.16.6

2 years ago
  • Fix regression introduced by #280 (#283) by @wyfo

v0.15.9

2 years ago
  • Fix regression introduced by #280 (#283) by @wyfo