Releases: febus982/cloudevents-pydantic
Releases · febus982/cloudevents-pydantic
v0.1.0
First beta version. Naming of format functions and field types finalized.
What's Changed
- HTTP binary binding by @febus982 in #15
- Format functions renamed and consistent between different formats by @febus982 in #15
- Internal field types improvements by @febus982 in #15
Full Changelog: v0.0.3...v0.1.0
v0.0.3
What's Changed
- Make string validation regex ECMA compatible by @febus982 in #9
- Make string regex compatible with AsyncAPI renderer by @febus982 in #10
- Update dependency python-ulid to v3 by @renovate in #12
- Add support for python 3.13 by @febus982 in #13
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Nested Binary fields improvements by @febus982 in #4
- Use TypeAdapter for single events validation by @febus982 in #5
- Field annotation composition by @febus982 in #6
- Fix serialization schema generation by @febus982 in #7
- Document FastAPI endpoint example by @febus982 in #8
Full Changelog: v0.0.1...v0.0.2