0.9: Azure Storage Queue, S3 List Buckets, Directory Listing, and Streaming XML Parser
This release includes a few new connectors:
- Azure Storage Queue, thanks to @akreuzer
- S3: List Bucket Contents, thanks to @Scalahansolo
- File System Directory Listing / Walking Source, thanks to @johanandren
- Streaming XML Parser ported over from akka-stream-contrib, thanks to @drewhk and @2m for porting
Also there were fixes and improvements for the CSV, SNS, SQS, and the SSE connectors.
You can find all closed tickets on the 0.9 milestone page.
Documentation
Reference documentation.
API documentation.
Artifacts
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-amqp" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-awslambda" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-azure-storage-queue" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-cassandra" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-csv" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-dynamodb" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-file" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-ftp" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-google-cloud-pub-sub" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-hbase" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-ironmq" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-jms" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-mqtt" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-s3" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-sns" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-sse" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-simple-codecs" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-sqs" % "0.9"
libraryDependencies += "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "0.9"
Credits
commits added removed
3 574 224 Martynas Mickevičius
2 300 6 Johan Andrén
1 744 0 Alexander Kreuzer
1 625 0 drewhk
1 157 169 Zahari Dichev
1 120 26 Lloyd Ramey
1 103 16 Sean Callahan
1 73 2 Enno Runne
1 20 17 Heiko Seeberger
1 1 1 Daniel Pfeiffer