All Versions
15
Latest Version
Avg Release Cycle
55 days
Latest Release
1501 days ago

Changelog History
Page 2

  • v0.9.3

    August 08, 2018
  • v0.9.2 Changes

    May 23, 2018

    Removing *.rr.com from the corrector list.

  • v0.9.0 Changes

    May 16, 2018

    ๐Ÿ”„ 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.
  • v0.8.5 Changes

    March 30, 2018

    ๐Ÿ”„ 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.
  • v0.8.4 Changes

    February 01, 2018

    ๐Ÿš€ 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.