All Versions
59
Latest Version
Avg Release Cycle
49 days
Latest Release
1403 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.0.9 Changes
- ๐ Features
- The incremental subscriptions support was revamped to work on a MessageType level instead of subscription level (it couldn't handle the required load).
- The Directory server Cassandra implementation was modified to support the new dynamic subscriptions efficiently.
- All packages are now supporting SymbolSource.
- ๐ Features
-
v1.0.8 Changes
- ๐ Features
- CustomDelegatedProcessingFailed was removed (it should never have been in the public API).
- ๐ Features
-
v1.0.7 Changes
- ๐ Bug fixes
- The Cassandra Directory server implementation was ignoring some updates because the DateTime.Kind was not set and some timestamps where erroneously converted to Utc.
- ๐ Bug fixes
-
v1.0.6 Changes
- ๐ Bug fixes
- Added some logging in the Directory events to ease debugging
- ๐ Bug fixes
-
v1.0.5 Changes
- ๐ Features
- Added support for incremental subscription updates in the client Directory cache using a tree structure that allows to keep throughput stable with huge volumes of routings.
- Added a Cassandra implementation of the Directory server repository (WIP, not production ready yet)
- ๐ Features
-
v1.0.4 Changes
- ๐ Features
- Added SymbolSource support, you can now browse sources and debug from Visual Studio.
- ๐ Features
-
v1.0.3 Changes
- ๐ Features
- IMultiEventHandler is replaced by Bus.Subscribe(Subscription[], Action) (Should have been in a major release since it is a Core breaking change, but given that it was not even documented we just changed it in a patch release).
- The project is now built/tested on AppVeyor
- ๐ Bug fixes
- When creating two identical dynamic subscriptions, disposing one does not dispose the other anymore.
- ๐ Features
-
v1.0.2 Changes
- ๐ Bug fixes
- Embedding libZmq in the Zebus DLL so it is packaged in the Nuget
- ๐ Bug fixes
-
v1.0.1 Changes
- ๐ Features
- All core features (Including Events, Commands, Dynamic subscriptions, etc.)
- In-memory Directory for testing purposes, but should NOT be used in production
- ๐ Features