Skip to content

Bump cats-effect_2.12 from 0.4 to 3.0-f6fe01c - #110

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps cats-effect_2.12 from 0.4 to 3.0-f6fe01c.

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
Commits

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)

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #111.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/maven/org.typelevel-cats-effect_2.12-3.0-f6fe01c branch July 13, 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