Skip to content

Releases: Cysharp/MagicOnion

Ver 2.6.2

03 Oct 03:57
Compare
Choose a tag to compare

Fix compatibility with Microsoft.Extensions.Hosting 3.0.0 #202

Ver 2.6.1

20 Sep 11:19
Compare
Choose a tag to compare

Add StreamingHub.BroadcastTo/BroadcastToSelf

Ver 2.4.0

09 Sep 12:30
Compare
Choose a tag to compare
  • Update gRPC dependency(2.23.0) both server and Unity
    • braking changes, removed System.Interactive.Async dependency
  • Improve Filter APIs, support DI etc. #187
    • breaking changes, Filter API changed to public override async ValueTask Invoke(ServiceContext context, Func<ServiceContext, Task> next)
  • Improve Options configuration. #182
  • Add RequestContext.SetRequestMutator/SetResponseMutator

Ver 2.3.0

08 Aug 14:25
63d3f94
Compare
Choose a tag to compare

Add ClientFilter, see: https://github.com/Cysharp/MagicOnion#clientfilter
This change requires runtime update and code-generator update.

Ver 2.2.1

30 Jul 05:57
Compare
Choose a tag to compare

Add MagicOnion.OpenTelemetry package
Update gRPC, MessagePack dependencies

Ver 2.2.0

01 Jul 08:05
Compare
Choose a tag to compare

Fix: DynamicArgumentTuple is not registered when return type is embedded array type. #164, thanks @honda-tatsuya
Add: ServiceContext.GetRawRequest, SetRawRequest, GetRawResponse, SetRawResponse. There are useful to modify request/result in filter(like encryption).

Ver 2.1.0(2.1.2)

14 May 11:39
Compare
Choose a tag to compare

Update gRPC dependency to 1.20.1
Fix StreamingHub receive events only consume one message per frame.
Update SwaggerUI to MagicOnion.HttpGateway
Add Generic Host's DI support to MagicOnion.Hosting
Add MagicOnionHost.CreateDefaultBuilder to MagicOnion.Hosting
Braking Changes, Drop .NET Framework support
Braking Changes, StreamingHubClient.OnBroadcastEvent only supports void

Ver 2.1.2

On NuGet version is 2.1.2, it is same as 2.1.0 but fixed AssemblyFileVersion

Ver 2.0.5

28 Feb 08:14
Compare
Choose a tag to compare

Add support for F# #94, thanks @GnicoJP
Update gRPC dependency to 1.19.0.
Breaking Changes: disallow partial interface defnition

Unity and CodeGenerator does not have changed.

Ver 2.0.4

05 Feb 11:16
Compare
Choose a tag to compare
  • update gRPC depenency to latest(1.18.0)
  • support .NET Framework 4.5
  • add generic host extension(MagicOnion.Hosting)
  • .NET Standard 2.0, search hub type from all assemblies in default
  • fix invalid code generation in moc when using enum and custom namespace
  • (Braking Changes) UnsafeBlitResolver write valid msgpack binary

MagicOnion2

14 Dec 11:24
43757dd
Compare
Choose a tag to compare

Add new StreamingHub feature.
Moved neuecc/MagicOnion to Cysharp/MagicOnion.
Supports ValueTask filter and many more.