Releases: Abc-Arbitrage/Zebus
Releases · Abc-Arbitrage/Zebus
v3.6.0
- Added a feature to send snapshot messages to peers when they subscribe (#93)
- Added nullable reference types annotations (#92)
- Added an API hook for the state when the bus is started but messages are not yet being delivered (#87)
- Added RocksDB directory (#91)
v3.5.1
- Added a
MessageSerializer
property to TestBus
(#89)
v3.4.0
- Send messages with an empty binding key to peers that subscribed with a non-empty key. This will ease migration when making a message routable - #85
v3.3.1
- Updated dependencies in Zebus.Testing
v3.3.0
- Better support for using a custom message serializer, see #84
v3.2.3
- Removed Linux x86 native binary (as there is no .NET Core support on this platform)
- Fixed log message on send
- Increased safety offset for CQL persistence
- Improved message ack logic in CQL persistence
v3.2.2
- Persistence: Fix possible incorrect replay of messages where some messages could have been skipped (#77)
- Fix invalid bus status when directory unsubscription fails on stop (#82)
v3.2.1
- Add stand-alone persistence implementation based on RocksDb
- Refactor CqlStorage
v3.2.0
- Update libzmq to 4.3.1
- Add Linux support