Skip to content

Releases: localstack/py-avro-schema

3.9.17

27 Mar 14:41
b76e14c

Choose a tag to compare

Bytes marker support for non-total dicts

3.9.16

27 Feb 19:32

Choose a tag to compare

  • Revert drop namespaces for wrapped records (#22) due to issue in serialization

3.9.15

27 Feb 18:26
60538cd

Choose a tag to compare

  • disallow TypedDict/Sequence/Dict unions (#24)
  • Drop namespaces for wrapped records (#22)

3.9.14

25 Feb 09:39
469d815

Choose a tag to compare

  • add support for __id in wrapped list and map records

3.9.13

24 Feb 13:40
ffa54ac

Choose a tag to compare

  • Support for __id field for record types;
  • Option to wrap list and map types into records;
  • Option for deterministic defaults in dataclasses factories;
  • Use of __td_missing__ as default value for non-total TypedDict.

3.9.12

10 Feb 11:06
b97265f

Choose a tag to compare

  • Support for typing.NotRequired

3.9.11

06 Feb 10:05
5196d22

Choose a tag to compare

  • Fix Enum validation

3.9.10

16 Dec 14:25
d905f80

Choose a tag to compare

  • Add ADD_RUNTIME_TYPE_FIELD option

3.9.9

05 Dec 07:25
3a705c7

Choose a tag to compare

  • Extend JSON serialization to List[Any] types (#12).
  • Add string type to all fields for non-total TypedDict (#11).

3.9.8

19 Nov 10:02
737be58

Choose a tag to compare

  • Support for typing.Final
  • Support for sets