Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-26 | 3.5 kB | |
v3.11.0 source code.tar.gz | 2024-08-26 | 923.1 kB | |
v3.11.0 source code.zip | 2024-08-26 | 1.4 MB | |
Totals: 3 Items | 2.4 MB | 0 |
Features
- Add StreamDecoder#{filter, withFilter} and Chunk#withFilter by @mpilquist in https://github.com/typelevel/fs2/pull/3432
- Replace fs2.hash with fs2.hashing.Hashing[F] by @mpilquist in https://github.com/typelevel/fs2/pull/3454
- Add
unfoldChunkLoop
andunfoldChunkLoopEval
, more (downstream) efficient versions ofunfoldLoop
andunfoldLoopEval
. by @CremboC in https://github.com/typelevel/fs2/pull/3457 - Update Hashing to support HMACs, update names in fs2.hashing to be clearer, introduce Digest type by @mpilquist in https://github.com/typelevel/fs2/pull/3465
- Add tests for hashPureStream and hashChunk by @mpilquist in https://github.com/typelevel/fs2/pull/3466
- Refactor hashPureStream by @mpilquist in https://github.com/typelevel/fs2/pull/3467
Fixes
- reactive-streams: report errors using the ExecutionContext by @fredfp in https://github.com/typelevel/fs2/pull/3425
Docs
- đ Add more examples / uses to the Concurrency section in the documentation guide of Fs2 by @Hombre-x in https://github.com/typelevel/fs2/pull/3437
- Fix README link by @bwignall in https://github.com/typelevel/fs2/pull/3447
Build Support
- Fix macos gha runners by @mpilquist in https://github.com/typelevel/fs2/pull/3431
Updates
- Update scalafmt-core to 3.8.1 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3417
- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3418
- Update munit-cats-effect to 2.0.0-M5 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3421
- Update scala-library to 2.13.14 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3427
- Update sbt to 1.10.0 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3428
- Update sbt-scala-native-config-brew-github-actions to 0.3.0 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3426
- Update sbt-typelevel, sbt-typelevel-site to 0.7.1 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3429
- Update munit-cats-effect to 2.0.0-RC1 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3430
- Update munit-cats-effect to 2.0.0 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3439
- Update cats-core, cats-laws to 2.11.0 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3441
- flake.lock: Update by @typelevel-steward in https://github.com/typelevel/fs2/pull/3438
- Update ip4s-core to 3.6.0 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3445
- Update Guide snippet error by @bwignall in https://github.com/typelevel/fs2/pull/3450
- Update scalafmt-core to 3.8.2 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3448
- flake.lock: Update by @typelevel-steward in https://github.com/typelevel/fs2/pull/3443
- Update sbt-typelevel, sbt-typelevel-site to 0.7.2 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3456
- flake.lock: Update by @typelevel-steward in https://github.com/typelevel/fs2/pull/3452
- Update sbt to 1.10.1 by @typelevel-steward in https://github.com/typelevel/fs2/pull/3455
- flake.lock: Update by @typelevel-steward in https://github.com/typelevel/fs2/pull/3459
New Contributors
- @Hombre-x made their first contribution in https://github.com/typelevel/fs2/pull/3437
- @bwignall made their first contribution in https://github.com/typelevel/fs2/pull/3447
Full Changelog: https://github.com/typelevel/fs2/compare/v3.10.2...v3.11.0