All Versions
59
Latest Version
Avg Release Cycle
49 days
Latest Release
1403 days ago

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.
  • v1.0.8 Changes

    • ๐Ÿ”‹ Features
      • CustomDelegatedProcessingFailed was removed (it should never have been in the public API).
  • 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.
  • v1.0.6 Changes

    • ๐Ÿ› Bug fixes
      • Added some logging in the Directory events to ease debugging
  • 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)
  • v1.0.4 Changes

    • ๐Ÿ”‹ Features
      • Added SymbolSource support, you can now browse sources and debug from Visual Studio.
  • 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.
  • v1.0.2 Changes

    • ๐Ÿ› Bug fixes
      • Embedding libZmq in the Zebus DLL so it is packaged in the Nuget
  • v1.0.1 Changes

    • ๐Ÿ”‹ Features