Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.smallrye.reactive:mutiny from 2.6.0 to 2.7.0 #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps io.smallrye.reactive:mutiny from 2.6.0 to 2.7.0.

Release notes

Sourced from io.smallrye.reactive:mutiny's releases.

2.7.0

Changelog

🚀 Features

  • f66e00e improve type safety when combining unis with limited concurrency
  • 86928f0 Add initial implementation and tests for distinct by key
  • 671f86e provide a more agressive class pruning in the JCTools shading
  • 55c8d14 produce a no-dependencies shaded Mutiny jar, closes #1577

🐛 Fixes

Uni

  • 54a161d 🚨 align the Uni::eventually operators to onTermination() semantics - this may break code bases where onItemOrFailure() semantics were correctly assumed and cancellation was handled separately., closes #1742

unscoped

  • bd4d3ad timing issue in MultiOnSubscribeCall where the Multi could terminate before the Uni, closes #1678

🔄️ Changes

  • 4b0e0af clear RevAPI breaking change justifications after 2.7.0-RC4
  • 066db16 reformat test files
  • 9591080 document lock usage and wrap addSupressed(err)

🧪 Tests

🧰 Tasks

release

  • d38a17d update version metadata for Mutiny 2.7.0
  • 8e5c2fe set development version to 999-SNAPSHOT
  • 6316213 update version metadata for Mutiny 2.7.0-RC5
  • 115afa7 clear RevAPI breaking change justifications
  • e9abed6 set development version to 999-SNAPSHOT
  • a75c140 update version metadata for Mutiny 2.7.0-RC4
  • 333729d prepare for next development iteration
  • 2b500de prepare release 2.7.0-RC3
  • 4d9291f update metadata for Mutiny 2.7.0-RC3
  • 0a1a47f update metadata for Mutiny 2.7.0-RC2
  • bcc68a7 update metadata for Mutiny 2.7.0-RC1
  • f95d2d2 release version 2.7.0-RC1
  • 96253c5 set development version to 999-SNAPSHOT

unscoped

🛠 Build

Maven

  • 3e0a0d8 remove the repositories section in POM

... (truncated)

Commits
  • d38a17d chore(release): update version metadata for Mutiny 2.7.0
  • 7368212 Merge pull request #1751 from smallrye/dependabot/maven/io.reactivex.rxjava3-...
  • c8f9aa2 build(deps-dev): bump io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.10
  • 0109b8d docs(release): remove outdated release instructions from CONTRIBUTING.md
  • d97f229 build(docs): upgrade MkDocs and related dependencies
  • 5115fd3 Merge pull request #1750 from smallrye/dependabot/github_actions/codecov/code...
  • e051cf2 build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7
  • 247b464 Merge pull request #1748 from jponge/build/ci-and-build-files-cleanup
  • 38be323 docs(release): document the current release process
  • 118fa39 build(release): remove outdated build and release files
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@2.6.0...2.7.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:mutiny
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2024
@dependabot dependabot bot requested a review from sberyozkin November 26, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants