Zebus v1.2.0 Release Notes

    • ๐Ÿ”‹ Features
      • The Pipes move from Scan\Pipes to Dispatch\Pipes (theoretically a breaking change, but the API is quite internal)
      • Removed RoutingType since it wasn't used
      • The Bus will now throw if you try to use it before it is started
      • Moq, ProtoBuf-Net, AutoFixture, Json.Net, NUnit and CompareNetObjects are now referenced as NuGets
      • The new MarkPeerAsRespondingCommand/ MarkPeerAsNotRespondingCommand commands allow to mark a Peer as (not) responding (NOT a standard operation, use with care)
    • ๐Ÿ› Bug fixes
      • The Persistence is now acked when a message cannot be deserialized, to prevent the Persistence from sending it over and over
      • A race condition could prevent the Bus from starting properly