Skip to content

Commit

Permalink
Alpakka 3.0.0 release notes (akka#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
seglo committed May 14, 2021
1 parent 0e1c9f2 commit 8ec8789
Show file tree
Hide file tree
Showing 17 changed files with 136 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-train-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Key links:
- [ ] For non-patch releases: rename the 'alpakka-x.x-stable' and 'alpakka-supported-x.x-stable' reporting projects in [WhiteSource](https://saas.whitesourcesoftware.com/Wss/WSS.html#!project;id=517292) accordingly (unfortunately this requires permissions that cannot be shared outside of Lightbend)
- [ ] Check readiness levels in `/project/project-info.conf`, and put in the release date for any new modules
- [ ] Check supported projects listing in `whitesourceSupported`
- [ ] Use the [draft release notes](https://github.com/akka/alpakka/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. `authors v1.1.0 HEAD`)
- [ ] Use the [draft release notes](https://github.com/akka/alpakka/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.io), using the milestone
- [ ] Move all [unclosed issues](https://github.com/akka/alpakka/issues?q=is%3Aopen+is%3Aissue+milestone%3A$VERSION$) for this milestone to the next milestone
- [ ] Close the [$VERSION$ milestone](https://github.com/akka/alpakka/milestones?direction=asc&sort=due_date)
Expand Down
31 changes: 31 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,37 @@ In case you are browsing a specific version's documentation: check out the [late

All Alpakka modules are available for Scala 2.13 and all Alpakka modules are compatible with Akka 2.6.13+.

# 3.0.0

Released 2021-05-14

## Notable changes compared to 3.0.0-M1

- Pravega KVP Table support v2 [#2651](https://github.com/akka/alpakka/issues/2651) by [@cheleb](https://github.com/cheleb)
- BigQuery API improvements [#2663](https://github.com/akka/alpakka/issues/2663) by [@armanbilge](https://github.com/armanbilge)
- Elasticsearch has Header and HttpsContext Settings [#2652](https://github.com/akka/alpakka/issues/2652) by [@jabbaugh](https://github.com/jabbaugh)
- Upgrade jackson libs to same version as Akka [#2653](https://github.com/akka/alpakka/issues/2653) by [@seglo](https://github.com/seglo)
- Google Common: Fix authorization error [#2639](https://github.com/akka/alpakka/issues/2639) by [@PepRoll](https://github.com/PepRoll)
- Fixed empty source XML parsing #2655 [#2658](https://github.com/akka/alpakka/issues/2658) by [@Seetaramayya](https://github.com/Seetaramayya)

**See [changes per module](#changes-per-module)**

This release contains changes from 7 contributors in the Alpakka community. Thank you all!

| Author | Commits | Lines added | Lines removed |
| ------ | ------- | ----------- | ------------- |
| [<img width="20" alt="seglo" src="https://avatars.githubusercontent.com/u/1148412?v=4&amp;s=40"/> **seglo**](https://github.com/seglo) | 7 | 114 | 121 |
| [<img width="20" alt="armanbilge" src="https://avatars.githubusercontent.com/u/3119428?v=4&amp;s=40"/> **armanbilge**](https://github.com/armanbilge) | 6 | 267 | 202 |
| [<img width="20" alt="cheleb" src="https://avatars.githubusercontent.com/u/378539?v=4&amp;s=40"/> **cheleb**](https://github.com/cheleb) | 2 | 1864 | 198 |
| [<img width="20" alt="PepRoll" src="https://avatars.githubusercontent.com/u/5870198?v=4&amp;s=40"/> **PepRoll**](https://github.com/PepRoll) | 2 | 2 | 3 |
| [<img width="20" alt="jabbaugh" src="https://avatars.githubusercontent.com/u/366328?v=4&amp;s=40"/> **jabbaugh**](https://github.com/jabbaugh) | 1 | 93 | 12 |
| [<img width="20" alt="Seetaramayya" src="https://avatars.githubusercontent.com/u/3521036?v=4&amp;s=40"/> **Seetaramayya**](https://github.com/Seetaramayya) | 1 | 16 | 5 |
| [<img width="20" alt="mariohuizar" src="https://avatars.githubusercontent.com/u/6553923?v=4&amp;s=40"/> **mariohuizar**](https://github.com/mariohuizar) | 1 | 1 | 1 |


| Author | Commits | Lines added | Lines removed |
| ------ | ------- | ----------- | ------------- |

# 3.0.0-M1

Released 2021-03-27
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/avroparquet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AvroParquet

## 3.0.0

- Enable fatalwarnings for most Alpakka and internal projects [#2628](https://github.com/akka/alpakka/issues/2628) by [@seglo](https://github.com/seglo)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Aavroparquet)

## 3.0.0-M1

- Akka 2.6: avroparquet [#2511](https://github.com/akka/alpakka/issues/2511) by [@seglo](https://github.com/seglo)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Elasticsearch

## 3.0.0

- Elasticsearch has Header and HttpsContext Settings [#2652](https://github.com/akka/alpakka/issues/2652) by [@jabbaugh](https://github.com/jabbaugh)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Aelasticsearch)

## 3.0.0-M1

- Elasticsearch: Akka 2.6 [#2542](https://github.com/akka/alpakka/issues/2542) by [@ennru](https://github.com/ennru)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/geode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Geode

## 3.0.0

- ⬆️ Geode 1.13.2 [#2638](https://github.com/akka/alpakka/issues/2638) by [@cheleb](https://github.com/cheleb)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Ageode)

## 3.0.0-M1

- Update Geode to Akka 2.6 [#2602](https://github.com/akka/alpakka/issues/2602) by [@mrooding](https://github.com/mrooding)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Google Cloud BigQuery

## 3.0.0

- BigQuery API improvements [#2663](https://github.com/akka/alpakka/issues/2663) by [@armanbilge](https://github.com/armanbilge)
- Google: Drop old jwt-core dependencies [#2641](https://github.com/akka/alpakka/issues/2641) by [@armanbilge](https://github.com/armanbilge)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Agoogle-cloud-bigquery)

## 3.0.0-M1

- Improve a.s.a.googlecloud.bigquery.model APIs [#2627](https://github.com/akka/alpakka/issues/2627) by [@armanbilge](https://github.com/armanbilge)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Google Cloud Pub/Sub

## 3.0.0

- Google: Drop old jwt-core dependencies [#2641](https://github.com/akka/alpakka/issues/2641) by [@armanbilge](https://github.com/armanbilge)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Agoogle-cloud-pub-sub)

## 3.0.0-M1

- Create google-common module [#2613](https://github.com/akka/alpakka/issues/2613) by [@armanbilge](https://github.com/armanbilge)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Google Cloud Storage

## 3.0.0

- Google: Drop old jwt-core dependencies [#2641](https://github.com/akka/alpakka/issues/2641) by [@armanbilge](https://github.com/armanbilge)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Agoogle-cloud-storage)

## 3.0.0-M1

- Create google-common module [#2613](https://github.com/akka/alpakka/issues/2613) by [@armanbilge](https://github.com/armanbilge)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/google-fcm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Google FCM

## 3.0.0

- Google: Drop old jwt-core dependencies [#2641](https://github.com/akka/alpakka/issues/2641) by [@armanbilge](https://github.com/armanbilge)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Agoogle-fcm)

## 3.0.0-M1

- Update FTP to Akka 2.6 [#2603](https://github.com/akka/alpakka/issues/2603) by [@mrooding](https://github.com/mrooding)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/influxdb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# InfluxDB

## 3.0.0

- Enable fatalwarnings for most Alpakka and internal projects [#2628](https://github.com/akka/alpakka/issues/2628) by [@seglo](https://github.com/seglo)
- Influxdb: emit instead of push in flow stage [#2624](https://github.com/akka/alpakka/issues/2624) by [@mariohuizar](https://github.com/mariohuizar)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Ainfluxdb)

## 3.0.0-M1

- Update InfluxDB to Akka 2.6 [#2594](https://github.com/akka/alpakka/issues/2594) by [@mrooding](https://github.com/mrooding)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/mqtt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MQTT

## 3.0.0

- Enable fatalwarnings for most Alpakka and internal projects [#2628](https://github.com/akka/alpakka/issues/2628) by [@seglo](https://github.com/seglo)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Amqtt)

## 3.0.0-M1

- Update MQTT and MQTT streaming to Akka 2.6 [#2590](https://github.com/akka/alpakka/issues/2590) by [@mrooding](https://github.com/mrooding)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/pravega.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Pravega

## 3.0.0

- Pravega KVP Table support v2 [#2651](https://github.com/akka/alpakka/issues/2651) by [@cheleb](https://github.com/cheleb)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Apravega)

## 3.0.0-M1

- Update pravega docker image to match client version [#2610](https://github.com/akka/alpakka/issues/2610) by [@seglo](https://github.com/seglo)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/s3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AWS S3

## 3.0.0

- S3 - mat to system param typo [#2616](https://github.com/akka/alpakka/issues/2616) by [@seglo](https://github.com/seglo)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3As3)

## 3.0.0-M1

- Drop pre-3.0.0 deprecated APIs [#2618](https://github.com/akka/alpakka/issues/2618) by [@seglo](https://github.com/seglo)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/sqs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AWS SQS

## 3.0.0

- Enable fatalwarnings for most Alpakka and internal projects [#2628](https://github.com/akka/alpakka/issues/2628) by [@seglo](https://github.com/seglo)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Asqs)

## 3.0.0-M1

- SQS: Akka 2.6; proper Http client pool shutdown in tests [#2521](https://github.com/akka/alpakka/issues/2521) by [@ennru](https://github.com/ennru)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/text.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Text

## 3.0.0

- Enable fatalwarnings for most Alpakka and internal projects [#2628](https://github.com/akka/alpakka/issues/2628) by [@seglo](https://github.com/seglo)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Atext)

## 3.0.0-M1

- Text: Adapt to Akka 2.6 [#2514](https://github.com/akka/alpakka/issues/2514) by [@ennru](https://github.com/ennru)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/xml.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# XML

## 3.0.0

- Fixed empty source XML parsing #2655 [#2658](https://github.com/akka/alpakka/issues/2658) by [@Seetaramayya](https://github.com/Seetaramayya)

[*closed in 3.0.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.0+label%3Ap%3Axml)

## 3.0.0-M1

- xml: Akka 2.6 features [#2517](https://github.com/akka/alpakka/issues/2517) by [@dotbg](https://github.com/dotbg)
Expand Down
18 changes: 18 additions & 0 deletions project/project-info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,24 @@ project-info {
}
]
}
google-common: ${project-info.shared-info} {
title: "Alpakka Google Common"
jpms-name: "akka.stream.alpakka.google"
issues.url: ${project-info.labels}"google-common"
levels: [
{
readiness: CommunityDriven
since: "2021-03-26"
since-version: "3.0.0-M1"
}
]
api-docs: [
{
url: ${project-info.scaladoc}"google/index.html"
text: "API (Scaladoc)"
}
]
}
google-cloud-bigquery: ${project-info.shared-info} {
title: "Alpakka Google Cloud BigQuery"
jpms-name: "akka.stream.alpakka.google.cloud.bigquery"
Expand Down

0 comments on commit 8ec8789

Please sign in to comment.