FS2 v2.2.2 Release Notes

Release Date: 2020-01-30 // about 4 years ago
  • ๐Ÿš€ This is the sixth release of the 2 series, featuring support for Cats 2 and Cats Effect 2.

    ๐Ÿš€ This release is source and binary compatible with prior 2.x releases. Note there was a breaking source change in 2.2.0 & 2.2.1 -- the compile.to[X] method has been removed in favor of compile.to(X).

    ๐Ÿš€ This release is built for Scala 2.12 and 2.13 and Scala.js 0.6.32. Scala 2.11 is no longer supported.

    Since 2.2.1, the following notable changes have occurred:

    ๐Ÿ”‹ Features:

    • โž• Added support for getting & setting file permissions (#1751)
    • Made TLSParameters#toSSLParameters public (#1768)

    ๐Ÿ› Bugs:

    • ๐Ÿ›  Fixed .compile.to(Set) compilation issue on Scala 2.12 (#1769)
    • ๐Ÿ‘Œ Support setting needClientAuth with TLSParameters (#1767)

    ๐Ÿ‘€ For a full list of changes in 2.2.2, see: https://github.com/functional-streams-for-scala/fs2/pulls?q=is%3Apr+milestone%3A2.2.2+is%3Aclosed

    git shortlog -sn --no-merges "v2.2.1".."v2.2.2"
        12 Jakub Kozล‚owski
         5 Michael Pilquist
         3 Ross A. Baker
         2 Robert Glyde
         2 Scala Steward
         1 Adam Rosien