Skip to content

Commit

Permalink
Release notes for 3.0.0-M1 (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
seglo authored Mar 26, 2021
1 parent 1722427 commit 925786a
Show file tree
Hide file tree
Showing 47 changed files with 604 additions and 0 deletions.
134 changes: 134 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
---
project.description: Release notes for all Alpakka 3.0.x releases.
---
# Alpakka 3.0.x

@@@ note { title="Major version change" }
The major version tick for Alpakka is due to major upgrades and changes in the dependencies used by the various connectors.
Some Alpakka APIs changed as well, but we try to keep those changes minimal.

To understand the forces on version numbers, read about @ref:[Alpakka's versioning scheme](../other-docs/versioning.md).

@@@

@@@ note
In case you are browsing a specific version's documentation: check out the [latest release notes](https://doc.akka.io/docs/alpakka/current/release-notes/)
@@@

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

# 3.0.0-M1

Released 2021-03-27

## Notable changes compared to 2.0.2

- Upgrade Akka 2.6.13 for 3.0.0-M1 [#2632](https://github.com/akka/alpakka/issues/2632) by [@seglo](https://github.com/seglo)
- Require Akka 2.6 and drop Akka 2.5 for all connectors [#2457](https://github.com/akka/alpakka/issues/2457) by [@ennru](https://github.com/ennru)
- Drop support for Scala 2.11 [#2452](https://github.com/akka/alpakka/issues/2452) by [@raboof](https://github.com/raboof)
- Drop pre-3.0.0 deprecated APIs [#2618](https://github.com/akka/alpakka/issues/2618) by [@seglo](https://github.com/seglo)
- Rewritten Google BigQuery connector [#2548](https://github.com/akka/alpakka/issues/2548) by [@armanbilge](https://github.com/armanbilge)
- Create google-common module [#2613](https://github.com/akka/alpakka/issues/2613) by [@armanbilge](https://github.com/armanbilge)
- SNS: Akka 2.6; proper Http client pool shutdown in tests [#2522](https://github.com/akka/alpakka/issues/2522) by [@ennru](https://github.com/ennru)
- Elasticsearch: Make V7 the default version [#2528](https://github.com/akka/alpakka/issues/2528) by [@mrooding](https://github.com/mrooding)
- ElasticSearch: Replace RestClient with Akka HTTP client [#2347](https://github.com/akka/alpakka/issues/2347) by [@mrooding](https://github.com/mrooding)
- File: LogRotatorSink fix completition [#2559](https://github.com/akka/alpakka/issues/2559) by [@tg44](https://github.com/tg44)
- Tar reader: avoid deadlocks by synching in- and out-handlers [#2538](https://github.com/akka/alpakka/issues/2538) by [@ennru](https://github.com/ennru)
- FTP: Enable SFTP connector to issue more than one unconfirmed read request [#2567](https://github.com/akka/alpakka/issues/2567) by [@conorgriffin](https://github.com/conorgriffin)
- JMS maxAckInterval [#2585](https://github.com/akka/alpakka/issues/2585) by [@manuelcueto](https://github.com/manuelcueto)

## Infrastructure

- Remove git fetch depth limit in link validator github action [#2582](https://github.com/akka/alpakka/issues/2582) by [@seglo](https://github.com/seglo)
- CI: clean Travis caches explicitly [#2459](https://github.com/akka/alpakka/issues/2459) by [@ennru](https://github.com/ennru)

## Reference

- Reference: adapt to Akka 2.6 [#2516](https://github.com/akka/alpakka/issues/2516) by [@ennru](https://github.com/ennru)

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

This milestone contains changes from 25 contributors in the Alpakka community. Thank you all!

| Author | Commits | Lines added | Lines removed |
| ------ | ------- | ----------- | ------------- |
| [<img width="20" alt="ennru" src="https://avatars.githubusercontent.com/u/458526?v=4&amp;s=40"/> **ennru**](https://github.com/ennru) | 31 | 1371 | 1278 |
| [<img width="20" alt="mrooding" src="https://avatars.githubusercontent.com/u/5998869?v=4&amp;s=40"/> **mrooding**](https://github.com/mrooding) | 20 | 3359 | 2818 |
| [<img width="20" alt="seglo" src="https://avatars.githubusercontent.com/u/1148412?v=4&amp;s=40"/> **seglo**](https://github.com/seglo) | 15 | 576 | 1020 |
| [<img width="20" alt="dotbg" src="https://avatars.githubusercontent.com/u/367403?v=4&amp;s=40"/> **dotbg**](https://github.com/dotbg) | 7 | 309 | 420 |
| [<img width="20" alt="raboof" src="https://avatars.githubusercontent.com/u/131856?v=4&amp;s=40"/> **raboof**](https://github.com/raboof) | 7 | 58 | 53 |
| [<img width="20" alt="armanbilge" src="https://avatars.githubusercontent.com/u/3119428?v=4&amp;s=40"/> **armanbilge**](https://github.com/armanbilge) | 6 | 15307 | 10888 |
| [<img width="20" alt="cheleb" src="https://avatars.githubusercontent.com/u/378539?v=4&amp;s=40"/> **cheleb**](https://github.com/cheleb) | 2 | 11 | 7 |
| [<img width="20" alt="sullis" src="https://avatars.githubusercontent.com/u/30938?v=4&amp;s=40"/> **sullis**](https://github.com/sullis) | 2 | 2 | 2 |
| [<img width="20" alt="atyutin90" src="https://avatars.githubusercontent.com/u/38692521?v=4&amp;s=40"/> **atyutin90**](https://github.com/atyutin90) | 1 | 343 | 31 |
| [<img width="20" alt="polentino" src="https://avatars.githubusercontent.com/u/11738109?v=4&amp;s=40"/> **polentino**](https://github.com/polentino) | 1 | 304 | 171 |
| [<img width="20" alt="bpiper" src="https://avatars.githubusercontent.com/u/12616466?v=4&amp;s=40"/> **bpiper**](https://github.com/bpiper) | 1 | 241 | 52 |
| [<img width="20" alt="manuelcueto" src="https://avatars.githubusercontent.com/u/18532930?v=4&amp;s=40"/> **manuelcueto**](https://github.com/manuelcueto) | 1 | 211 | 65 |
| [<img width="20" alt="johanandren" src="https://avatars.githubusercontent.com/u/666915?v=4&amp;s=40"/> **johanandren**](https://github.com/johanandren) | 1 | 141 | 44 |
| [<img width="20" alt="conorgriffin" src="https://avatars.githubusercontent.com/u/194192?v=4&amp;s=40"/> **conorgriffin**](https://github.com/conorgriffin) | 1 | 134 | 15 |
| [<img width="20" alt="aperkins1310" src="https://avatars.githubusercontent.com/u/17333302?v=4&amp;s=40"/> **aperkins1310**](https://github.com/aperkins1310) | 1 | 127 | 33 |
| [<img width="20" alt="tg44" src="https://avatars.githubusercontent.com/u/31839?v=4&amp;s=40"/> **tg44**](https://github.com/tg44) | 1 | 109 | 35 |
| [<img width="20" alt="jbward1" src="https://avatars.githubusercontent.com/u/11557939?v=4&amp;s=40"/> **jbward1**](https://github.com/jbward1) | 1 | 40 | 77 |
| [<img width="20" alt="mattkohl" src="https://avatars.githubusercontent.com/u/4329213?v=4&amp;s=40"/> **mattkohl**](https://github.com/mattkohl) | 1 | 21 | 21 |
| [<img width="20" alt="dwickern" src="https://avatars.githubusercontent.com/u/752885?v=4&amp;s=40"/> **dwickern**](https://github.com/dwickern) | 1 | 18 | 15 |
| [<img width="20" alt="markarasev" src="https://avatars.githubusercontent.com/u/3638968?v=4&amp;s=40"/> **markarasev**](https://github.com/markarasev) | 1 | 12 | 0 |
| [<img width="20" alt="mikela" src="https://avatars.githubusercontent.com/u/7447644?v=4&amp;s=40"/> **mikela**](https://github.com/mikela) | 1 | 10 | 10 |
| [<img width="20" alt="lukaszlenart" src="https://avatars.githubusercontent.com/u/170103?v=4&amp;s=40"/> **lukaszlenart**](https://github.com/lukaszlenart) | 1 | 4 | 0 |
| [<img width="20" alt="Bobo1239" src="https://avatars.githubusercontent.com/u/2302947?v=4&amp;s=40"/> **Bobo1239**](https://github.com/Bobo1239) | 1 | 3 | 30 |
| [<img width="20" alt="chbatey" src="https://avatars.githubusercontent.com/u/1866779?v=4&amp;s=40"/> **chbatey**](https://github.com/chbatey) | 1 | 2 | 2 |
| [<img width="20" alt="smourapina" src="https://avatars.githubusercontent.com/u/6583498?v=4&amp;s=40"/> **smourapina**](https://github.com/smourapina) | 1 | 1 | 1 |

## Changes per module

@@toc { depth=1 }

@@@ index

* [AMQP](3.0.x/amqp.md)
* [Apache Cassandra](3.0.x/cassandra.md)
* [Apache Geode](3.0.x/geode.md)
* [Apache Kafka](3.0.x/kafka.md)
* [Apache Kudu](3.0.x/kudu.md)
* [Apache Solr](3.0.x/solr.md)
* [Avro Parquet](3.0.x/avroparquet.md)
* [AWS DynamoDB](3.0.x/dynamodb.md)
* [AWS Event Bridge](3.0.x/aws-event-bridge.md)
* [AWS Kinesis](3.0.x/kinesis.md)
* [AWS Lambda](3.0.x/awslambda.md)
* [AWS S3](3.0.x/s3.md)
* [AWS SNS](3.0.x/sns.md)
* [AWS SQS](3.0.x/sqs.md)
* [Azure Storage Queue](3.0.x/azure-storage-queue.md)
* [CSV](3.0.x/csv.md)
* [Couchbase](3.0.x/couchbase.md)
* [Elasticsearch](3.0.x/elasticsearch.md)
* [File](3.0.x/file.md)
* [FTP](3.0.x/ftp.md)
* [Google Common](3.0.x/google-common.md)
* [Google Cloud BigQuery](3.0.x/google-cloud-bigquery.md)
* [Google Cloud Pub/Sub](3.0.x/google-cloud-pub-sub.md)
* [Google Cloud Pub/Sub gRPC](3.0.x/google-cloud-pub-sub-grpc.md)
* [Google Firebase Cloud Messaging](3.0.x/google-fcm.md)
* [Google Cloud Storage](3.0.x/google-cloud-storage.md)
* [Hadoop Distributed File System](3.0.x/hdfs.md)
* [HBase](3.0.x/hbase.md)
* [InfluxDB](3.0.x/influxdb.md)
* [IronMQ](3.0.x/ironmq.md)
* [JMS](3.0.x/jms.md)
* [Json streaming](3.0.x/json-streaming.md)
* [MongoDB](3.0.x/mongodb.md)
* [MQTT](3.0.x/mqtt.md)
* [MQTT Streaming](3.0.x/mqtt-streaming.md)
* [OrientDB](3.0.x/orientdb.md)
* [Pravega](3.0.x/pravega.md)
* [Server-sent Events (SSE)](3.0.x/sse.md)
* [Simple Codecs (RecordIO)](3.0.x/simple-codecs.md)
* [Slick (JDBC)](3.0.x/slick.md)
* [Spring Web](3.0.x/spring-web.md)
* [Text](3.0.x/text.md)
* [UDP](3.0.x/udp.md)
* [Unix Domain Sockets](3.0.x/unix-domain-socket.md)
* [XML](3.0.x/xml.md)


@@@
10 changes: 10 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/amqp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AMQP

## 3.0.0-M1

- \[AMQP\] Adds a note about recovery issue [#2608](https://github.com/akka/alpakka/issues/2608) by [@lukaszlenart](https://github.com/lukaszlenart)
- Akka 2.6: amqp [#2510](https://github.com/akka/alpakka/issues/2510) by [@seglo](https://github.com/seglo)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/amqp.md)
9 changes: 9 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/avroparquet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AvroParquet

## 3.0.0-M1

- Akka 2.6: avroparquet [#2511](https://github.com/akka/alpakka/issues/2511) by [@seglo](https://github.com/seglo)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/avroparquet.md)
11 changes: 11 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/aws-event-bridge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AWS Event Bridge

## 3.0.0-M1

- Akka 2.6: aws-event-bridge [#2512](https://github.com/akka/alpakka/issues/2512) by [@seglo](https://github.com/seglo)
- Catch and fix more warnings in Java sources [#2419](https://github.com/akka/alpakka/issues/2419) by [@ennru](https://github.com/ennru)
- AWS SPI Akka HTTP: use 0.0.10 [#2432](https://github.com/akka/alpakka/issues/2432) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/aws-event-bridge.md)
10 changes: 10 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/awslambda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AWS Lambda

## 3.0.0-M1

- awslambda: Akka 2.6 features (#2464). [#2525](https://github.com/akka/alpakka/issues/2525) by [@dotbg](https://github.com/dotbg)
- AWS SPI Akka HTTP: use 0.0.10 [#2432](https://github.com/akka/alpakka/issues/2432) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/awslambda.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Azure Storage Queue

## 3.0.0-M1

- azure-storage-queue: Akka 2.6 features (#2465). [#2527](https://github.com/akka/alpakka/issues/2527) by [@dotbg](https://github.com/dotbg)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/azure-storage-queue.md)
12 changes: 12 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/cassandra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Cassandra

## 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)
- Cassandra: use driver 4.10.0 (was 4.9.0) [#2560](https://github.com/akka/alpakka/issues/2560) by [@ennru](https://github.com/ennru)
- Upgrade cassandra driver to 4.9 [#2537](https://github.com/akka/alpakka/issues/2537) by [@chbatey](https://github.com/chbatey)
- Cassandra: use Akka 2.6 [#2508](https://github.com/akka/alpakka/issues/2508) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/cassandra.md)
10 changes: 10 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/couchbase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Couchbase

## 3.0.0-M1

- Couchbase Akka 2.6 [#2617](https://github.com/akka/alpakka/issues/2617) by [@seglo](https://github.com/seglo)
- Update to paradox theme with new cookie banner [#2564](https://github.com/akka/alpakka/issues/2564) by [@johanandren](https://github.com/johanandren)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/couchbase.md)
9 changes: 9 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/csv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Comma-separated Values (CSV)

## 3.0.0-M1

- CSV: remove materializer [#2460](https://github.com/akka/alpakka/issues/2460) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/csv.md)
10 changes: 10 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/dynamodb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Dynamo DB

## 3.0.0-M1

- DynamoDb: Akka 2.6 [#2544](https://github.com/akka/alpakka/issues/2544) by [@ennru](https://github.com/ennru)
- AWS SPI Akka HTTP: use 0.0.10 [#2432](https://github.com/akka/alpakka/issues/2432) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/dynamodb.md)
13 changes: 13 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Elasticsearch

## 3.0.0-M1

- Elasticsearch: Akka 2.6 [#2542](https://github.com/akka/alpakka/issues/2542) by [@ennru](https://github.com/ennru)
- Elasticsearch: Adapt to Akka 2.6 [#2529](https://github.com/akka/alpakka/issues/2529) by [@mrooding](https://github.com/mrooding)
- Elasticsearch: Make V7 the default version [#2528](https://github.com/akka/alpakka/issues/2528) by [@mrooding](https://github.com/mrooding)
- ElasticSearch: Replace RestClient with Akka HTTP client [#2347](https://github.com/akka/alpakka/issues/2347) by [@mrooding](https://github.com/mrooding)
- Catch and fix more warnings in Java sources [#2419](https://github.com/akka/alpakka/issues/2419) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/elasticsearch.md)
13 changes: 13 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# File

## 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)
- File: LogRotatorSink fix completition [#2559](https://github.com/akka/alpakka/issues/2559) by [@tg44](https://github.com/tg44)
- Tar reader: avoid deadlocks by synching in- and out-handlers [#2538](https://github.com/akka/alpakka/issues/2538) by [@ennru](https://github.com/ennru)
- File: akka 2.6. [#2519](https://github.com/akka/alpakka/issues/2519) by [@dotbg](https://github.com/dotbg)
- Catch and fix more warnings in Java sources [#2419](https://github.com/akka/alpakka/issues/2419) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/file.md)
17 changes: 17 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/ftp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# FTP

## 3.0.0-M1

- Update FTP to Akka 2.6 [#2603](https://github.com/akka/alpakka/issues/2603) by [@mrooding](https://github.com/mrooding)
- FTP: Fix SFTP keyfile authentication when no password is provided [#2579](https://github.com/akka/alpakka/issues/2579) by [@Bobo1239](https://github.com/Bobo1239)
- FTP: fix deprecations for `IOResult.createFailed` [#2572](https://github.com/akka/alpakka/issues/2572) by [@dwickern](https://github.com/dwickern)
- FTP: Enable SFTP connector to issue more than one unconfirmed read request [#2567](https://github.com/akka/alpakka/issues/2567) by [@conorgriffin](https://github.com/conorgriffin)
- Revert SftpSpec [#2568](https://github.com/akka/alpakka/issues/2568) by [@seglo](https://github.com/seglo)
- Update to paradox theme with new cookie banner [#2564](https://github.com/akka/alpakka/issues/2564) by [@johanandren](https://github.com/johanandren)
- Ftp 2541 incorrect credentials should complete with a failed future [#2545](https://github.com/akka/alpakka/issues/2545) by [@polentino](https://github.com/polentino)
- FTP: Ignore flakey remove/move tests [#2444](https://github.com/akka/alpakka/issues/2444) by [@raboof](https://github.com/raboof)
- FTP test: use all stages stopped timeout [#2421](https://github.com/akka/alpakka/issues/2421) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/ftp.md)
9 changes: 9 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/geode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Geode

## 3.0.0-M1

- Update Geode to Akka 2.6 [#2602](https://github.com/akka/alpakka/issues/2602) by [@mrooding](https://github.com/mrooding)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/geode.md)
12 changes: 12 additions & 0 deletions docs/src/main/paradox/release-notes/3.0.x/google-cloud-bigquery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Google 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)
- Create google-common module [#2613](https://github.com/akka/alpakka/issues/2613) by [@armanbilge](https://github.com/armanbilge)
- BigQuery: New BigQuery connector [#2548](https://github.com/akka/alpakka/issues/2548) by [@armanbilge](https://github.com/armanbilge)
- BigQuery: Use Unmarshalling API to handle parsing [#2533](https://github.com/akka/alpakka/issues/2533) by [@armanbilge](https://github.com/armanbilge)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/google-cloud-bigquery.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Google Cloud Pub/Sub gRPC

## 3.0.0-M1

- Create google-common module [#2613](https://github.com/akka/alpakka/issues/2613) by [@armanbilge](https://github.com/armanbilge)
- Drop pre-3.0.0 deprecated APIs [#2618](https://github.com/akka/alpakka/issues/2618) by [@seglo](https://github.com/seglo)
- Update Google Cloud Pub Sub GRPC to Akka 2.6 [#2599](https://github.com/akka/alpakka/issues/2599) by [@mrooding](https://github.com/mrooding)
- Google Pub-Sub: Switch to older emulator image [#2454](https://github.com/akka/alpakka/issues/2454) by [@raboof](https://github.com/raboof)
- Google Pub/Sub: lock emulator version to 313.0.1 [#2449](https://github.com/akka/alpakka/issues/2449) by [@ennru](https://github.com/ennru)
- Google Cloud Pub/Sub gRPC: acknowledge flow [#2422](https://github.com/akka/alpakka/issues/2422) by [@ennru](https://github.com/ennru)
- Inherit io.grpc version from Akka gRPC [#2427](https://github.com/akka/alpakka/issues/2427) by [@raboof](https://github.com/raboof)
- Google Pub/Sub gRPC: use the gcloud emulator in tests [#2426](https://github.com/akka/alpakka/issues/2426) by [@ennru](https://github.com/ennru)
- Google Cloud Pub/Sub gRPC: align the gRPC auth version [#2420](https://github.com/akka/alpakka/issues/2420) by [@ennru](https://github.com/ennru)

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

For earlier changes see @ref:[2.0.x versions](../2.0.x/google-cloud-pub-sub-grpc.md)
Loading

0 comments on commit 925786a

Please sign in to comment.