Change history for Faust 0.9¶
This document contain historical change notes for bugfix releases in the Faust 0.x series. To see the most recent changelog please visit Changelog.
0.9.65¶
- release-date:
- 2018-04-27 2:04 P.M PDT 
- release-by:
- Vineet Goel 
- Producer: New setting to configure compression. 
- Documentation: New Advanced Producer Settings section. 
0.9.64¶
- release-date:
- 2018-04-26 4:48 P.M PDT 
- release-by:
- Ask Solem 
- Models: Optimization for - FieldDescriptor.__get__.
- Serialization: Optimization for - faust.utils.json.
0.9.63¶
- release-date:
- 2018-04-26 04:32 P.M PDT 
- release-by:
- Vineet Goel 
- Requirements: - Now depends on https://pypi.org/project/aiokafka/ 0.4.5 (Robinhood fork). 
 
- Models: - Record.asdict()and- to_representation()were slow on complicated models, so we are now using code generation to optimize them.- Warning - You are no longer allowed to override - Record.asdict().
0.9.62¶
- release-date:
- 2018-04-26 12:06 P.M PDT 
- release-by:
- Ask Solem 
- Requirements: - Now depends on Mode 1.12.2. 
- Now depends on https://pypi.org/project/aiokafka/ 0.4.4 (Robinhood fork). 
 
- Consumer: Fixed - asyncio.base_futures.IllegalStateErrorerror in commit handler.
- CLI: Fixed bug when invoking worker using - faust -A.
 
            