streamparse v4.0.0 Release Notes

Release Date: 2020-10-07 // over 2 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. ⚠️