v1.4.0
Attention
This version has a known issue of overwriting the JsonConvert.DefaultSettings
, see #229.
Features
For languages other than C#
- Support custom router logic. See docs.
- You don't need to specify a group name for "remove all" action in the JSON. (#219)
- You don't need to take care of the C# JSON hub protocol configuration.
Fixes
C#
- Remove [Obsolete] of ServerlessHub sync negotiate method (#224) as we found it is a breaking change.