v0.1.0 - Initial Preview Release
Pre-release
Pre-release
Hello! This is the first official public preview release of the pure-aws
library for Scala.
It has been in the works internally at Rewards Network for quite some time and I am very excited to be sharing it with you.
The library is built with AWS SDK v2 version 2.15.51, will likely work on all future 2.x versions if you need to upgrade (future releases will also upgrade this)
Some notable features of this (first) release:
- AWS v2 SDK support, nothing from v1 at all
- Full synchronous and asynchronous client backend support (so you can control how you want to allocate your threads)
- S3 and SQS support with both pure client wrappers and simplified, more idiomatic Scala clients built on top.
- S3 testing support
- SQS refined support
Some notable things that are NOT here yet, but will be in future releases:
- Scala 3 support
- S3 streaming multipart upload (only supports single uploads for now)
- More clients, testing libs, and refined integrations
Please feel free to evaluate this library for your needs, though it is a preview release and features can change at any time.