Skip to content

Bump cats-effect_2.12 from 0.4 to 2.1.3 - #100

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.typelevel-cats-effect_2.12-2.1.3
Closed

Bump cats-effect_2.12 from 0.4 to 2.1.3#100
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.typelevel-cats-effect_2.12-2.1.3

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps cats-effect_2.12 from 0.4 to 2.1.3.

Release notes

Sourced from cats-effect_2.12's releases.

v2.1.3

This is the fifth major release in the Cats Effect 2.x lineage. It is fully binary compatible with all 2.x.y releases. As a note on ScalaJS support, we will be maintaining the cross-build between 0.6.x and 1.0.x until Cats Effect 2.2.0, which will exclusively be published for 1.0.x.

User-Facing Pull Requests

Special thanks to each and every one of you!

v2.1.2

This is the fourth major release in the Cats Effect 2.x lineage. It is fully binary compatible with all 2.x.y releases. This is also the first release made available for ScalaJS 1.0.0 (final). As a note on ScalaJS support, we will be maintaining the cross-build between 0.6.x and 1.0.x until Cats Effect 2.2.0, which will exclusively be published for 1.0.x.

User-Facing Pull Requests

Special thanks to each and every one of you!

v2.1.1

This is the third major release in the Cats Effect 2.x lineage. It is fully binary compatible with all 2.0.x releases. Note that this version has not been released for ScalaJS 1.0.0 (final). There will be a 2.1.2 within the next few days which covers that version and drops support for 1.0-RC.

User-Facing Pull Requests

Other contributors: @travisbrown, @raboof

Special thanks to each and every one of you!

v2.1.0

This is the second major release in the Cats Effect 2.x lineage. It is fully binary compatible with all 2.0.x releases, and should be source compatible in all but a few rare edge cases. It is also the first Cats Effect release which is not published for Scala 2.11. Cross-builds are available for 2.12 and 2.13 only.

Notable New Features

  • New SyncEffect typeclass: analogous to Effect, but for non-asynchronous datatypes such as SyncIO

  • Concurrent#background function, similar to start, but with resource handling wrapped around the Fiber to ensure it is properly scoped and cannot leak

  • Resource is now covariant in both its F[_] and A parameter types. This makes it considerably more convenient to use in conjunction with subtype encodings. A common example:

    if (test)
      Resource.liftF(IO.pure(Some(42)))
    else
... (truncated)
Commits
  • 3390090 Merge pull request #835 from kubukoz/resource-mapk-no-bracket
  • 9c71e7a Remove Bracket constraint from Resource.mapK
  • 81bff41 Merge pull request #832 from scala-steward/update/sbt-scalafmt-2.3.4
  • 2fe8788 Update sbt-scalafmt to 2.3.4
  • 7260fd4 Merge pull request #829 from scala-steward/update/sbt-header-5.5.0
  • 1db6f85 Update sbt-header to 5.5.0
  • 57ecbf8 Merge pull request #824 from joroKr21/scala-2.12.11
  • 49b21ea Merge pull request #825 from scala-steward/update/sbt-1.3.9
  • 7b2feb9 Update sbt to 1.3.9
  • 666f824 Update to Scala 2.12.11
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [cats-effect_2.12](https://github.com/typelevel/cats-effect) from 0.4 to 2.1.3.
- [Release notes](https://github.com/typelevel/cats-effect/releases)
- [Changelog](https://github.com/typelevel/cats-effect/blob/master/verifying-releases.md)
- [Commits](typelevel/cats-effect@v0.4...v2.1.3)

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

Copy link
Copy Markdown
Contributor Author

Superseded by #110.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/maven/org.typelevel-cats-effect_2.12-2.1.3 branch July 10, 2020 03:13
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