- Add support for Python 3.12 #85.
- Drop support for Python 3.7 #95.
- Add
MultipartState(IntEnum)
#96. - Add
QuerystringState
#97. - Add
TypedDict
callbacks #98. - Add config
TypedDict
s #99.
- Check if Message.get_params return 3-tuple instead of str on parse_options_header #79.
- Cleanup unused regex patterns #82.
- Refactor header option parser to use the standard library instead of a custom RegEx #75.