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)