Releases: laserdisc-io/fs2-aws
Releases · laserdisc-io/fs2-aws
S3 aws SDK V2 and modularization
Update mockito-core to 3.4.4 (#420) * Update mockito-core to 3.4.4 * Update mockito-core to 3.4.4 Co-authored-by: semenodm <[email protected]>
Add fs2-aws-ciris
v2.29.0 Add fs2-aws-ciris with decode support for kinesis initial position (#…
Fire and forget KPL wrapper
Kpl fire and forget (#333) * add fire and forget for objects writes to kinesis, bypassing original objects downstream * ode review and formatting Co-authored-by: d.semenov <[email protected]>
Fire and forget KPL wrapper
Update sts to 2.13.21 (#326) Co-authored-by: semenodm <[email protected]>
Add readS3VersionedFile
support fetching versioned s3 files (#297) * support fetching versioned s3 files * bump travis
Do not raise exception. encode error into returning data type
Do not fail on unsupported dynamo evt (#273) * introduce Unsupported event type for the (NEW_IMAGE, REMOVE) pair * fix test * add reason description into unsupported event Co-authored-by: d.semenov <[email protected]>
effectful checkpointing + libraries updates
Update mockito-scala-scalatest to 1.13.9 (#264) Co-authored-by: Barry O'Neill <[email protected]> Co-authored-by: semenodm <[email protected]>
Scala 2.13 cross compilation
Scala 2 13 cross compiling (#242) * add cross compilation for both 2.12 and 2.13 versions * formatting * lift scala version in travis * fix test * formatting * formatting * remove alleycats-core Co-authored-by: d.semenov <[email protected]>
Cover Chunked Streaming
Update sts to 2.10.83 (#215) Co-authored-by: semenodm <[email protected]>
KCL loop in separate executor pool
v2.28.35 One thread from cats IO default thread pool was permanently allocated…