Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

28 lines (24 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.9.0] - 2018-05-16

Changed

  • Support for Python 3 was added with preserving the Python 2 behavior in mind. As a result Python 3 specific logic may be not that efficient due to extra conversions between text and bytes, but that is left for future improvements;
  • CRLF is now consistently used when a parsed mime is serialized into a string.
  • Dependency on cchardet was made optional. Ported from PR84
  • PR94 Local Redis cache was made configurable via environment variables REDIS_HOST, REDIS_PORT, and REDIS_DB with the defaults matching the original behavior.

[0.8.5] - 2018-03-30

Changed

  • MAX_HEADER_LENGTH (8000) and MAX_LINE_LENGTH (10000) parser limits were removed.
  • A bunch of implementation details were "hidden" in underscore prefixed files/folders. This change is technically breaking, but those files were never supposed to be used directly.

[0.8.4] - 2018-02-01

The change log has not been kept up to release v0.8.5. The only reliable source of information is the commit log on GitHub.