Skip to content

Commit

Permalink
Release notes 1.0.2 (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed May 29, 2019
2 parents 1e51d8d + 34feb54 commit 4ca2e64
Show file tree
Hide file tree
Showing 37 changed files with 283 additions and 2 deletions.
28 changes: 28 additions & 0 deletions docs/src/main/paradox/release-notes/1.0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Alpakka 1.0.x

## 1.0.2

Released 2019-05-25

This release fixes a bug in the CSV parser which was introduced in 1.0.1 and makes the CSV parser accept escape characters when there is nothing to escape.


## Highlights since 1.0.1

* CSV: Fixed bug when last column in last line is empty [#1710](https://github.com/akka/alpakka/issues/1710)

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

## Contributors

| 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) | 16 | 1079 | 1047 |
| [<img width="20" alt="ennru" src="https://avatars3.githubusercontent.com/u/458526?v=4&s=40"> **ennru**](https://github.com/ennru) | 9 | 168 | 461 |
| [<img width="20" alt="sullis" src="https://avatars3.githubusercontent.com/u/30938?v=4&s=40"> **sullis**](https://github.com/sullis) | 1 | 1 | 1 |
| [<img width="20" alt="mavericksid" src="https://avatars2.githubusercontent.com/u/4543634?v=4&s=40"> **mavericksid**](https://github.com/mavericksid) | 1 | 1 | 1 |

## All changes since 1.0.1

* [*closed in 1.0.2*](https://github.com/akka/alpakka/issues?q=is%3Aclosed+milestone%3A1.0.2)



## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

* AWS SDK 2.5.44 [#1704](https://github.com/akka/alpakka/pull/1704)

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


## 1.0.1

* AWS SDK 2.5.20 -> 2.5.41 [#1700](https://github.com/akka/alpakka/pull/1700) **dependency-change**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Azure Storage Queue

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

* Couchbase: session registry creates new cluster client per bucket @github[#1676](#1676)
Expand Down
8 changes: 8 additions & 0 deletions docs/src/main/paradox/release-notes/1.0.x/csv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Comma-separated Values (CSV)

## 1.0.2

* CSV: accept escape without escapeable byte after [#1717](https://github.com/akka/alpakka/pull/1717)
* CSV: stream may end with delimiter [#1711](§https://github.com/akka/alpakka/pull/1711)

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


## 1.0.1

* Add alpakka-csv benchmark and optimize. [#1685](https://github.com/akka/alpakka/pull/1685) by [Doug Roper @htmldoug](https://github.com/htmldoug)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.0.x/dynamodb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Dynamo DB

## 1.0.2

* DynamoDb: set port from settings even when tls=true [#1722](https://github.com/akka/alpakka/pull/1722) and [#1724](https://github.com/akka/alpakka/pull/1724)

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

* Complete LogRotatorSink when consuming an empty source [#1703](https://github.com/akka/alpakka/pull/1703) by [Sami Dalouche, @samidalouche](https://github.com/samidalouche)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.0.x/ftp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# FTP

## 1.0.2

No changes.

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


## 1.0.1

* FTP: Support partial file download @github[#1660](#1660) by [Thomas Gambet, @tgambet](https://github.com/tgambet)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.0.x/geode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Geode

## 1.0.2

No changes.

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


## 1.0.1

No changes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google Cloud Pub/Sub gRPC

## 1.0.2

No changes.

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


## 1.0.1

* Google cloud pub/sub gRPC: use Akka gRPC 0.6.1 [#1661](https://github.com/akka/alpakka/pull/1661) **dependency-change**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Google Cloud Pub/Sub

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

* MQTT streaming: correct deprecated since version [#1721](https://github.com/akka/alpakka/pull/1721)

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


## 1.0.1

* mqtt-streaming: Fix a race condition in server publishing [#1629](https://github.com/akka/alpakka/pull/1629) by [Jason Longshore, @longshorej](https://github.com/longshorej)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.0.x/mqtt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# MQTT

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

* S3: Move FailedUpload exception to the user facing API [#1734](https://github.com/akka/alpakka/pull/1734)

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


## 1.0.1

* AWS S3: use a single date/time for signing [#1686](https://github.com/akka/alpakka/pull/1686)
Expand Down
7 changes: 7 additions & 0 deletions docs/src/main/paradox/release-notes/1.0.x/simple-codecs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Simple codecs (RecordIO)

## 1.0.2

No changes.

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


## 1.0.1

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

## 1.0.2

No changes.

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


## 1.0.1

No changes.
Expand Down
Loading

0 comments on commit 4ca2e64

Please sign in to comment.