Skip to content

Releases: Abc-Arbitrage/Zebus

Persistence-v3.14.2

09 Dec 13:20

Choose a tag to compare

  • Add support for SSL connections to Cassandra

Directory-v3.14.4

09 Dec 11:57

Choose a tag to compare

  • Add support for SSL connections to Cassandra

Directory-v3.14.2

02 Jun 16:01

Choose a tag to compare

  • Prevent responding state updates from "resurrecting" a deleted peer in the CQL table.
    • Ignore ping responses from removed peers
    • Specify CQL timestamps when updating responding state
    • Ignore timestamps from responding state update commands

Testing-v3.15.0

20 Dec 16:33

Choose a tag to compare

  • Update Zebus.Testing:
    • Bump NUnit to v4.3.0
    • Target net8.0 instead of net6.0
    • No longer target netstandard2.0

v3.14.1

30 Nov 16:57

Choose a tag to compare

  • Bump Zebus.Contracts version

v3.14.0

30 Nov 16:06

Choose a tag to compare

  • Support auto-subscription to routable messages
  • Make the hostname of the inbound endpoint configurable
  • Skip scanning of the System.Data.SqlClient assembly

v3.13.3

28 Sep 09:14

Choose a tag to compare

  • Improve dead peer detector behavior when the peer repository is not responding
  • Show BindingKey contents when serialized to JSON

v3.13.2

04 Oct 23:20

Choose a tag to compare

  • Add storage times to persistence storage report
  • Rename IReporter interface to IPersistenceReporter

v3.13.1

28 Sep 01:02
29044ad

Choose a tag to compare

  • Add message report details per message type in Persistence
  • Clean-up IReporter interface

v3.13.0

16 Sep 09:15

Choose a tag to compare

  • Use ReadOnlyMemory<byte> instead of Stream for TransportMessage content (breaking change)
  • Log message ID on deserialization error