Releases: dpvreony/whipstaff
Releases · dpvreony/whipstaff
net5 migration
breaking change migrated to net5
CQRS interface fix
Fixes a typo in the Controller base class for GetDeleteCommandAsync
CQRS interfaces
- 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
Updates of nuget dependencies
new app package
release of the app package. contains helpers for app init and mediatr without reflection
controller extension
extension to allow listing without constraining that it use a auditable request dto
addition of server details middleware
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
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
updated to support net core 3.1
net core 3
migrated to .net core 3
various package dependency updates