v0.5.0
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 typeS3ObjectOwner
instead of the raw AWS S3Owner
type. This is wrapped inOption
to indicate that it can possibly benull
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 aContextShift
dependency on your internal effect type.