streamparse v3.12.0 Release Notes

Release Date: 2017-12-22 // over 6 years ago
  • ๐Ÿš€ This release mostly improves and fixes some CLI option handling.

    ๐Ÿ”‹ Features

    • โž• Added --config option to all commands to pass custom config.json path. (PR #409, Issue #343)
    • โž• Added --options option to sparse update_virtualenv, so it can properly handle customized worker lists. (PR #409)
    • ๐Ÿ“œ Switched from using prettytable to texttable, which has better line wrapping support for wide tables. (PR #413)
    • โšก๏ธ Updated version of storm.thrift used internally to the one from Storm 1.1.1, which made the sparse list tables more informative. We also now verify that Storm believe the topology name you are submitting is a valid name. (PR #414)

    ๐Ÿ›  Fixes

    • โž• Added proper option resolution for sparse update_virtualenv (PR #409)
    • ๐Ÿ›  Fixed a couple typos in our handling of using custom Java objects for groupings. (PR #405)