Skip to content

v1.4.0

Compare
Choose a tag to compare
@Y-Sindo Y-Sindo released this 12 May 08:10
· 41 commits to master since this release
99a4b31

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.