github Cysharp/MagicOnion 7.0.6

one month ago

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

  • Update extensibility.md by @gdh2222 in #957
  • docs: fixed streaming-hub's not-working docs by @OJII3 in #960
  • Update extensibility.md by @freetale in #959
  • Apply fixes from PR #960 and #959 to Japanese and Korean documentation by @Copilot in #962
  • Update Multicaster package version to 2.1.1 by @mayuki in #964

New Contributors

Full Changelog: 7.0.5...7.0.6

Don't miss a new MagicOnion release

NewReleases is sending notifications on new releases.