Skip to content

Commit

Permalink
2.1.0 release notes (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
seglo authored May 14, 2021
1 parent 0b44b31 commit 34b7660
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package akka.kafka.javadsl

import akka.kafka.RestrictedConsumer
import akka.annotation.ApiMayChange
import org.apache.kafka.common.TopicPartition

/**
Expand All @@ -22,7 +21,6 @@ import org.apache.kafka.common.TopicPartition
* This complements the methods of Kafka's [[org.apache.kafka.clients.consumer.ConsumerRebalanceListener ConsumerRebalanceListener]] with
* an `onStop` callback which is called before `Consumer.close`.
*/
@ApiMayChange(issue = "https://github.com/akka/alpakka-kafka/issues/985")
trait PartitionAssignmentHandler {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

package akka.kafka.scaladsl

import akka.annotation.ApiMayChange
import akka.kafka.RestrictedConsumer
import org.apache.kafka.common.TopicPartition

Expand All @@ -22,7 +21,6 @@ import org.apache.kafka.common.TopicPartition
* This complements the methods of Kafka's [[org.apache.kafka.clients.consumer.ConsumerRebalanceListener ConsumerRebalanceListener]] with
* an `onStop` callback which is called before `Consumer.close`.
*/
@ApiMayChange(issue = "https://github.com/akka/alpakka-kafka/issues/985")
trait PartitionAssignmentHandler {

/**
Expand Down
2 changes: 1 addition & 1 deletion docs/release-train-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Key links:
### Preparing release notes in the documentation / announcement

- [ ] For non-patch releases: rename the 'akka-stream-kafka-x.x-stable' reporting project in [WhiteSource](https://saas.whitesourcesoftware.com/Wss/WSS.html#!project;id=559915) accordingly (unfortunately this requires permissions that cannot be shared outside of Lightbend)
- [ ] Use the [draft release notes](https://github.com/akka/alpakka-kafka/releases) to create/update the release notes in `docs/src/main/paradox/release-notes/`, listing contributors generated by [`sbt-authors`](https://github.com/2m/authors) (eg. `sbt authors v1.1.0 HEAD`)
- [ ] Use the [draft release notes](https://github.com/akka/alpakka-kafka/releases) to create/update the release notes in `docs/src/main/paradox/release-notes/`, listing contributors generated by [`sbt-authors`](https://github.com/2m/authors) (eg. `sbt "authors v1.1.0 HEAD"`)
- [ ] For non-patch releases: Create a news item draft PR on [akka.github.com](https://github.com/akka/akka.github.com), using the milestone
- [ ] Move all [unclosed issues](https://github.com/akka/alpakka-kafka/issues?q=is%3Aopen+is%3Aissue+milestone%3A$VERSION$) for this milestone to the next milestone
- [ ] Release notes PR has been merged
Expand Down
15 changes: 15 additions & 0 deletions docs/src/main/paradox/release-notes/2.1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ The Alpakka Kafka 2.1 series features
* Testkit: default to use Confluent Platform 6.1.1
* Testkit: no longer support Embedded Kafka (Kafka 2.6.0 can't be safely embedded in Scala applications)

# 2.1.0

Released: 2021-05-14

## Noteworthy

- Akka typed first documentation user experience [#1370](https://github.com/akka/alpakka-kafka/issues/1370) by [@seglo](https://github.com/seglo)

The detailed list of changes is found in [the 2.1.0 Github release listing](https://github.com/akka/alpakka-kafka/releases/tag/v2.1.0).

| Author | Commits | Lines added | Lines removed |
| ------ | ------- | ----------- | ------------- |
| [<img width="20" alt="scala-steward" src="https://avatars.githubusercontent.com/u/43047562?v=4&amp;s=40"/> **scala-steward**](https://github.com/scala-steward) | 5 | 11 | 11 |
| [<img width="20" alt="seglo" src="https://avatars.githubusercontent.com/u/1148412?v=4&amp;s=40"/> **seglo**](https://github.com/seglo) | 1 | 265 | 7 |

# 2.1.0-RC1

@@@ note
Expand Down

0 comments on commit 34b7660

Please sign in to comment.