Skip to content

Tags: joneyin/alpakka

Tags

v0.20

Toggle v0.20's commit message
Fix settings for projects that do not need to be published (akka#1083)

The one setting to rule them all: `publish / skip := true`

v0.19

Toggle v0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request akka#943 from ennru/sfali-multipart_copy

AWS S3: multipart copy (continued)

v0.18

Toggle v0.18's commit message
AWS S3: settings changed with merge (akka#866)

v0.17

Toggle v0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OrientDB: add to connectors listing (akka#792)

v0.16

Toggle v0.16's commit message
Merge 2 lines in 'script' deploy into one (akka#711)

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ktoso Konrad `ktoso` Malawski
S3: Format x-amz-date with year-of-era (akka#679)

"YYYY" in `DateTimeFormatter.ofPattern("YYYYMMdd")` means
week-based-year, which formats `LocalDate.of(2017, 12, 31)` as
"20181231" and results in unexpected rejections from S3 as below:

> The difference between the request time and the current time is
too large.

Replacing it with "yyyy" fixes the bug.

v0.15

Toggle v0.15's commit message
MongoDb: Sink (akka#164) and Flow

* Add mongo sink
* add mongo update and delete operations
* document mongo update and delete operations.
* Seperate sink and flow.

v0.14

Toggle v0.14's commit message
Don't clear between building and deploying

Hopefully fixes akka#478

v0.13

Toggle v0.13's commit message
links to squbs components akka#435

0.12

Toggle 0.12's commit message
Elasticsearch connector (akka#221)