Ver.5.1.0
⚠ 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