* Parametrize some generic types to avoid type checker warnings (shoffmeister in PR 798) * Build Python 3.13 wheels (rahulnht in PR 824) * Remove support for Python 3.8 (scottbelden)
1.9.7
* Fix regression introduced in PR 792 (enifsieus in PR 796)
1.9.6
* Fix deterministic output for gen_many under certain conditions (hwse in PR 784) * Resolve referenced schema to disambiguate union types with named schemas (enifsieus in PR 792)
1.9.5
* Fix recursion error with avro json serialization (marcosschroh in PR 773) * Fix return_record_name option for aliases in a union (hwse in PR 753)
1.9.4
* Fix bug where aliases were not be evaluated correctly (hwse in PR 751) * Simplify login in parse_schema (manawasp in PR 750)
1.9.3
* Be able to generate correct random data when logical types are involved (hwse in PR 741)