Skip to content

Releases: laserdisc-io/fs2-aws

S3 aws SDK V2 and modularization

23 Jul 21:11
9cb83b7
Compare
Choose a tag to compare
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

17 Jun 16:07
9d6e295
Compare
Choose a tag to compare
v2.29.0

Add fs2-aws-ciris with decode support for kinesis initial position (#…

Fire and forget KPL wrapper

23 May 22:24
a12252d
Compare
Choose a tag to compare
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

23 May 17:02
b3ca628
Compare
Choose a tag to compare
Update sts to 2.13.21 (#326)

Co-authored-by: semenodm <[email protected]>

Add readS3VersionedFile

05 May 14:01
0dba143
Compare
Choose a tag to compare
support fetching versioned s3 files (#297)

* support fetching versioned s3 files

* bump travis

Do not raise exception. encode error into returning data type

18 Apr 16:37
8d9a555
Compare
Choose a tag to compare
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

16 Apr 15:56
60721f9
Compare
Choose a tag to compare
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

27 Mar 14:37
cc2b094
Compare
Choose a tag to compare
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

11 Mar 18:53
bcd911a
Compare
Choose a tag to compare
Update sts to 2.10.83 (#215)

Co-authored-by: semenodm <[email protected]>

KCL loop in separate executor pool

11 Mar 17:29
2a06180
Compare
Choose a tag to compare
v2.28.35

One thread from cats IO default thread pool was permanently allocated…