Skip to content

7.0.0

Compare
Choose a tag to compare
@yang-xiaodong yang-xiaodong released this 27 Nov 08:50
· 246 commits to master since this release

Breaking Changes

  • SubscribeFilter method to asynchronous.
  • IConsumerClient interface OnMessage and OnLog is from event to delegate.

Features

  • Performance improvement
  • Add support publish delay message. (#1237)
  • Dashbord support viewing and immediately publish for delayed messages.
  • Add support for metrics diagnostics. (#1230)
  • Dashboard support real-time metric graph viewing.
  • Add support manual start/stop CAP process. (#1238)
  • Add EnableConsumerPrefetch option of consumer. (#1240)
  • Add PublishConfirms options for RabbitMQ.

Others

  • Change framework target from netstandard to net6.
  • Upgrade NuGet to the latest version.

Bug Fixed

  • RabbitMQ cluster connection failed without using default ports. (#1232)

Release Blog(In Chinese)