Releases: jpmorganchase/py-avro-schema
Releases · jpmorganchase/py-avro-schema
Release 3.8.2
Release 3.8.1
Add documentation covering typing.Literal
.
Refactor Literal
implementation
Release 3.8.0
Add support for Python typing.Literal
types, e.g. Literal[""]
.
Mixing Literal types, e.g. Literal["", 42]
is NOT supported.
Release 3.7.3
Avoid deprecated Pydantic __fields__
attribute.
Release 3.7.2
Testing with Python 3.13 (beta)
Release 3.7.1
Documentation configuration updates
Release 3.7.0
- Added support for using Pydantic's model title as the Avro record name.
- Added validation to all Avro names.
Release 3.6.0
Add support for complex type default values in union schemas.
With many thanks to @dada-engineer
Release 3.5.1
Fix populating default values for some Pydantic fields including array fields.
With thanks to @dada-engineer
Release 3.5.0
Add support for assigning a Pydantic object as a default value for a field.
With thanks to @dada-engineer