Skip to content

Commit

Permalink
Updating to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patkivikram committed Dec 18, 2020
1 parent 979ca5a commit 00d2c1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
##0.4.0
### Fixed
- Prevent stream buffer overflow by lowering the rate of incoming partitions
[53](https://github.com/faust-streaming/faust/issues/53)
-Recovery thread updating standby partition writes in single writes instead of using writeBatch
[51](https://github.com/faust-streaming/faust/issues/51)
- IllegalStateException on seek to offset of a partition that was removed by a rebalance
[54](https://github.com/faust-streaming/faust/issues/54)


## 0.3.1
### Fixed
-Updating opentracing dependency[50](https://github.com/faust-streaming/faust/issues/50)
Expand Down
2 changes: 1 addition & 1 deletion faust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import typing
from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple

__version__ = "0.3.1"
__version__ = "0.4.0"
__author__ = "Robinhood Markets, Inc."
__contact__ = "[email protected], [email protected]"
__homepage__ = "https://github.com/faust-streaming/faust"
Expand Down

0 comments on commit 00d2c1e

Please sign in to comment.