Skip to content

Comments

Bump MagicOnion.Abstractions from 7.0.4 to 7.10.0#689

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/Application/MagicOnion.Abstractions-7.10.0
Open

Bump MagicOnion.Abstractions from 7.0.4 to 7.10.0#689
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/Application/MagicOnion.Abstractions-7.10.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Updated MagicOnion.Abstractions from 7.0.4 to 7.10.0.

Release notes

Sourced from MagicOnion.Abstractions's releases.

7.10.0

What's Changed

Features

Other Changes

Housekeeping

New Contributors

Full Changelog: Cysharp/MagicOnion@7.0.9...7.10.0

7.0.9

What's Changed

Fixes

Other Changes

Full Changelog: Cysharp/MagicOnion@7.0.8...7.0.9

7.0.8

What's Changed

Fixes

Other Changes

New Contributors

Full Changelog: Cysharp/MagicOnion@7.0.7...7.0.8

7.0.7

What's Changed

Improvements

Fixes

Other Changes

New Contributors

Full Changelog: Cysharp/MagicOnion@7.0.6...7.0.7

7.0.6

What's Changed

Redis Sharded Pub/Sub support (Cysharp/MagicOnion#963)

Sharded Pub/Sub can now be used by specifying RedisChannelFactory.Sharded in the ChannelFactory property of RedisGroupOptions, as shown in the code below.

services.Configure<RedisGroupOptions>(options =>
{
    options.ChannelFactory = RedisChannelFactory.Sharded;
});

Other Changes

New Contributors

Full Changelog: Cysharp/MagicOnion@7.0.5...7.0.6

7.0.5

What's Changed

Fixes

Other Changes

Full Changelog: Cysharp/MagicOnion@7.0.4...7.0.5

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 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)

---
updated-dependencies:
- dependency-name: MagicOnion.Abstractions
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 19, 2026
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants