Version 2.4.0
Long overdue refresh for this package.
Added
- Support for JSON value in a header. It is now interpreted.
- Explicit support for Python 3.12
Fixed
- Incorrectly split a header when it contains a valid JSON (due to the comma delimiter)
Removed
- Support for Python 3.6
Changed
- (internal) Changed absolute import to relative ones.
- The generic
T
passed toget_polymorphic
is now bound toCustomHeader
and covariants.