Skip to content

v3.6

Compare
Choose a tag to compare
@dsuryd dsuryd released this 25 Nov 05:03
· 576 commits to master since this release

Features

  • Support SignalR using System.Text.Json serialization (#220).
  • Add hubOptions.connectionBuilder settings to support configuring MessagePack (#221).
  • Support CRUD APIs passing collection of items.

Bug Fixes

  • Defer registration of entry assembly until it's confirmed there's no other assembly, to avoid exception being thrown prematurely if the entry assembly contains no view model.