From 363f20aa8196e7ab0ea295827897a050861d3202 Mon Sep 17 00:00:00 2001 From: Sean Glover Date: Mon, 16 Dec 2019 10:56:21 -0500 Subject: [PATCH 1/2] WIP --- docs/src/main/paradox/release-notes/2.0.x.md | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) 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..e339ff815 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,38 @@ 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 + +## Changes + +## Alpakka Kafka core + +- Rebalance: filter messages of revoked partitions (partitioned) [#992](https://github.com/akka/alpakka-kafka/issues/992) by [@seglo](https://github.com/seglo) +- Stage ID traceability [#995](https://github.com/akka/alpakka-kafka/issues/995) by [@seglo](https://github.com/seglo) + +## Tests + +- Rebalance: filter messages of revoked partitions (partitioned) [#992](https://github.com/akka/alpakka-kafka/issues/992) by [@seglo](https://github.com/seglo) +- Stage ID traceability [#995](https://github.com/akka/alpakka-kafka/issues/995) by [@seglo](https://github.com/seglo) + +## Alpakka Kafka Testkit + +- Build: fail for unformatted Java sources [#1003](https://github.com/akka/alpakka-kafka/issues/1003) by [@ennru](https://github.com/ennru) +- Rebalance: filter messages of revoked partitions (partitioned) [#992](https://github.com/akka/alpakka-kafka/issues/992) by [@seglo](https://github.com/seglo) + +## Documentation + +- Fix failing apidoc links [#1008](https://github.com/akka/alpakka-kafka/issues/1008) by [@ennru](https://github.com/ennru) +- Docs: use apidoc for most classes [#1002](https://github.com/akka/alpakka-kafka/issues/1002) by [@ennru](https://github.com/ennru) + + +| Author | Commits | Lines added | Lines removed | +| ------ | ------- | ----------- | ------------- | +| [ennru **ennru**](https://github.com/ennru) | 4 | 51 | 42 | +| [seglo **seglo**](https://github.com/seglo) | 2 | 494 | 186 | + # 2.0.0-M2 Released: 2019-12-03 From 4a7570efbc580b4e9d9d1cd8974a4b28b521efbf Mon Sep 17 00:00:00 2001 From: Sean Glover Date: Mon, 16 Dec 2019 14:48:46 -0500 Subject: [PATCH 2/2] Alpakka Kafka 2.0.0-RC1 release notes --- docs/src/main/paradox/release-notes/2.0.x.md | 28 +++++++------------- 1 file changed, 9 insertions(+), 19 deletions(-) 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 e339ff815..764e72b31 100644 --- a/docs/src/main/paradox/release-notes/2.0.x.md +++ b/docs/src/main/paradox/release-notes/2.0.x.md @@ -18,32 +18,22 @@ The Alpakka Kafka 2.0 series features Released: 2019-12-17 -## Changes +## Notable changes since 2.0.0-M2 -## Alpakka Kafka core +* 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) -- Rebalance: filter messages of revoked partitions (partitioned) [#992](https://github.com/akka/alpakka-kafka/issues/992) by [@seglo](https://github.com/seglo) -- Stage ID traceability [#995](https://github.com/akka/alpakka-kafka/issues/995) by [@seglo](https://github.com/seglo) - -## Tests - -- Rebalance: filter messages of revoked partitions (partitioned) [#992](https://github.com/akka/alpakka-kafka/issues/992) by [@seglo](https://github.com/seglo) -- Stage ID traceability [#995](https://github.com/akka/alpakka-kafka/issues/995) by [@seglo](https://github.com/seglo) - -## Alpakka Kafka Testkit - -- Build: fail for unformatted Java sources [#1003](https://github.com/akka/alpakka-kafka/issues/1003) by [@ennru](https://github.com/ennru) -- Rebalance: filter messages of revoked partitions (partitioned) [#992](https://github.com/akka/alpakka-kafka/issues/992) by [@seglo](https://github.com/seglo) - -## Documentation +* 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) -- Fix failing apidoc links [#1008](https://github.com/akka/alpakka-kafka/issues/1008) by [@ennru](https://github.com/ennru) -- Docs: use apidoc for most classes [#1002](https://github.com/akka/alpakka-kafka/issues/1002) by [@ennru](https://github.com/ennru) +* 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) | 4 | 51 | 42 | +| [ennru **ennru**](https://github.com/ennru) | 5 | 75 | 85 | | [seglo **seglo**](https://github.com/seglo) | 2 | 494 | 186 | # 2.0.0-M2