Releases: Cysharp/MagicOnion
Ver 2.6.1
Ver 2.4.0
- Update gRPC dependency(
2.23.0
) both server and Unity- braking changes, removed
System.Interactive.Async
dependency
- braking changes, removed
- Improve Filter APIs, support DI etc. #187
- breaking changes, Filter API changed to
public override async ValueTask Invoke(ServiceContext context, Func<ServiceContext, Task> next)
- breaking changes, Filter API changed to
- Improve Options configuration. #182
- Add
RequestContext.SetRequestMutator/SetResponseMutator
Ver 2.3.0
Add ClientFilter, see: https://github.com/Cysharp/MagicOnion#clientfilter
This change requires runtime update and code-generator update.
Ver 2.2.1
Ver 2.2.0
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)
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
Ver 2.0.4
- 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
Add new StreamingHub feature.
Moved neuecc/MagicOnion to Cysharp/MagicOnion.
Supports ValueTask filter and many more.
Ver 2.0.x-alpha
for-details, see pullrequest comments: #58