Event Store Server
- (#729) - (All Platforms) - Ensure that the max client read size (4096) is adhered to. Check the status of the projection before handling an enable.
- (#728) - (All Platforms) - Remove the double hash in run-node scripts.
- (#727) - (All Platforms) - Add the ability to specify where the index is to be stored. This option is exposed via the options system (command line, environment and config file).
- (#744) - (All Platforms) - Message timeouts now uses UTC instead of local timestamps
- (#740) - (All Platforms) - Moving the subscriptions to concurrent dictionary. There were issues related due to dictionary and threading highlighted in the following groups discussion (https://groups.google.com/forum/#!topic/event-store/991cAF157bM)
- (#734) - (All Platforms) - Improved replication performance in 5 node clusters.
- (#730) - (All Platforms) - Honour projection authorisation.
Event Store UI
- (EventStore/EventStore.UI@f177ebc) - When creating a persistent subscription and it fails, show the reason for the failure.
- (EventStore/EventStore.UI@3383d8c) -
Include a view to show the status of the cluster.