diff --git a/docs/src/main/paradox/release-notes/2.0.x.md b/docs/src/main/paradox/release-notes/2.0.x.md index 48641bb9a..764e72b31 100644 --- a/docs/src/main/paradox/release-notes/2.0.x.md +++ b/docs/src/main/paradox/release-notes/2.0.x.md @@ -14,6 +14,28 @@ The Alpakka Kafka 2.0 series features * built-in @ref:[Akka Discovery](../discovery.md) support * More versatile use of Testcontainers in Alpakka Kafka Testkit +# 2.0.0-RC1 + +Released: 2019-12-17 + +## Notable changes since 2.0.0-M2 + +* Kafka 2.4.0 Final + - Update to Kafka 2.4.0 final release [#971](https://github.com/akka/alpakka-kafka/issues/915) by [@ennru](https://github.com/ennru) + +* Bugs + - Rebalance: filter messages of revoked partitions in partitioned sources [#992](https://github.com/akka/alpakka-kafka/issues/992) by [@seglo](https://github.com/seglo) + +* Alpakka Kafka API + - Stage ID traceability [#995](https://github.com/akka/alpakka-kafka/issues/995) by [@seglo](https://github.com/seglo) + +This release contains contributions by: + +| Author | Commits | Lines added | Lines removed | +| ------ | ------- | ----------- | ------------- | +| [ennru **ennru**](https://github.com/ennru) | 5 | 75 | 85 | +| [seglo **seglo**](https://github.com/seglo) | 2 | 494 | 186 | + # 2.0.0-M2 Released: 2019-12-03