-----
Date: 4/5/18
New Features
^^^^^^^^^^^^
- Python 3.4 is now supported (43)
- Now using Yapconf_ for configuration parsing (34)
- Parameter types can now be specified as native Python types (29)
- Added flag to raise an exception if a request created with ``SystemClient`` completes with an 'ERROR' status (28)
Other Changes
^^^^^^^^^^^^^
- All exceptions now inherit from ``BrewtilsException`` (45)
- Removed references to ``Brewmaster`` exception classes (44)
- Requests with JSON ``command_type`` are smarter about formatting exceptions (27)
- Decorators, ``RemotePlugin``, and ``SystemClient`` can now be imported directly from the ``brewtils`` package