Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2021

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

Release notes

Sourced from fs2-io_2.12's releases.

v3.2.2

What's Changed

New Contributors

Full Changelog: typelevel/fs2@v3.2.1...v3.2.2

v3.2.1

What's Changed

Full Changelog: typelevel/fs2@v3.2.0...v3.2.1

v3.2.0

FS2 3.2.0 supports Scala 2.12, 2.13, and 3.1 and Cats Effect 3.

This release features the incorporation of scodec-stream and codec-protocols in to fs2 proper.

  • The fs2-core module has a new fs2.Scan type for building compositional, pure, stateful transformations.
  • The fs2-core module also has a new fs2.timeseries package for working with time stamped streams.
  • The new fs2-scodec module defines the fs2.interop.scodec package, defining StreamDecoder and StreamEncoder
  • The new fs2-protocols module provides various examples of using these types.

Checkout the time series and scodec sections of the guide for more information.

What's Changed

Full Changelog: typelevel/fs2@v3.1.6...v3.2.0

v3.1.6

What's Changed

New Contributors

... (truncated)

Commits
  • f45a357 Merge pull request #2692 from scala-steward/update/jnr-unixsocket-0.38.12
  • 23f8499 Merge pull request #2684 from eugeniasimich/spaced
  • 3409650 added spaced function
  • 6163cc4 Merge pull request #2694 from diesalbla/issue_2693_memory_leak
  • 2dd3944 Pull - Fix Memory Leak Issue 2693
  • 09f0055 Update jnr-unixsocket to 0.38.12
  • 8dabe12 Merge pull request #2691 from nikiforo/scodec
  • b6d23fe added regression test for scodec-stream subproject
  • e7bcbb1 Merge pull request #2690 from armanbilge/patch-11
  • 1ae8a3c ipv6 is 16 bytes
  • Additional commits viewable in compare view

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

Release notes

Sourced from fs2-core_2.12's releases.

v3.2.2

What's Changed

New Contributors

Full Changelog: typelevel/fs2@v3.2.1...v3.2.2

v3.2.1

What's Changed

Full Changelog: typelevel/fs2@v3.2.0...v3.2.1

v3.2.0

FS2 3.2.0 supports Scala 2.12, 2.13, and 3.1 and Cats Effect 3.

This release features the incorporation of scodec-stream and codec-protocols in to fs2 proper.

  • The fs2-core module has a new fs2.Scan type for building compositional, pure, stateful transformations.
  • The fs2-core module also has a new fs2.timeseries package for working with time stamped streams.
  • The new fs2-scodec module defines the fs2.interop.scodec package, defining StreamDecoder and StreamEncoder
  • The new fs2-protocols module provides various examples of using these types.

Checkout the time series and scodec sections of the guide for more information.

What's Changed

Full Changelog: typelevel/fs2@v3.1.6...v3.2.0

v3.1.6

What's Changed

New Contributors

... (truncated)

Commits
  • f45a357 Merge pull request #2692 from scala-steward/update/jnr-unixsocket-0.38.12
  • 23f8499 Merge pull request #2684 from eugeniasimich/spaced
  • 3409650 added spaced function
  • 6163cc4 Merge pull request #2694 from diesalbla/issue_2693_memory_leak
  • 2dd3944 Pull - Fix Memory Leak Issue 2693
  • 09f0055 Update jnr-unixsocket to 0.38.12
  • 8dabe12 Merge pull request #2691 from nikiforo/scodec
  • b6d23fe added regression test for scodec-stream subproject
  • e7bcbb1 Merge pull request #2690 from armanbilge/patch-11
  • 1ae8a3c ipv6 is 16 bytes
  • 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)

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

Updates `fs2-io_2.12` from 0.10.0-M6 to 3.2.2
- [Release notes](https://github.com/typelevel/fs2/releases)
- [Changelog](https://github.com/typelevel/fs2/blob/main/CHANGELOG.md)
- [Commits](typelevel/fs2@v0.10.0-M6...v3.2.2)

Updates `fs2-core_2.12` from 0.10.0-M6 to 3.2.2
- [Release notes](https://github.com/typelevel/fs2/releases)
- [Changelog](https://github.com/typelevel/fs2/blob/main/CHANGELOG.md)
- [Commits](typelevel/fs2@v0.10.0-M6...v3.2.2)

---
updated-dependencies:
- dependency-name: co.fs2:fs2-io_2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: co.fs2:fs2-core_2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2021

Superseded by #188.

@dependabot dependabot bot closed this Dec 7, 2021
@dependabot dependabot bot deleted the dependabot/maven/fs2.version-3.2.2 branch December 7, 2021 03:00
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.

1 participant