Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

6.0.0

Compare
Choose a tag to compare
@particularbot particularbot released this 25 Nov 09:08
· 579 commits to master since this release

As part of this release we had 4 issues closed.

Breaking changes

Previous versions enabled the performance counters Critical Time and SLA violation countdown by default. To get the same behavior with the 6.0 host you need to either:

  1. Use the profile NServiceBus.PerformanceCounters - More on profiles here
  2. Explicitly enable the counters in code using:
config.EnableCriticalTimePerformanceCounter();
config.EnableSLAPerformanceCounter();   

This has been changed as part of #26

Bugs

  • Custom logging override still produces default log file #29

Improvements

  • Improve the generated endpoint config to better explain the persistence options #27

Where to get it

You can download this release from nuget