Skip to content

Releases: engineering87/WART

WART-Core 5.3.3

10 Oct 16:57
Compare
Choose a tag to compare
  • Add SignalR Event Dispatching for Specific Groups
  • Update packages

WART-Core 5.3.2

08 Sep 16:58
Compare
Choose a tag to compare

Added a custom decorator to exclude APIs that we are not interested in propagating via SignalrR

WART-Core 5.3.1

19 Aug 07:16
Compare
Choose a tag to compare

Some code refactor and packages update

WART-Core 5.3.0

17 Jun 14:04
Compare
Choose a tag to compare
  • Add SerializationHelper
  • Async SignalR send
  • Better code for both Web Api and Client samples

WART-Core 5.2.0

02 Jun 17:54
Compare
Choose a tag to compare
  • Fix request\response deserialization
  • Multiple SignalR hub support
  • Migrate from Newtonsoft.Json to System.Text.Json
  • JSON WART event beautifier

WART-Core 5.1.0

25 Apr 17:38
Compare
Choose a tag to compare

Update dependencies in WART-Core

  • Microsoft.AspNetCore.Authentication.JwtBearer to 8.0.4

Update dependencies in WART-Client

  • Microsoft.AspNetCore.SignalR.Client to 8.0.4
  • System.IdentityModel.Tokens.Jwt to 7.5.1

WART-Core 5.0.0

10 Feb 15:57
Compare
Choose a tag to compare

Bumb to .NET 8

WART-Core 4.0.0

16 Oct 21:42
Compare
Choose a tag to compare

Upgrade to .NET 7 and removed deprecated dependencies:

  • Microsoft.AspNetCore.Mvc.Cors
  • Microsoft.AspNetCore.Cors

WART-Core 3.0.0

23 Jan 21:07
Compare
Choose a tag to compare

Upgrade .NET 6
Update packages

WART-Core 2.0.0

10 Apr 14:15
4f4a8da
Compare
Choose a tag to compare
  • .NET 5.0 upgrade
  • add JWT bearer authentication
  • packages update