Skip to content

v1.0.1

Compare
Choose a tag to compare
@mpilquist mpilquist released this 03 Dec 16:49
· 343 commits to series/1.0 since this release

This is the second release of the FS2 1.0.x series. This is a bug fix release and is fully backwards compatible with 1.0.0. The following fixes are included:

  • Upgraded to cats 1.5.0 and cats-effect 1.1.0
  • Changed fs2.io.{tcp,udp} packages to use Concurrent[F] and ContextShift[F] instead of ConcurrentEffect[F] (#1322 #1356)
  • Changed Stream#map to always be lazy (#1335)
  • Improved performance of Queue#dequeue1 (#1302)
  • Added bracketCancellable (#1317)
  • Fixed leak in groupWithin (#1312)
  • Fixed stall in parEvalMap (#1311)
  • Fixed leak in Queue#get (#1308)
  • Added metered combinator (#1294)
  • Added spawn combinator (#1291)

For a full list of changes, see: https://github.com/functional-streams-for-scala/fs2/issues?utf8=✓&q=is%3Aclosed+milestone%3A1.0.1+

Thanks to the following contributors:

git shortlog -sn --no-merges "v1.0.0".."v1.0.1"
    33  Michael Pilquist
    11  Diego E. Alonso-Blas
    11  fabio-labella
     9  Scala steward
     3  Vladimir Pavkin
     3  Jakub Kozłowski
     2  Viktor Lövgren
     2  Christopher Poenaru
     2  Pierre Ricadat
     1  Luciano
     1  Diego E. Alonso Blas
     1  Fabio Labella
     1  Igor Tovstopyat-Nelip
     1  Karol Czulkowski
     1  Ajay Chandran
     1  Pavel Chlupacek
     1  dd