Skip to content

v0.6.0 RC2

Compare
Choose a tag to compare
@sloshy sloshy released this 07 Aug 05:40
· 108 commits to main since this release
3f0e8db

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 as StreamMessageSettings.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