All notable changes to this project will be documented in this file, which has been inspired by the example and guidance at keepachangelog.com
This project adheres to Semantic Versioning.
Current Focus - Unreleased
- Dropped support for web sockets for now. Favoring HTTP POST's and Server Sent Events.
- Integrated in a default, in-memory message store.
- Added
[PromoteTo("...")]
and[PromoteToXyz]
attributes and support to promote message properties into the indices bag. IResource
andIInspector
designs are complete and implemented.- Removed hosting layer abstration from original v2 prototype.
- Update to ASP.NET 5 1.0.0-beta7-12290, along with ASP.NET Beta 5 Visual Studio 2015 Tooling.
- Added readme.md that covers how to run sample projects.