Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1

Fixed

  • Prometheus rebalance typo #26
  • Make SCRAM-SHA-256/512 SASL Mechanisms available #29

0.2.0

Added

  • Hanging of workers on kafka rebalance #21

0.1.1

Fixed

  • web bind to should be 0.0.0.0 instead of localhost #24

0.1.0

Added

  • First release of faust fork
  • Replaced robinhood-aiokafka with aiokafka
  • Implemented transaction support with aiokafka instead of using the the MultiTXNProducer in the robinhood-aiokafka version. Note that this new transaction implementation will create a producer for each kafka group/partition pair