Skip to content

Commit

Permalink
3.0.1 release notes (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Jun 3, 2021
1 parent 0153ae7 commit 50505de
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
12 changes: 12 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,18 @@ 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.1

Released 2021-06-03

## Notable changes compared to 3.0.0

Due to a configuration error the Alpakka 3.0.0 release built Java code against JDK 11 instead of JDK 8. **Alpakka 3.0.0 modules that contain Java code do not work on JDK 8.**

The 3.0.1 release fixes this.


# 3.0.0

Released 2021-05-14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Google Cloud BigQuery

## 3.0.1

- Add extra params to the QueryRequest [#2679](https://github.com/akka/alpakka/issues/2679) by [@peproll](https://github.com/peproll)

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

## 3.0.0

- BigQuery API improvements [#2663](https://github.com/akka/alpakka/issues/2663) 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.1

- Documentation for subscription in AcknowledgeRequest [#2677](https://github.com/akka/alpakka/issues/2677) by [@derekchan](https://github.com/derekchan)

[*closed in 3.0.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A3.0.1+label%3Ap%3Agoogle-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)
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/jms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# JMS

## 3.0.1

- JMS: upgrade to jms-testkit 1.0.1 [#2673](https://github.com/akka/alpakka/issues/2673) by [@sullis](https://github.com/sullis)

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

## 3.0.0

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

## 3.0.0-M1

- JMS maxAckInterval [#2585](https://github.com/akka/alpakka/issues/2585) by [@manuelcueto](https://github.com/manuelcueto)
Expand Down

0 comments on commit 50505de

Please sign in to comment.