Skip to content

Releases: dpvreony/whipstaff

net5 migration

18 Nov 20:27
e374b38
Compare
Choose a tag to compare

breaking change migrated to net5

CQRS interface fix

14 Oct 20:47
196e717
Compare
Choose a tag to compare

Fixes a typo in the Controller base class for GetDeleteCommandAsync

CQRS interfaces

14 Oct 16:53
252f173
Compare
Choose a tag to compare
  • Adds CQRS command and query factory interfaces. Allows CQRS to be abstracted away from controllers that have standard behaviour (such as access control, request validation, fire off a C\Q and push the data out)
  • Update of nuget packages

maintenance release

04 Sep 21:12
4f70243
Compare
Choose a tag to compare

Updates of nuget dependencies

new app package

08 May 19:49
20b372d
Compare
Choose a tag to compare

release of the app package. contains helpers for app init and mediatr without reflection

controller extension

08 May 18:15
75362a9
Compare
Choose a tag to compare

extension to allow listing without constraining that it use a auditable request dto

addition of server details middleware

29 Apr 21:33
822cb3f
Compare
Choose a tag to compare

addition of a middleware to expose from behind an NLB which server returned a request. can either be the server name or a token of your choice. useful for diagnostics, support or canary releases

x-forward-for nlb and mediatr init speed

12 Apr 23:24
a514fa8
Compare
Choose a tag to compare

add middleware to require x-forward-for headers on an NLB.
logic for initialising mediatr without the use of reflection.
general nuget package updates

net core 3.1

13 Dec 20:49
fadb870
Compare
Choose a tag to compare

updated to support net core 3.1

net core 3

02 Dec 19:59
08b1817
Compare
Choose a tag to compare

migrated to .net core 3
various package dependency updates