Small release, but a big convenience feature was added.
Features
- No longer need to specify `workers` in your `config.json`! They will be looked up dynamically by communicating with your Nimbus server. If for some reason you would like to restrict where streamparse creates virtualenvs to a subset of your workers, you can still specify the worker list in `config.json` and that will take precedence. (PR 389)
- Added better error messages for when `util.get_ui_jsons` fails (commit b2a8219)
- Can now pass `config_file` file-like objects to `util.get_config` for if you need to do something like retrieve the config at runtime from a wheel. Not very common, but it is now supported. (PR 390)
- Removed the now unused `decorators` module.
Fixes
- Fixed a documentation issue where the FAQ still referenced the old `ext` module that was removed a long time ago (Issue 388)