Skip to content

Commit

Permalink
2.0.0-M1 Release Notes (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored and seglo committed Dec 16, 2019
1 parent 7a2518b commit 56226cc
Show file tree
Hide file tree
Showing 40 changed files with 308 additions and 0 deletions.
28 changes: 28 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 @@ -20,6 +20,34 @@ 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-M2

Released 2019-12-17

## Notable changes in 2.0.0-M2

- AMQP: flow stages [#1921](https://github.com/akka/alpakka/issues/1921) by [@kstrek](https://github.com/kstrek)
- AWS Kinesis: Use AWS SDK v2 [#2029](https://github.com/akka/alpakka/issues/2029) by [@regiskuckaertz](https://github.com/regiskuckaertz)
- Google-cloud-pub-sub: dedicated connection pool; `withContext` [#1983](https://github.com/akka/alpakka/issues/1983) by [@btomala](https://github.com/btomala)

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

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

| Author | Commits | Lines added | Lines removed |
| ------ | ------- | ----------- | ------------- |
| [<img width="20" alt="ennru" src="https://avatars3.githubusercontent.com/u/458526?v=4&amp;s=40"/> **ennru**](https://github.com/ennru) | 14 | 2073 | 3406 |
| [<img width="20" alt="kstrek" src="https://avatars3.githubusercontent.com/u/38620687?v=4&amp;s=40"/> **kstrek**](https://github.com/kstrek) | 1 | 1610 | 144 |
| [<img width="20" alt="an-tex" src="https://avatars2.githubusercontent.com/u/1380580?v=4&amp;s=40"/> **an-tex**](https://github.com/an-tex) | 1 | 530 | 68 |
| [<img width="20" alt="regiskuckaertz" src="https://avatars2.githubusercontent.com/u/629976?v=4&amp;s=40"/> **regiskuckaertz**](https://github.com/regiskuckaertz) | 1 | 460 | 1037 |
| [<img width="20" alt="btomala" src="https://avatars1.githubusercontent.com/u/6121477?v=4&amp;s=40"/> **btomala**](https://github.com/btomala) | 1 | 404 | 333 |
| [<img width="20" alt="gabrielreid" src="https://avatars3.githubusercontent.com/u/527401?v=4&amp;s=40"/> **gabrielreid**](https://github.com/gabrielreid) | 1 | 126 | 6 |
| [<img width="20" alt="huntc" src="https://avatars2.githubusercontent.com/u/694893?v=4&amp;s=40"/> **huntc**](https://github.com/huntc) | 1 | 114 | 66 |
| [<img width="20" alt="pecorarista" src="https://avatars1.githubusercontent.com/u/8929103?v=4&amp;s=40"/> **pecorarista**](https://github.com/pecorarista) | 1 | 4 | 2 |
| [<img width="20" alt="sullis" src="https://avatars3.githubusercontent.com/u/30938?v=4&amp;s=40"/> **sullis**](https://github.com/sullis) | 1 | 1 | 1 |
| [<img width="20" alt="ldrygala" src="https://avatars3.githubusercontent.com/u/3949848?v=4&amp;s=40"/> **ldrygala**](https://github.com/ldrygala) | 1 | 1 | 1 |


## 2.0.0-M1

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

## 2.0.0-M2

- AMQP: flow stages [#1921](https://github.com/akka/alpakka/issues/1921) by [@kstrek](https://github.com/kstrek)

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

## 2.0.0-M1

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

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

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

## 2.0.0-M2

- AWS SDK 2.10.34 [#2006](https://github.com/akka/alpakka/issues/2006) by [@sullis](https://github.com/sullis)
- AWS connectors: align client setup docs [#2038](https://github.com/akka/alpakka/issues/2038) by [@ennru](https://github.com/ennru)

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


## 2.0.0-M1

No changes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Storage Queue

## 2.0.0-M2

No changes.

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

## 2.0.0-M1

No changes.
Expand Down
7 changes: 7 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,12 @@
# Cassandra

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- Cassandra driver 3.7.1 (was 3.5.1) [#1917](https://github.com/akka/alpakka/pull/1917) by [@dotbg](https://github.com/dotbg)
Expand Down
7 changes: 7 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,12 @@
# Couchbase

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- Add bucket replace functionality [#1888](https://github.com/akka/alpakka/pull/1888) by [@maxrem](https://github.com/maxrem)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/csv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Comma-separated Values (CSV)

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

No changes.
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/dynamodb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Dynamo DB

## 2.0.0-M2

- AWS SDK 2.10.34 [#2006](https://github.com/akka/alpakka/issues/2006) by [@sullis](https://github.com/sullis)
- AWS connectors: align client setup docs [#2038](https://github.com/akka/alpakka/issues/2038) by [@ennru](https://github.com/ennru)

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

## 2.0.0-M1

- DynamoDb: Update to AWS SDK 2.0 [#1725](https://github.com/akka/alpakka/pull/1725) by [@RustedBones](https://github.com/RustedBones)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Elasticsearch

## 2.0.0-M2

- Elasticsearch: Add charset [#2008](https://github.com/akka/alpakka/issues/2008) by [@pecorarista](https://github.com/pecorarista)

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


## 2.0.0-M1

- Elasticsearch: refactor to make retrying more explicit [#1941](https://github.com/akka/alpakka/pull/1941)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/file.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# File

## 2.0.0-M2

- File: mkdir flow [#2019](https://github.com/akka/alpakka/issues/2019) by [@ennru](https://github.com/ennru)

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


## 2.0.0-M1

- Added flow for creating file ZIP archive [#1890](https://github.com/akka/alpakka/pull/1890) by [@michalbogacz](https://github.com/michalbogacz)
Expand Down
7 changes: 7 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,12 @@
# FTP

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- FTP - Add proxy support to FTP, SFTP, and FTPS connectors [#1907](https://github.com/akka/alpakka/pull/1907) by [@mjp426](https://github.com/mjp426)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/geode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Geode

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- Geode 1.10.0 [#1950](https://github.com/akka/alpakka/pull/1950) by [@cheleb](https://github.com/cheleb)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google Cloud Pub/Sub gRPC

## 2.0.0-M2

- fix GOOGLE_APPLICATION_CREDENTIALS typo [#2035](https://github.com/akka/alpakka/issues/2035) by [@ldrygala](https://github.com/ldrygala)

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


## 2.0.0-M1

- Update to Akka gRPC 0.7.1 [#1886](https://github.com/akka/alpakka/pull/1886)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google Cloud Pub/Sub

## 2.0.0-M2

- Google-cloud-pub-sub: dedicated connection pool; `withContext` [#1983](https://github.com/akka/alpakka/issues/1983) by [@btomala](https://github.com/btomala)

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


## 2.0.0-M1

- Google Cloud Pub/Sub: PublishMessage for publishing [#1881](https://github.com/akka/alpakka/pull/1881) by [@LGLO](https://github.com/LGLO)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Google Cloud Storage

## 2.0.0-M2

- Google Cloud Storage: Add exponential backoff on server errors [#2026](https://github.com/akka/alpakka/issues/2026) by [@gabrielreid](https://github.com/gabrielreid)
- Google Cloud Storage: remove local Setup implementation [#2049](https://github.com/akka/alpakka/issues/2049) by [@ennru](https://github.com/ennru)

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


## 2.0.0-M1

- sync google modules jwt-core version [#1815](https://github.com/akka/alpakka/pull/1815) by [@francisdb](https://github.com/francisdb)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/google-fcm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google FCM

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- sync google modules jwt-core version [#1815](https://github.com/akka/alpakka/pull/1815) by [@francisdb](https://github.com/francisdb)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/hbase.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# HBase

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- HBase: version 1.4.9 [#1654](https://github.com/akka/alpakka/pull/1654) by [@shimamoto](https://github.com/shimamoto)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/hdfs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Apache HDFS

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- HDFS: upgrade Cats to 2.0.0 and enable Scala 2.13 [#1925](https://github.com/akka/alpakka/pull/1925)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/influxdb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# InfluxDB

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

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

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- IronMq: support Scala 2.13 (and drop 2.11) by akka-http-circe 1.21 to 1.29.1 [#1957](https://github.com/akka/alpakka/issues/1957) by [@tg44](https://github.com/tg44)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/jms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# JMS

## 2.0.0-M2

- JMS: close sessions in postStop [#2048](https://github.com/akka/alpakka/issues/2048) by [@ennru](https://github.com/ennru)

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


## 2.0.0-M1

- Added withHeader(s) withProperty(-ies) and withoutDestination methods… [#1830](https://github.com/akka/alpakka/pull/1830) by [@WellingR](https://github.com/WellingR)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/json-streaming.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#### Json streaming

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

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

## 2.0.0-M2

- AWS SDK 2.10.34 [#2006](https://github.com/akka/alpakka/issues/2006) by [@sullis](https://github.com/sullis)
- AWS connectors: align client setup docs [#2038](https://github.com/akka/alpakka/issues/2038) by [@ennru](https://github.com/ennru)
- AWS Kinesis: Use AWS SDK v2 [#2029](https://github.com/akka/alpakka/issues/2029) by [@regiskuckaertz](https://github.com/regiskuckaertz)

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


## 2.0.0-M1

No changes.
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/2.0.x/kudu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Apache Kudu

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

No changes.
Expand Down
7 changes: 7 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,12 @@
# MongoDB

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- Update to Scala 2.13 supported MongoDb dependencies [#1891](https://github.com/akka/alpakka/pull/1891)
Expand Down
7 changes: 7 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,12 @@
# MQTT Streaming

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

- Automatically unregister packet ids and other resources [#1853](https://github.com/akka/alpakka/pull/1853) by [@huntc](https://github.com/huntc)
Expand Down
7 changes: 7 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,12 @@
# MQTT

## 2.0.0-M2

No changes.

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


## 2.0.0-M1

No changes.
Expand Down
Loading

0 comments on commit 56226cc

Please sign in to comment.