Skip to content

Commit d1139ba

Browse files
committed
updating changelog
1 parent 750e3ad commit d1139ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
##0.6.1
8+
### Bug Fixes
9+
- fix agents with multiple topics[116](https://github.com/faust-streaming/faust/pull/116)
10+
-Simplify the code by getting rid of deque_pushpopmax in favour of using maxlen= parameter of deque[115](https://github.com/faust-streaming/faust/pull/115)
11+
-fixes a race condition in writing messages to topics that resulted in a violation of the ordering guarantee (especially changelog topics)[112](https://github.com/faust-streaming/faust/pull/112)
712
##0.6.0
813
### Bug Fixes
914
-Adding support for aerospike [114](https://github.com/faust-streaming/faust/issues/114)

0 commit comments

Comments
 (0)