v0.6.0 RC2
A small update from RC1.
For a brief window this tag was for an official Scala 3 version, but it seems we've ran into a compiler bug when compiling the scaladoc for the project. The AWS SDK is causing some kind of cyclic reference, and we will update you once Scala 3 has been updated enough to properly build our docs.
In the meantime here are the main upgrades for this version:
- Changed how SQS streaming method parameters are specified. Now you must pass in a configured
StreamMessageSettings
object. There is a default available asStreamMessageSettings.default
that you can copy or modify.
Dependency updates:
- FS2 updated to 3.1.0
- Cats Effect updated to 3.2.2
- AWS SDK updated to 2.17.14