Skip to content

Commit

Permalink
Release notes for 1.1.1 (#1867)
Browse files Browse the repository at this point in the history
Release notes for 1.1.1
  • Loading branch information
2m authored Aug 8, 2019
2 parents dcca8f8 + 7dd2513 commit bc233e1
Show file tree
Hide file tree
Showing 41 changed files with 314 additions and 9 deletions.
11 changes: 5 additions & 6 deletions docs/release-train-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ Key links:
```
ln -nsf $VERSION$ www/docs/alpakka/current
ln -nsf $VERSION$ www/api/alpakka/current
ln -nsf $VERSION$ www/docs/alpakka/1.0
ln -nsf $VERSION$ www/api/alpakka/1.0
ln -nsf $VERSION$ www/docs/alpakka/1.1
ln -nsf $VERSION$ www/api/alpakka/1.1
```
- [ ] check changes and commit the new version to the local git repository
```
cd ~/www
git add docs/alpakka/1.0 docs/alpakka/current docs/alpakka/$VERSION$
git add api/alpakka/1.0 api/alpakka/current api/alpakka/$VERSION$
git add docs/alpakka/1.1 docs/alpakka/current docs/alpakka/$VERSION$
git add api/alpakka/1.1 api/alpakka/current api/alpakka/$VERSION$
git commit -m "Alpakka $VERSION$"
```

Expand All @@ -80,7 +80,6 @@ Key links:

### Afterwards

- [ ] If Cassandra has relevant changes, create/update PR in [Akka Persistence Cassandra](https://github.com/akka/akka-persistence-cassandra/) to upgrade to $VERSION$
- [ ] If Couchbase has relevant changes, create/update PR in [Akka Persistence Couchbase](https://github.com/akka/akka-persistence-couchbase/) to upgrade to $VERSION$
- [ ] Update version for [Lightbend Supported Modules](https://developer.lightbend.com/docs/reactive-platform/2.0/supported-modules/#other-akka-modules) in [private project](https://github.com/lightbend/reactive-platform-docs/blob/master/build.sbt)
- [ ] Update version for [Lightbend Supported Modules](https://developer.lightbend.com/docs/lightbend-platform/introduction/getting-help/build-dependencies.html#_alpakka) in [private project](https://github.com/lightbend/lightbend-platform-docs/blob/master/docs/modules/getting-help/examples/build.sbt)
- Close this issue
31 changes: 31 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## 1.1.1

Released 2019-08-08

To allow for API-breaking changes and major dependency upgrades, we expect to release Alpakka 2.0.0 in a few months.


## Notable changes in 1.1.1

- FTP: Mkdir [#1816](https://github.com/akka/alpakka/issues/1816) by [@MarcinAman](https://github.com/MarcinAman)
- MQTT streaming: diverse improvements (see @ref:[MQTT Streaming](1.1.x/mqtt-streaming.md))

**See @ref:[changes per module](#changes-per-module)**

## Contributors in 1.1.1

| Author | Commits | Lines added | Lines removed |
| ------ | ------- | ----------- | ------------- |
| [<img width="20" alt="2m" src="https://avatars3.githubusercontent.com/u/422086?v=4&s=40"> **2m**](https://github.com/2m) | 27 | 493 | 533 |
| [<img width="20" alt="ennru" src="https://avatars3.githubusercontent.com/u/458526?v=4&s=40"> **ennru**](https://github.com/ennru) | 12 | 417 | 485 |
| [<img width="20" alt="huntc" src="https://avatars2.githubusercontent.com/u/694893?v=4&s=40"> **huntc**](https://github.com/huntc) | 3 | 108 | 76 |
| [<img width="20" alt="fagossa" src="https://avatars1.githubusercontent.com/u/6917738?v=4&s=40"> **fagossa**](https://github.com/fagossa) | 2 | 146 | 1 |
| [<img width="20" alt="MarcinAman" src="https://avatars0.githubusercontent.com/u/15652452?v=4&s=40"> **MarcinAman**](https://github.com/MarcinAman) | 1 | 300 | 39 |
| [<img width="20" alt="markarasev" src="https://avatars2.githubusercontent.com/u/3638968?v=4&s=40"> **markarasev**](https://github.com/markarasev) | 1 | 77 | 29 |
| [<img width="20" alt="raboof" src="https://avatars2.githubusercontent.com/u/131856?v=4&s=40"> **raboof**](https://github.com/raboof) | 1 | 15 | 7 |
| [<img width="20" alt="newca12" src="https://avatars1.githubusercontent.com/u/543542?v=4&s=40"> **newca12**](https://github.com/newca12) | 1 | 6 | 1 |
| [<img width="20" alt="pulltab" src="https://avatars3.githubusercontent.com/u/6842323?v=4&s=40"> **pulltab**](https://github.com/pulltab) | 1 | 4 | 1 |
| [<img width="20" alt="longshorej" src="https://avatars1.githubusercontent.com/u/515201?v=4&s=40"> **longshorej**](https://github.com/longshorej) | 1 | 1 | 1 |
| [<img width="20" alt="sullis" src="https://avatars3.githubusercontent.com/u/30938?v=4&s=40"> **sullis**](https://github.com/sullis) | 1 | 1 | 1 |


## 1.1.0

Released 2019-07-03
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/amqp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# AMQP

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Aamqp)


## 1.1.0

- multiple hosts in `AmqpDetailsConnectionProvider` [#1772](https://github.com/akka/alpakka/issues/1772) by [@EldarKZ16](https://github.com/EldarKZ16)
Expand Down
9 changes: 8 additions & 1 deletion docs/src/main/paradox/release-notes/1.1.x/avroparquet.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# AvroParquet

## 1.1.1

No changes.

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


## 1.1.0

No changes.

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

For earlier changes see @ref:[1.0.x versions](../1.0.x/avroparquet.md)
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/awslambda.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AWS Lambda

## 1.1.1

No changes.

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

## 1.1.0

- AWS SDK 2.5.65 [#1757](https://github.com/akka/alpakka/issues/1757) by [@sullis](https://github.com/sullis)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Azure Storage Queue

## 1.1.1

No changes.

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


## 1.1.0

No changes.
Expand Down
9 changes: 8 additions & 1 deletion docs/src/main/paradox/release-notes/1.1.x/cassandra.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Cassandra

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Acassandra)


## 1.1.0

No changes.

[*closed in 1.1.2*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.0+label%3Ap%3Acassandra)
[*closed in 1.1.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.0+label%3Ap%3Acassandra)

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

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Acouchbase)


## 1.1.0

- Couchbase: Propagate replicateTo setting when using CouchbaseSession.insert #1744 [#1745](https://github.com/akka/alpakka/issues/1745) by [@srxx](https://github.com/srxx)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/csv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Comma-separated Values (CSV)

## 1.1.1

- CSV: accept quotes ending mid-column [#1858](https://github.com/akka/alpakka/issues/1858) by [@ennru](https://github.com/ennru)

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Acsv)


## 1.1.0

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

## 1.1.1

- DynamoDB: Add TransactionCanceledException [#1863](https://github.com/akka/alpakka/issues/1863) by [@pulltab](https://github.com/pulltab)

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Adynamodb)


## 1.1.0

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

## 1.1.1

TODO

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


## 1.1.0

- Elasticsearch: use proper FlowWithContext [#1766](https://github.com/akka/alpakka/issues/1766) by [@ennru](https://github.com/ennru)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/file.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# File

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Afile)


## 1.1.0

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

## 1.1.1

- FTP: Mkdir [#1816](https://github.com/akka/alpakka/issues/1816) by [@MarcinAman](https://github.com/MarcinAman)
- Add imports to Ftp settings sample, actually run listFiles [#1812](https://github.com/akka/alpakka/issues/1812) by [@raboof](https://github.com/raboof)

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Aftp)


## 1.1.0

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

## 1.1.1

No changes.

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


## 1.1.0

- Override Jackson Databind dependency to 2.9.9 [#1777](https://github.com/akka/alpakka/issues/1777) 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

## 1.1.1

No changes.

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


## 1.1.0

- Google Cloud Pub/Sub gRPC: Update to the latest akka-grpc [#1741](https://github.com/akka/alpakka/issues/1741) by [@2m](https://github.com/2m) **dependency-change**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Google Cloud Pub/Sub

## 1.1.1

No changes.

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

## 1.1.0

- 'messageId' and 'publishTime' should not be published [#1795](https://github.com/akka/alpakka/pull/1795) by [@LGLO](https://github.com/LGLO)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google Cloud Storage

## 1.1.1

No changes.

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


## 1.1.0

- New module: Google cloud storage support [#1340](https://github.com/akka/alpakka/issues/1340) by [@jkobejs](https://github.com/jkobejs)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/google-fcm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google FCM

## 1.1.1

No changes.

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


## 1.1.0

- Versions for Scala 2.13.0 [#1755](https://github.com/akka/alpakka/issues/1755) by [@ennru](https://github.com/ennru)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/hbase.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# HBase

## 1.1.1

No changes.

[*closed in 1.1.0*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.0+label%3Ap%3Ahbase)


## 1.1.0

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

## 1.1.1

- HDFS: fix target file overwrite [#1834](https://github.com/akka/alpakka/issues/1834) by [@markarasev](https://github.com/markarasev)

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Ahdfs)


## 1.1.0

- Versions for Scala 2.13.0 [#1755](https://github.com/akka/alpakka/issues/1755) by [@ennru](https://github.com/ennru)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/influxdb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# InfluxDB

## 1.1.1

No changes.

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


## 1.1.0

- New module: Influxdb connector [#1680](https://github.com/akka/alpakka/issues/1680) by [@gkatzioura](https://github.com/gkatzioura)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/ironmq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# IronMQ

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Aironmq)

## 1.1.0

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

## 1.1.1

- JMS transactions: fail stream or log on ack timeouts [#1857](https://github.com/akka/alpakka/issues/1857) by [@ennru](https://github.com/ennru) (problem reported by [@WellingR](https://github.com/WellingR) in [#1831](https://github.com/akka/alpakka/pull/1831))

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


## 1.1.0

- Add conversion functions to get Alpakka JMS messages from `javax.jms.Message` [#1787](https://github.com/akka/alpakka/issues/1787) by [@codingismy11to7](https://github.com/codingismy11to7)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/json-streaming.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#### Json streaming

## 1.1.1

No changes.

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


## 1.1.0

- Override Jackson Databind dependency to 2.9.9 [#1777](https://github.com/akka/alpakka/issues/1777) by [@ennru](https://github.com/ennru)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.1.x/kinesis.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# AWS Kinesis

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Akinesis)


## 1.1.0

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

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Akudu)


## 1.1.0

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

## 1.1.1

No changes.

[*closed in 1.1.1*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.1.1+label%3Ap%3Amongodb)


## 1.1.0

No changes.
Expand Down
Loading

0 comments on commit bc233e1

Please sign in to comment.