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

Releases: Particular/NServiceBus.Host

9.0.0

17 Nov 07:56
0242ac9
Compare
Choose a tag to compare

NServiceBus.Host 9.0.0 is required when upgrading to NServiceBus 8.

Upgrading from earlier versions?

Take a look at the NServiceBus 7 to 8 upgrade guide as well as the NServiceBus.Host 8 to 9 upgrade guide.

What are all the code changes?

Take a look at all the code changes between versions 8.0.0 and 9.0.0.

What are the API breaking changes?

Take a look at a report of API changes between versions 8.0.0 and 9.0.0 (via fuget.org).

Where to get it

You can download NServiceBus.Host 9.0.0 from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 0.103.6
Scan Date: Thu, 17 Nov 2022 07:57:52 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8643205
Engine version: 0.103.6
Scanned directories: 1
Scanned files: 2
Infected files: 0
Data scanned: 6.30 MB
Data read: 0.99 MB (ratio 6.35:1)
Time: 23.941 sec (0 m 23 s)
Start Date: 2022:11:17 07:57:27
End Date:   2022:11:17 07:57:51

9.0.0-rc.2

20 Sep 13:30
4a1f7fd
Compare
Choose a tag to compare
9.0.0-rc.2 Pre-release
Pre-release

NServiceBus.Host 9.0.0 is required when upgrading to NServiceBus 8.

Upgrading from earlier versions?

Take a look at the NServiceBus 7 to 8 upgrade guide as well as the NServiceBus.Host 8 to 9 upgrade guide.

What are all the code changes?

Take a look at all the code changes between versions 8.0.0 and 9.0.0-rc.2.

What are the API breaking changes?

Take a look at a report of API changes between versions 8.0.0 and 9.0.0-rc.2 (via fuget.org).

Where to get it

You can download NServiceBus.Host 9.0.0-rc.2 from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 0.103.6
Scan Date: Tue, 20 Sep 2022 13:35:08 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8635640
Engine version: 0.103.6
Scanned directories: 1
Scanned files: 2
Infected files: 0
Data scanned: 6.30 MB
Data read: 0.99 MB (ratio 6.38:1)
Time: 24.115 sec (0 m 24 s)
Start Date: 2022:09:20 13:34:37
End Date:   2022:09:20 13:35:02

8.0.0

29 May 18:03
191e4f1
Compare
Choose a tag to compare

NServiceBus 7 supports .NET Core 2.0, enabling cross-platform development and deployment plus hosting on Linux and in Docker containers, while still fully supporting Windows and the .NET Framework.

NServiceBus.Host 8.0.0 is required when upgrading to NServiceBus 7.

Find out more about NServiceBus 7's new features.

Upgrading from earlier versions?

Take a look at the NServiceBus 6 to 7 upgrade guide as well as the NServiceBus.Host 7 to 8 upgrade guide.

Want to see all the changes?

They are all on the 8.0.0 milestone.

What are the API breaking changes?

Take a look at a report of API changes between versions.

6.0.2

06 Feb 15:45
c075bfd
Compare
Choose a tag to compare

As part of this release we had 127 commits which resulted in 1 issue being closed.

Improvements/Features

  • #148 Defer logger creation to allow custom logging configuration for Host 6.*

Where to get it

You can download this release from nuget

7.0.2

26 Jul 06:00
Compare
Choose a tag to compare

As part of this release we had 3 commits which resulted in 1 issue being closed.

Bugs

  • #129 Defer logger creation to allow custom logging configuration

Where to get it

You can download this release from nuget

6.0.1

04 Apr 13:49
Compare
Choose a tag to compare

As part of this release we had 17 commits which resulted in 1 issue being closed.

Bugs

  • #121 Process exit code not set when service fails to start/stop gracefully (v6)

Where to get it

You can download this release from nuget

7.0.1

23 Mar 18:20
Compare
Choose a tag to compare

As part of this release we had 2 commits which resulted in 1 issue being closed.

Bugs

  • #120 Process exit code not set when service fails to start/stop gracefully (v7)

Where to get it

You can download this release from nuget

7.0.0

11 Oct 12:55
Compare
Choose a tag to compare

This version is required when upgrading to NServiceBus 6.0.0.

Read more about all new features on the version 6 page.

Upgrading from earlier versions?

Take a look at the Version 6 to Version 7 upgrade guide

The new WCF integration is described on our documentation site under Exposing Endpoints via WCF

Want to see all the nitty gritty changes?

They are all on the v7 milestone

What are the API breaking changes?

Here's the API Comparer diff

Other changes this release contains

As part of this release we had 2 issues closed.

Improvements/Features

  • #98 AD Group Managed Service Accounts
  • #45 WcfIntegration deprecated and moved into NServiceBus.Wcf

Where to get it

You can download this release from nuget

6.0.0

25 Nov 09:08
Compare
Choose a tag to compare

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