Releases: akka/alpakka
0.3 - AWS SQS, Cassandra, FTP
This release includes several new connectors:
- AWS SQS thanks to @dpfeiffer
- FTP thanks to @juanjovazquez
- Cassandra Sink thanks to @stephennancekivell
You can find all closed issues on the 0.3 milestone page.
Documentation
Reference documentation.
API documentation.
Artifacts
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-amqp" % "0.3"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-cassandra" % "0.3"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-file" % "0.3"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-ftp" % "0.3"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-mqtt" % "0.3"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-s3" % "0.3"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-sqs" % "0.3"
Credits
commits added removed
3 9 5 Konrad Malawski
2 2717 2 Juan José Vázquez
2 204 109 Patrik Nordwall
2 7 9 Martynas Mickevičius
1 407 1 Daniel Pfeiffer
1 186 30 Stephen Nancekivell
1 108 33 Timothy Klim
1 4 3 Brian Mooney
AWS S3 connector
This release includes a new AWS S3 connector thanks to @jypma and @agolubev and some minor bug fixes. You can find all closed issues on the 0.2 milestone page.
Documentation
Reference documentation.
API documentation.
Artifacts
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-amqp" % "0.2"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-cassandra" % "0.2"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-file" % "0.2"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-mqtt" % "0.2"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-s3" % "0.2"
Credits
commits added removed
6 55 79 Martynas Mickevičius
5 383 33189 Alexander Golubev
5 145 122 Heiko Seeberger
4 23 4 dpfeiffer
3 33964 3 Jan Ypma
1 9 9 Johan Andrén
1 11 1 Patrik Nordwall
1 8 0 Martin Krasser
1 3 3 Branislav Lazic
1 4 0 Stephen Nancekivell
A call to arms
We believe that Akka Streams can be the tool for building a modern alternative to Apache Camel. That will not happen by itself overnight and this is a call for arms for the community to join us on this mission.
This is the initial release of Alpakka modules. Alpakka focuses on connectors to external libraries, integration patterns and data format conversions. Connectors that fall under this category have been moved here from Akka Stream Contrib and released with the new artifact and package names. From now on Akka Stream Contrib is going to focus only on Graph Stages that require no additional dependencies.
Don’t hesitate to get involved! A good first step for such contributions is to create an issue for your favorite integration, vote, or comment on existing issues.
We would also like to see links in the Alpakka documentation to existing integration libraries that provide Reactive Streams or Akka Streams API. Please create a pull request updating the external-connectors.md page.
You can find more information about Alpakka and practical advice of how to build integration components with Akka Streams in our Integrations blog post series.
Documentation
Reference documentation.
API documentation.
Artifacts
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-amqp" % "0.1"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-cassandra" % "0.1"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-file" % "0.1"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-mqtt" % "0.1"