streamparse v4.0.0 Release Notes

Release Date: 2020-10-07 // over 3 years ago
  • ๐Ÿฑ โš ๏ธ Backward Incompatible Changes โš ๏ธ

    • ๐Ÿ“œ streamparse now only supports Python 3.6+

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ Switched depending on thriftpy to thriftpy2, because thriftpy is no longer maintained (PR #481)

Previous changes from v3.16.0

  • ๐Ÿ”‹ Features

    • ๐Ÿ“œ Faster virtualenv creation when passing multiple requirements files to sparse submit (PR #459)
    • โž• Add sudo_user option to config.json that can be used for specifying a different user that is used for virtualenv creation/deletion instead of always using the SSH login user. (PR #455)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix typo that would cause update_virtualenv to when no CLI options were passed (PR #459)

    ๐Ÿš€ โš ๏ธ In the upcoming streamparse 4.0 release, support for Python 2 will be dropped. โš ๏ธ