5.1.0
版本发布时间: 2023-01-27 18:41:14
Cysharp/MagicOnion最新发布版本:6.1.4(2024-07-17 15:51:31)
⚠ Important: Fixes handling of null values in request/response. in https://github.com/Cysharp/MagicOnion/pull/610
Version 5.0.x series cannot handle null
passed in the request and response.
If the request/response is value type (struct
) or if the method takes more than one argument, it is not affected, but we strongly recommend upgrading.
Breaking changes
ResponseContext<T>
class is now abstract and ResponseContext<T>.Create
method is used instead of a constructor.
What's Changed
Bug Fixes
- Fix method signature of MemoryPackFormatter for Unity by @mayuki in https://github.com/Cysharp/MagicOnion/pull/611
- Remove DynamicClientBuilder when targeting .NET Standard on Unity by @mayuki in https://github.com/Cysharp/MagicOnion/pull/606
Other Changes
- Update PerformanceTest by @mayuki in https://github.com/Cysharp/MagicOnion/pull/605
- Bump
OpenTelemetry
to1.3.2
version by @moreal in https://github.com/Cysharp/MagicOnion/pull/608
New Contributors
- @moreal made their first contribution in https://github.com/Cysharp/MagicOnion/pull/608
Full Changelog: https://github.com/Cysharp/MagicOnion/compare/5.0.2...5.1.0
1、 MagicOnion.Client.Unity.unitypackage 171.55KB