Skip to content

Bump fs2.version from 0.10.0-M6 to 2.4.1 - #106

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/fs2.version-2.4.1
Closed

Bump fs2.version from 0.10.0-M6 to 2.4.1#106
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/fs2.version-2.4.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps fs2.version from 0.10.0-M6 to 2.4.1.
Updates fs2-io_2.12 from 0.10.0-M6 to 2.4.1

Release notes

Sourced from fs2-io_2.12's releases.

v2.4.1

The 2.4.1 release is a rebuild of 2.4.0 with fixed Scala.js JARs. The 2.4.0 release were corrupted due to a build issue.

v2.4.0

This is the eighth 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 was removed in favor of compile.to(X).

This release is built for Scala 2.12 and 2.13 and Scala.js 1.0.0 and 0.6.32.

This release includes a couple fixes for memory leaks and hence, upgrading is highly encouraged.

Since 2.3.0, the following notable changes have occurred:

Features:

  • Added collectWhile to Stream (#1870)
  • Adjusted thread names of tcp.SocketGroup (#1862)
  • Added zipWithIndex to Chunk (#1859)
  • Added parZip to Stream (#1858)
  • Added chunkAll to Stream (#1855)
  • Added ability to construct a Stream from an F[_]: Foldable or an Iterable (#1830)
  • Improved compression.gunzip to output chunks eagerly (#1843)
  • Enhanced compression to allow configuration of deflate flush mode (#1842)

Bugs:

  • Fixed a memory leak in Stream.retry and in general, with pulls that do not consume all elements from the source (#1885)
  • Fixed a memory leak in SignallingRef (which impacts combinators like parJoin) (#1889)
  • Fixed a deadlock / stall in TLSEngine (#1877 #1873)
  • Fixed a bug in base64Decode where final non-padding byte could be lost (#1852 #1853)
  • Fixed a soundness bug that allowed a pure pull to be used on effectful streams (#1838 #1839)

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

git shortlog -sn --no-merges "v2.3.0".."v2.4.0"
    25  Michael Pilquist
    20  Scala Steward
    11  Fabio Labella
     8  Greg Atkinson
     4  Nick Hallstrom
     4  Damien O'Reilly
     2  Jakub Kozłowski
     2  Paulius Imbrasas
     1  Zelenya
     1  d.semenov
     1  geoffjohn11
     1  mhughe008
     1  Alex Zolotko
     1  sanjiv sahayam
     1  Arturas Slajus
</tr></table> ... (truncated)
Commits
  • f0f33aa Setting version to 2.4.1
  • eeefcb2 Upgraded to scodec-bits 1.1.16
  • 2e69cd4 Kick off site publication
  • 4ce3acd Fix automated publishing of microsite (#1893)
  • 4d30690 Merge pull request #1892 from scala-steward/update/scodec-bits-1.1.15
  • 42a1dea Update scodec-bits to 1.1.15
  • 4b72a84 Merge pull request #1890 from gvolpe/site/automated-publishing-on-ci
  • e7a70ad Publish microsite using Github token
  • 327a7d0 Automate publishing of microsite using Nix shell
  • a9f25d0 Setting version to 2.5.0-SNAPSHOT
  • Additional commits viewable in compare view

Updates fs2-core_2.12 from 0.10.0-M6 to 2.4.1

Release notes

Sourced from fs2-core_2.12's releases.

v2.4.1

The 2.4.1 release is a rebuild of 2.4.0 with fixed Scala.js JARs. The 2.4.0 release were corrupted due to a build issue.

v2.4.0

This is the eighth 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 was removed in favor of compile.to(X).

This release is built for Scala 2.12 and 2.13 and Scala.js 1.0.0 and 0.6.32.

This release includes a couple fixes for memory leaks and hence, upgrading is highly encouraged.

Since 2.3.0, the following notable changes have occurred:

Features:

  • Added collectWhile to Stream (#1870)
  • Adjusted thread names of tcp.SocketGroup (#1862)
  • Added zipWithIndex to Chunk (#1859)
  • Added parZip to Stream (#1858)
  • Added chunkAll to Stream (#1855)
  • Added ability to construct a Stream from an F[_]: Foldable or an Iterable (#1830)
  • Improved compression.gunzip to output chunks eagerly (#1843)
  • Enhanced compression to allow configuration of deflate flush mode (#1842)

Bugs:

  • Fixed a memory leak in Stream.retry and in general, with pulls that do not consume all elements from the source (#1885)
  • Fixed a memory leak in SignallingRef (which impacts combinators like parJoin) (#1889)
  • Fixed a deadlock / stall in TLSEngine (#1877 #1873)
  • Fixed a bug in base64Decode where final non-padding byte could be lost (#1852 #1853)
  • Fixed a soundness bug that allowed a pure pull to be used on effectful streams (#1838 #1839)

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

git shortlog -sn --no-merges "v2.3.0".."v2.4.0"
    25  Michael Pilquist
    20  Scala Steward
    11  Fabio Labella
     8  Greg Atkinson
     4  Nick Hallstrom
     4  Damien O'Reilly
     2  Jakub Kozłowski
     2  Paulius Imbrasas
     1  Zelenya
     1  d.semenov
     1  geoffjohn11
     1  mhughe008
     1  Alex Zolotko
     1  sanjiv sahayam
     1  Arturas Slajus
</tr></table> ... (truncated)
Commits
  • f0f33aa Setting version to 2.4.1
  • eeefcb2 Upgraded to scodec-bits 1.1.16
  • 2e69cd4 Kick off site publication
  • 4ce3acd Fix automated publishing of microsite (#1893)
  • 4d30690 Merge pull request #1892 from scala-steward/update/scodec-bits-1.1.15
  • 42a1dea Update scodec-bits to 1.1.15
  • 4b72a84 Merge pull request #1890 from gvolpe/site/automated-publishing-on-ci
  • e7a70ad Publish microsite using Github token
  • 327a7d0 Automate publishing of microsite using Nix shell
  • a9f25d0 Setting version to 2.5.0-SNAPSHOT
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `fs2.version` from 0.10.0-M6 to 2.4.1.

Updates `fs2-io_2.12` from 0.10.0-M6 to 2.4.1
- [Release notes](https://github.com/functional-streams-for-scala/fs2/releases)
- [Changelog](https://github.com/functional-streams-for-scala/fs2/blob/master/CHANGELOG.md)
- [Commits](typelevel/fs2@v0.10.0-M6...v2.4.1)

Updates `fs2-core_2.12` from 0.10.0-M6 to 2.4.1
- [Release notes](https://github.com/functional-streams-for-scala/fs2/releases)
- [Changelog](https://github.com/functional-streams-for-scala/fs2/blob/master/CHANGELOG.md)
- [Commits](typelevel/fs2@v0.10.0-M6...v2.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #107.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/maven/fs2.version-2.4.1 branch June 15, 2020 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants