Skip to content

Releases: Abc-Arbitrage/Zebus

v3.6.0

26 Feb 14:43
Compare
Choose a tag to compare
  • 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

16 Dec 13:01
Compare
Choose a tag to compare
  • Added a MessageSerializer property to TestBus (#89)

v3.5.0

02 Dec 17:24
Compare
Choose a tag to compare
  • Update dependencies

v3.4.0

24 Sep 14:00
Compare
Choose a tag to compare
  • 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

22 Aug 09:37
Compare
Choose a tag to compare
  • Updated dependencies in Zebus.Testing

v3.3.0

13 Aug 16:23
Compare
Choose a tag to compare
  • Better support for using a custom message serializer, see #84

v3.2.3

13 May 15:47
Compare
Choose a tag to compare
  • 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

01 Apr 17:23
Compare
Choose a tag to compare
  • 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

20 Feb 08:31
Compare
Choose a tag to compare
  • Add stand-alone persistence implementation based on RocksDb
  • Refactor CqlStorage

v3.2.0

14 Jan 12:59
Compare
Choose a tag to compare
  • Update libzmq to 4.3.1
  • Add Linux support