Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 1.38 KB

Change Log

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

Added

Changed

  • 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 and IInspector 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.