Releases: Abc-Arbitrage/Zebus
Releases · Abc-Arbitrage/Zebus
Persistence-v3.14.2
- Add support for SSL connections to Cassandra
Directory-v3.14.4
- Add support for SSL connections to Cassandra
Directory-v3.14.2
- 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
- Update Zebus.Testing:
- Bump NUnit to v4.3.0
- Target net8.0 instead of net6.0
- No longer target netstandard2.0
v3.14.1
- Bump Zebus.Contracts version
v3.14.0
- 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
- Improve dead peer detector behavior when the peer repository is not responding
- Show
BindingKeycontents when serialized to JSON
v3.13.2
- Add storage times to persistence storage report
- Rename
IReporterinterface toIPersistenceReporter
v3.13.1
- Add message report details per message type in Persistence
- Clean-up
IReporterinterface