Skip to content

Releases: Abc-Arbitrage/Zebus

v2.3.2

08 May 12:28
Compare
Choose a tag to compare

SubscriptionRequestBatch.Send was changed to SendAsync to notify when the batch is complete.

v2.3.0

04 May 16:08
Compare
Choose a tag to compare
  • Async subscriptions
  • Subscription batching
  • Target net46

Source-compatible with previous versions.

v2.2.1

26 Apr 11:26
Compare
Choose a tag to compare

Registration timeout is now used for subscription updates and unregistrations

v2.2.0

16 Apr 16:32
Compare
Choose a tag to compare

Updated Newtonsoft.Json, protobuf-net and log4net dependencies

1.3

26 May 09:14
Compare
Choose a tag to compare
1.3

Features

  • Subscriptions are made by message type instead of as a big atomic change to improve the performance of dynamic subscriptions (as was done in the c++ client)
  • Added PeriodicActionHostInitializer and HostInitializerHelper to provide an easy way to run some code at given intervals or right before/after the bus starts/stops
  • Dropped the "Sticky port" feature as it was no longer useful
  • Refactorings in preparation of the release of the Persistence service

To have a look at all the improvements / fixes since the 1.2.0, please check out the release notes in the repository.

1.2

22 Jan 14:52
Compare
Choose a tag to compare
1.2

Features

  • The Directory is now on its own repository since it is a separate project from the core Bus.
  • All the dependencies are now referenced as NuGet packages.
  • Minor features / stability improvements.

To have a look at all the improvements / fixes since the 1.1.0, please check out the release notes in the repository.

Repository split

22 Jan 16:42
Compare
Choose a tag to compare

Starting from this revision, the Directory will be on its own repository, separated from Zebus core.

1.1

07 Jul 16:10
Compare
Choose a tag to compare
1.1

Features

  • All new Cassandra backed Directory (allows the Directory to be distributed).
  • New implementation of the Directory cache, using a tree structure for routings (routing performance improvement, faster routing rules updates, smaller memory footprint, etc.).
  • We also re-did all our benchmarks following this release, you can find some results on the Performance page.

To have a look at all the improvements / fixes since the 1.0.1, please check out the release notes in the repository.

First release

28 May 09:02
Compare
Choose a tag to compare

Features

For full release notes check the release notes in the repository.