Skip to content

5.1.0

Latest
Compare
Choose a tag to compare
@DavidZidar DavidZidar released this 28 Dec 22:50

This release migrates to MessagePack v3 which uses source generators, this is probably a breaking change if your project also depends on MessagePack.

Breaking changes

  • Use MessagePack v3 and it's new source generators instead of mpc
  • Add IAsyncDisposable to TinyMessageBus and ITinyMessageBus

Other changes

  • Add Name property to message bus, file and lock
  • Protect all public service methods with ObjectDisposedException
  • Some methods now initially wait until internal worker tasks have started
  • Update to xUnit v3