Skip to content

Tags: mr-scruffles/alpakka

Tags

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)

v0.12

Toggle v0.12's commit message
Elasticsearch connector (akka#221)

v0.11

Toggle v0.11's commit message
FTP Homogenize model (fixes akka#395) (akka#407)

v0.10

Toggle v0.10's commit message
Merge pull request akka#370 from 2m/wip-official-sbt-bintray-2m

Back to the official sbt-bintray plugin

v0.9

Toggle v0.9's commit message
Merge pull request akka#311 from 2m/wip-sqs-one-akka-version-2m

akka#310 exclude newer Akka dependency

v0.8

Toggle v0.8's commit message
Merge pull request akka#222 from matsluni/more_options_on_configurati…

…on_of_connectionFactory

AMQP: add more options to configuration of the ConnectionFactory, akka#191