* Add ability to override unicode decode errors (scottbelden in PR 696)
1.7.4
* Fix parsing of namespaces (scottbelden in PR 692) * Be able to specify a reader schema in the json_reader (scottbelden in PR 681)
1.7.3
* Create musllinux wheels (scottbelden in PR 679)
1.7.2
* Allow default value errors when a reader schema is supplied (scottbelden in PR 677) * Allow values like NaN for default values of float and double types (scottbelden in PR 675)
1.7.1
* Allow ints for default values of float and double types (scottbelden in PR 670)
1.7.0
* Add support for Python 3.11 (scottbelden in PR 652) * Add default value checks when parsing the schema (scottbelden in PR 650) * Raise EOFError for truncated bytes and fixed data (ksunden in PR 647)