v3.6
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.