All Versions
30
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v1.10.2 Changes

    • ๐Ÿ›  Fix type annotation for Target objects (thanks [@Wouterkoorn])
    • ๐Ÿ›  Fix constant name in Tornado example (thanks [@remram44])
  • v1.10.1 Changes

    • ๐Ÿ– Handle the case when a user does not provide any file with DirectoryTarget (thanks [@ibrewster])
    • ๐Ÿ– Handle leading CRLF when needed (thanks [@mephi42])
  • v1.10.0 Changes

    • โž• Add DirectoryTarget for streaming different input files to an on-disk directory (thanks [@NteRySin])
  • v1.9.0 Changes

    • ๐Ÿ‘Œ Support Python 3.9
    • ๐Ÿ— Build using Cython 0.29.24
  • v1.8.1 Changes

    • ๐Ÿ›  Fix Content-Type header parsing bug (thanks [@raethlein])
    • ๐Ÿ— Build using Cython 0.29.21
  • v1.8.0 Changes

    • ๐ŸŽ Build and publish binary wheels for Linux, macOS and Windows
  • v1.7.1 Changes

    • ๐Ÿ›  Fix build issues related to PEP 517
  • v1.7.0 Changes

    • ๐Ÿ‘Œ Support Python 3.8
    • Built using Cython 0.29.17
  • v1.6.0 Changes

    • ๐Ÿ‘Œ Support registering multiple targets per same part
    • Built using Cython 0.29.15
  • v1.5.2 Changes

    • ๐Ÿ›  Fix :code:pyproject.toml