Skip to content

Update dependency MagicOnion to 7.10.2#1306

Open
renovate[bot] wants to merge 1 commit into
dev8from
renovate/magiconion-7.x
Open

Update dependency MagicOnion to 7.10.2#1306
renovate[bot] wants to merge 1 commit into
dev8from
renovate/magiconion-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
MagicOnion 7.0.47.10.2 age confidence

Release Notes

Cysharp/MagicOnion (MagicOnion)

v7.10.2

Compare Source

What's Changed

Other Changes

Full Changelog: Cysharp/MagicOnion@7.10.1...7.10.2

v7.10.1

Compare Source

What's Changed
Other Changes
Housekeeping
New Contributors

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

v7.10.0

Compare Source

What's Changed

Features
Other Changes
Housekeeping

New Contributors

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

v7.0.9

Compare Source

What's Changed

Fixes
  • Fix an AggregateException exception occurring during connection attempt by @​mayuki in #​1023
Other Changes

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

v7.0.8

Compare Source

What's Changed

Fixes
Other Changes

New Contributors

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

v7.0.7

Compare Source

What's Changed

Improvements
Fixes
  • Don't reference ConnectAsync's CancellationToken while waiting for the first message by @​mayuki in #​991
Other Changes

New Contributors

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

v7.0.6

Compare Source

What's Changed

Redis Sharded Pub/Sub support (#​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

v7.0.5

Compare Source

What's Changed

Fixes
  • Enable cancellation of connection establishment to StreamingHub by @​mayuki in #​953
  • Wait for the queue to complete before completing the request. by @​mayuki in #​955
  • Improve disconnection handling with safe cleanup and logging by @​mayuki in #​956
Other Changes

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


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 1am,before 5am,before 9am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/magiconion-7.x branch from 3c98289 to 60d65e1 Compare July 1, 2026 01:45
@renovate renovate Bot changed the title Update dependency MagicOnion to 7.10.1 Update dependency MagicOnion to 7.10.2 Jul 1, 2026
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