github Cysharp/MagicOnion 5.1.0
Ver.5.1.0

latest releases: 7.0.0-rc3, 7.0.0-rc2, 7.0.0-rc1...
24 months ago

⚠ Important: Fixes handling of null values in request/response. in #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 #611
  • Remove DynamicClientBuilder when targeting .NET Standard on Unity by @mayuki in #606

Other Changes

New Contributors

Full Changelog: 5.0.2...5.1.0

Don't miss a new MagicOnion release

NewReleases is sending notifications on new releases.