Skip to content

Releases: Dwolla/fs2-aws

v3.0.0-RC2

30 Jun 16:59
5cc19c6
Compare
Choose a tag to compare

What's Changed

  • Add Scala 3 Support by @bpholt in #543
  • Update cats-tagless-macros to 0.15.0 by @dwolla-oss-scala-steward in #513
    Notably, cats-tagless 0.15 is binary compatible with 0.14, so while sbt will complain about this eviction, they can be used interchangeably.

Dependency Updates and Administrative PRs

Read more

v2.0.0-M16

21 Dec 18:56
9d981b2
Compare
Choose a tag to compare

Includes fixes for log4j CVEs CVE-2021-45046 and CVE-2021-45105.

v2.0.0-M15

14 Dec 17:39
9ca6490
Compare
Choose a tag to compare

Updates log4j artifacts to 2.15.0 to mitigate CVE-2021-44228 (aka log4shell), including the dependency that we missed in v2.0.0-M13, along with a lot of other dependency updates accumulated since the release of v2.0.0-M12.

v2.0.0-M14

13 Dec 22:14
c958fe8
Compare
Choose a tag to compare

Updates log4j artifacts to 2.15.0 to mitigate CVE-2021-44228 (aka log4shell), including the dependency that we missed in v2.0.0-M13, along with a lot of other dependency updates accumulated since the release of v2.0.0-M12.

This was accidentally released from the 3.x branch and not the 2.x branch. Please use v2.0.0-M15 instead.

v2.0.0-M13

13 Dec 20:42
f44f071
Compare
Choose a tag to compare

Updates log4j artifacts to 2.15.0 to mitigate CVE-2021-44228 (aka log4shell), along with a lot of other dependency updates accumulated since the release of v2.0.0-M12.

edit this release didn't fully address the vulnerability because a transitive dependency pulled in another vulnerable log4j package. Please use v2.0.0-M14 instead.

v3.0.0-RC1

23 Nov 16:47
07be9b6
Compare
Choose a tag to compare

Release candidate for the 3.x series of this library, which updates fs2 and cats-effect to the 3.x versions of those libraries.

v2.0.0-M12

14 Apr 15:53
e709020
Compare
Choose a tag to compare

Removes transitive dependency on bintray

v2.0.0-M11

17 Mar 15:11
071cfe6
Compare
Choose a tag to compare

Sha256Pipe now takes a Deferred[F, Either[Throwable, String]] to allow it to complete with a failure signal if the input stream fails.