v0.6.0-RC3 - Scala 3 is back!
An important RC release that should be used by all users of this library. Not only do we support Scala 3 now (with a small caveat) but a significant bug was fixed in handling multipart S3 uploads that should make them more reliable. This version also includes the latest upstream updates for all dependencies.
New Features:
- Scala 3 support! Scaladoc is not published for Scala 3 at this time as there is a cyclic reference bug when dealing with certain AWS SDK code. When this is fixed, Scaladoc will be re-enabled, but in the meantime feel free to refer to the Scala 2.13 ScalaDoc as it would be identical.
Fixes:
- Order-of-operations bug in S3 multipart upload that could cause uploads to complete prematurely.
Dependency Updates:
- Cats Effect updated to 3.2.5
- AWS SDK updated to 2.17.33
- FS2 to 3.1.1
If you notice any problems, feel free to mention them in the discussion section for this release! If all is well, this will become v0.6.0 final next week.