Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 1.55 KB

Changelog

0.0.9 (2024-02-10)

  • 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 TypedDicts #99.

0.0.8 (2024-02-09)

  • Check if Message.get_params return 3-tuple instead of str on parse_options_header #79.
  • Cleanup unused regex patterns #82.

0.0.7 (2024-02-03)

  • Refactor header option parser to use the standard library instead of a custom RegEx #75.

0.0.6 (2023-02-27)

  • Migrate package installation to pyproject.toml (PEP 621) #54.
  • Use yaml.safe_load instead of yaml.load #46.
  • Add support for Python 3.11, drop EOL 3.6 #51.
  • Add support for Python 3.8-3.10, drop EOL 2.7-3.5 #42.
  • QuerystringParser: don't raise an AttributeError in __repr__ #30.