Skip to content

Commit

Permalink
2.0.0-RC1 release notes (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Mar 20, 2020
1 parent 9f2e391 commit b77ca20
Show file tree
Hide file tree
Showing 12 changed files with 114 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@ All Alpakka modules are available for Scala 2.13 and all Alpakka modules are com

**Alpakka 2.0 updates dependencies for most connectors.**

## 2.0.0-RC1

Released 2020-03-20

## Notable changes since 2.0.0-M3

**Alpakka Cassandra is completely rewritten and now based on the Cassandra Java driver version 4.6. It now becomes the base for [Akka Persistence Cassandra](https://doc.akka.io/docs/akka-persistence-cassandra/1.0/).**

- Cassandra: rewrite on top of Java driver 4.6.0 [#2182](https://github.com/akka/alpakka/issues/2182) by [@ennru](https://github.com/ennru)

**The MQTT Streaming connector does only support Akka 2.6 now.**

- MQTT streaming: target Akka 2.6 [#2118](https://github.com/akka/alpakka/pull/2118) by [@raboof](https://github.com/raboof)

- Update Akka to 2.5.30 [#2206](https://github.com/akka/alpakka/issues/2206) by [@raboof](https://github.com/raboof)
- AWS S3: virtual-host-style access with endpoint URL [#2193](https://github.com/akka/alpakka/issues/2193) by [@ennru](https://github.com/ennru)
- AWS S3: Retry multipart chunk uploads on transient errors using RetryFlow [#2116](https://github.com/akka/alpakka/issues/2116) by [@bpiper](https://github.com/bpiper)
- Google Cloud Pub/Sub gRPC: Akka gRPC 0.8.0, hide materializer, support new actors API [#2198](https://github.com/akka/alpakka/issues/2198) by [@ennru](https://github.com/ennru)
- MongoDB: replaceOne operation [#2187](https://github.com/akka/alpakka/issues/2187) by [@jewertow](https://github.com/jewertow)

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


## 2.0.0-M3

Released 2020-02-20
Expand Down
11 changes: 11 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/cassandra.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Cassandra

## 2.0.0-RC1

**Alpakka Cassandra is completely rewritten and now based on the Cassandra Java driver version 4.6. It now becomes the base for [Akka Persistence Cassandra](https://doc.akka.io/docs/akka-persistence-cassandra/1.0/).**

- Cassandra: rewrite on top of Java driver 4.6.0 [#2182](https://github.com/akka/alpakka/issues/2182) by [@ennru](https://github.com/ennru)
- Cassandra: new actors API in Metrics Registry [#2214](https://github.com/akka/alpakka/issues/2214) by [@ennru](https://github.com/ennru)
- Cassandra: add methods for new actors API (Akka 2.6.4) [#2195](https://github.com/akka/alpakka/issues/2195) by [@ennru](https://github.com/ennru)
- Cassandra: exclude gremlin-core from transitive deps [#2201](https://github.com/akka/alpakka/issues/2201) by [@ignasi35](https://github.com/ignasi35)

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

## 2.0.0-M2

No changes.
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/couchbase.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Couchbase

## 2.0.0-RC1

- Couchbase: add methods for new actors API [#2197](https://github.com/akka/alpakka/issues/2197) by [@ennru](https://github.com/ennru)

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

## 2.0.0-M2

No changes.
Expand Down
8 changes: 8 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/ftp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# FTP

## 2.0.0-RC1

- FTP: Add diagnostics to Java FTP move/remove tests [#2175](https://github.com/akka/alpakka/issues/2175) by [@raboof](https://github.com/raboof)
- FTP: Harden move/remove tests [#2173](https://github.com/akka/alpakka/issues/2173) by [@raboof](https://github.com/raboof)

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


## 2.0.0-M3

- FTP: enrich ConnectException; track failures [#2154](https://github.com/akka/alpakka/issues/2154) by [@ennru](https://github.com/ennru)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google Cloud Pub/Sub gRPC

## 2.0.0-RC1

- Google pub/sub gRPC: allow sync poll using PullRequest [#2166](https://github.com/akka/alpakka/pull/2166) by [@mdibaiee](https://github.com/mdibaiee)
- Google Cloud Pub/Sub gRPC: Akka gRPC 0.8.0, hide materializer, support new actors API [#2198](https://github.com/akka/alpakka/issues/2198) by [@ennru](https://github.com/ennru)

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

## 2.0.0-M3

- Google Pub/Sub gRPC: remove bundled certificate [#2107](https://github.com/akka/alpakka/issues/2107) by [@ennru](https://github.com/ennru)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Google Cloud Pub/Sub

## 2.0.0-RC1

- Google Cloud Pub/Sub: require JSON responses [#2217](https://github.com/akka/alpakka/issues/2217) by [@ennru](https://github.com/ennru)
- make some gcs object metadata fields optional [#2165](https://github.com/akka/alpakka/issues/2165) by [@francisdb](https://github.com/francisdb)
- Better handling of invalid credentials for Google Pub Sub and Cloud Storage connectors [#2164](https://github.com/akka/alpakka/issues/2164) by [@francisdb](https://github.com/francisdb)

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


## 2.0.0-M3

## Google Cloud Pub/Sub

- Google Storage & Pub-Sub: Retry google token requests on 5xx [#2146](https://github.com/akka/alpakka/issues/2146) by [@francisdb](https://github.com/francisdb)

Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/google-cloud-storage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Google Cloud Storage

## 2.0.0-RC1

- Google Cloud Storage: add access with new actors API [#2213](https://github.com/akka/alpakka/issues/2213) by [@ennru](https://github.com/ennru)
- GCS - Owner entityId should be optional [#2176](https://github.com/akka/alpakka/issues/2176) by [@francisdb](https://github.com/francisdb)
- Google Cloud Storage: fix package names [#2177](https://github.com/akka/alpakka/issues/2177) by [@ennru](https://github.com/ennru)
- make some gcs object metadata fields optional [#2165](https://github.com/akka/alpakka/issues/2165) by [@francisdb](https://github.com/francisdb)
- Better handling of invalid credentials for Google Pub Sub and Cloud Storage connectors [#2164](https://github.com/akka/alpakka/issues/2164) by [@francisdb](https://github.com/francisdb)

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

## 2.0.0-M3

- Google Storage & Pub-Sub: Retry google token requests on 5xx [#2146](https://github.com/akka/alpakka/issues/2146) by [@francisdb](https://github.com/francisdb)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/mongodb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MongoDB

## 2.0.0-RC1

- MongoDB: replaceOne operation [#2187](https://github.com/akka/alpakka/issues/2187) by [@jewertow](https://github.com/jewertow)

[*closed in 2.0.0-RC1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A2.0.0-RC1+label%3Ap%3Amongodb)

## 2.0.0-M2

No changes.
Expand Down
10 changes: 10 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/mqtt-streaming.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# MQTT Streaming

## 2.0.0-RC1

**The MQTT Streaming connector does only support Akka 2.6 now.**

- MQTT streaming: target Akka 2.6 [#2118](https://github.com/akka/alpakka/pull/2118) by [@raboof](https://github.com/raboof)
- MQTT Streaming: improve logging [#2207](https://github.com/akka/alpakka/issues/2207) by [@ennru](https://github.com/ennru)
- MQTT Streaming: protocol version [#2184](https://github.com/akka/alpakka/issues/2184) by [@ennru](https://github.com/ennru)

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

## 2.0.0-M3

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

## 2.0.0-RC1

- MQTT: improve MqttFlowSpec [#2210](https://github.com/akka/alpakka/issues/2210) by [@ennru](https://github.com/ennru)

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

## 2.0.0-M2

No changes.
Expand Down
9 changes: 9 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/s3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# AWS S3

## 2.0.0-RC1

- AWS S3: virtual-host-style access with endpoint URL [#2193](https://github.com/akka/alpakka/issues/2193) by [@ennru](https://github.com/ennru)
- AWS S3: add methods for the new actors API [#2211](https://github.com/akka/alpakka/issues/2211) by [@ennru](https://github.com/ennru)
- AWS S3: Retry multipart chunk uploads on transient errors using RetryFlow [#2116](https://github.com/akka/alpakka/issues/2116) by [@bpiper](https://github.com/bpiper)
- S3: Ensure S3Settings is resolved once per actor system [#2162](https://github.com/akka/alpakka/issues/2162) by [@bpiper](https://github.com/bpiper)

[*closed in 2.0.0-RC1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A2.0.0-RC1+label%3Ap%3Aaws-s3)

## 2.0.0-M3

- AWS S3: change default to virtual-host-style access [#2099](https://github.com/akka/alpakka/issues/2099) by [@ennru](https://github.com/ennru)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Unix Domain Socket

## 2.0.0-RC1

- Unix Domain Socket: add access with new actors API [#2212](https://github.com/akka/alpakka/issues/2212) by [@ennru](https://github.com/ennru)
- Unix Domain Socket: improve test assertions [#2208](https://github.com/akka/alpakka/issues/2208) by [@ennru](https://github.com/ennru)
- Unix Domain Socket: use class as log source [#2174](https://github.com/akka/alpakka/issues/2174) by [@ennru](https://github.com/ennru)

[*closed in 2.0.0-RC1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A2.0.0-RC1+label%3Ap%3Aunix-domain-socket)


## 2.0.0-M3

- Unix domain socket: upgrade dependencies; remove classifier [#2108](https://github.com/akka/alpakka/issues/2108) by [@ennru](https://github.com/ennru)
Expand Down

0 comments on commit b77ca20

Please sign in to comment.