Skip to content

v0.5.0

Compare
Choose a tag to compare
@sloshy sloshy released this 25 Mar 02:36
· 145 commits to main since this release

Dependency updates:

  • AWS v2 SDK: v2.16.26 (from v2.15.82)
  • FS2: v2.5.3 (from v2.5.0)

Breaking changes:

  • S3ObjectInfo now uses a defined type S3ObjectOwner instead of the raw AWS S3 Owner type. This is wrapped in Option to indicate that it can possibly be null at runtime (see #116).

Special thanks to @kamisama-rney for the PR to fix this!

Other changes:

  • Removed accidental log4cats dependency
  • asyncIn constructors no longer require a ContextShift dependency on your internal effect type.