Cqrs.WebApi
2.3.1584.809
Use ASP.NET Web API with CQRS.NET
See the version list below for details.
Install-Package Cqrs.WebApi -Version 2.3.1584.809
dotnet add package Cqrs.WebApi --version 2.3.1584.809
<PackageReference Include="Cqrs.WebApi" Version="2.3.1584.809" />
paket add Cqrs.WebApi --version 2.3.1584.809
Release Notes
Version 2.3
* Added IEventWithIdentity and ICommandWithIdentity to provide better event and command traceability versus aggregate and saga identification.
* Relaxed a lot of rules relating to WebAPI usage. Several constraints have now been removed.
* Corrected an issue with getting tokens from query strings.
* Added support for storing auth tokens on the browser in local storage or session storage.
Version 2.2
* Added CORS support with Microsoft.AspNet.WebApi.Cors.
* Refactored CqrsHttpApplication into the base CQRS package and migrated current usages to CqrsHttpApplicationWithSignalR.
* Relaxed the rules on the TAuthenticationToken type in HelpPageConfig. Switched to using "Cqrs.AuthenticationTokenType" app setting resolution.
* Allowed the loaded assembly XML documentation files in HelpPageConfig to be overridden if desired.
* Added support for generating documentation from HttpResponseMessage if you use HttpResponseMessage{TData}.
Version 2.1
* Added a Client WebAPI controller - something that was part of the blank solutions, but moving here for more broad use.
* Updated Microsoft.AspNet.SignalR.Core to version 2.2.2
Version 2.0
* Added a WebAPI controller
* Added a SignalR Hub and the class to proxy events from the message bus out over singalR.
* Added an implementation for notification proxy of NotifyCallerEventAttribute and NotifyEveryoneEventAttribute, but NOT NotifyEveryoneExceptCallerEventAttribute.
* Added a form-multipart encoded media type formatter
Dependencies
-
- cdmdotnet.Logging (>= 1.2.95.72)
- cdmdotnet.StateManagement (>= 3.0.13.9)
- Cqrs (= 2.3.1584.809)
- Microsoft.AspNet.Cors (>= 5.2.3)
- Microsoft.AspNet.SignalR.Core (>= 2.2.2)
- Microsoft.AspNet.WebApi.Cors (>= 5.2.3)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Microsoft.Owin (>= 3.0.1)
- Microsoft.Owin.Cors (>= 3.0.1)
- Microsoft.Owin.Host.SystemWeb (>= 2.1.0)
- Newtonsoft.Json (>= 6.0.8)
GitHub Usage
Showing the top 1 GitHub repositories that depend on Cqrs.WebApi:
Repository | Stars | |
---|---|---|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
2.4.1639.856 | 247 | 8/17/2018 | ||
2.4.1622.842 | 241 | 6/29/2018 | ||
2.4.1621.841 | 224 | 6/24/2018 | ||
2.4.1619.839 | 225 | 6/24/2018 | ||
2.3.1595.820 | 275 | 3/29/2018 | ||
2.3.1584.809 | 256 | 3/20/2018 | ||
2.3.1583.808 | 244 | 3/20/2018 | ||
2.3.1581.806 | 247 | 3/15/2018 | ||
2.3.1580.805 | 253 | 3/8/2018 | ||
2.3.1579.804 | 261 | 3/8/2018 | ||
2.3.1572.797 | 257 | 2/19/2018 | ||
2.2.1466.702 | 284 | 9/18/2017 | ||
2.2.1440.678 | 265 | 8/1/2017 | ||
2.2.1428.666 | 266 | 7/25/2017 | ||
2.2.1410.652 | 248 | 7/23/2017 | ||
2.2.1405.647 | 574 | 7/23/2017 | ||
2.1.1347.590 | 463 | 6/23/2017 | ||
2.0.1317.561 | 281 | 6/6/2017 | ||
1.601.1108.447 | 325 | 11/5/2016 |