Skip to content

Releases: Particular/NServiceBus.Persistence.Sql

8.2.0

03 Jun 17:27
c664a58
Compare
Choose a tag to compare

As part of this release we had 104 commits which resulted in 2 issues being closed.

Feature

  • #1754 Support transactional session for send-only endpoints

Improvement

  • #1643 Allow snapshot isolation to be used for the outbox

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 1.0.8/27657/Tue Jun  3 08:37:19 2025
Scan Date: Tue, 03 Jun 2025 17:28:52 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8707509
Engine version: 1.0.8
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 6.18 MB
Data read: 1.71 MB (ratio 3.60:1)
Time: 19.912 sec (0 m 19 s)
Start Date: 2025:06:03 17:28:31
End Date:   2025:06:03 17:28:51

8.1.2

25 Apr 08:50
8a9e9b8
Compare
Choose a tag to compare

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

Bug

  • #1747 PostgreSQL connection issue causes ObjectDisposedException

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 1.0.8/27619/Fri Apr 25 08:35:46 2025
Scan Date: Fri, 25 Apr 2025 08:51:09 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8706457
Engine version: 1.0.8
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 6.06 MB
Data read: 1.68 MB (ratio 3.61:1)
Time: 19.746 sec (0 m 19 s)
Start Date: 2025:04:25 08:50:48
End Date:   2025:04:25 08:51:08

7.0.7

25 Apr 08:47
25e5627
Compare
Choose a tag to compare

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

Bug

  • #1743 PostgreSQL connection issue causes ObjectDisposedException

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 1.0.8/27619/Fri Apr 25 08:35:46 2025
Scan Date: Fri, 25 Apr 2025 08:49:06 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8706457
Engine version: 1.0.8
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 7.21 MB
Data read: 1.78 MB (ratio 4.06:1)
Time: 20.344 sec (0 m 20 s)
Start Date: 2025:04:25 08:48:42
End Date:   2025:04:25 08:49:03

7.0.6

22 Jan 21:36
00b14a7
Compare
Choose a tag to compare

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

Bug

  • #1609 Update dependencies to prevent exposure to transitive vulnerabilities

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 1.0.7/27525/Tue Jan 21 09:37:18 2025
Scan Date: Wed, 22 Jan 2025 21:37:08 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8704059
Engine version: 1.0.7
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 7.20 MB
Data read: 1.78 MB (ratio 4.05:1)
Time: 20.378 sec (0 m 20 s)
Start Date: 2025:01:22 21:36:47
End Date:   2025:01:22 21:37:07

8.1.1

22 Jan 21:48
35ac5e7
Compare
Choose a tag to compare

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

Bug

  • #1610 Update dependencies to prevent exposure to transitive vulnerabilities

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 1.0.7/27526/Wed Jan 22 09:40:03 2025
Scan Date: Wed, 22 Jan 2025 21:49:44 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8704059
Engine version: 1.0.7
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 6.05 MB
Data read: 1.68 MB (ratio 3.61:1)
Time: 19.711 sec (0 m 19 s)
Start Date: 2025:01:22 21:49:24
End Date:   2025:01:22 21:49:43

8.1.0

25 Jun 10:59
f434fb0
Compare
Choose a tag to compare

As part of this release we had 37 commits which resulted in 2 issues being closed.

Bug

  • #1492 Saga and Outbox SQL persistence combo validation isn't working as the error message suggests

Feature

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 0.103.11
Scan Date: Tue, 25 Jun 2024 11:00:04 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8694996
Engine version: 0.103.11
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 6.05 MB
Data read: 1.68 MB (ratio 3.61:1)
Time: 19.527 sec (0 m 19 s)
Start Date: 2024:06:25 10:59:42
End Date:   2024:06:25 11:00:01

8.0.0

16 Apr 21:29
Compare
Choose a tag to compare

NServiceBus.Persistence.Sql 8.0.0 is part of NServiceBus 9. Check out the NServiceBus 8 to 9 upgrade guide for details on how to upgrade.

Improvements

  • #762 Bump MySql.Data from 8.0.24 to 8.0.26
  • #905 Add TransactionOptions timeout for SqlOutBox
  • #1147 command line .net7
  • #1236 Test against PostgreSQL 15 (previously 14)
  • #1249 Optimize TSQL outbox cleanup by reducing batch size and adding rowlock hint
  • #1254 Set Size to -1 to optimize SQL Server query plan execution
  • #1285 Prepare repo for .NET 8
  • #1305 Fix RC2 analyzer warnings
  • #1310 Make sure Aurora (MySql and PostgreSQL) tests are run as part of the release process
  • #1321 Verify Core 8.x changes
  • #1353 ReadMe Review
  • #1400 Prepare RTM
  • #1405 Cleanup
  • #1424 Use graph build in workflows

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 0.103.11
Scan Date: Tue, 16 Apr 2024 21:30:05 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8691017
Engine version: 0.103.11
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 5.94 MB
Data read: 1.66 MB (ratio 3.58:1)
Time: 19.128 sec (0 m 19 s)
Start Date: 2024:04:16 21:29:45
End Date:   2024:04:16 21:30:04

6.6.5

13 Mar 21:03
8bb9593
Compare
Choose a tag to compare

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

Bug

  • #1419 The outbox cannot be used with devArt dotConnect for Oracle

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 0.103.11
Scan Date: Wed, 13 Mar 2024 21:05:01 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8686647
Engine version: 0.103.11
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 7.72 MB
Data read: 2.13 MB (ratio 3.63:1)
Time: 20.623 sec (0 m 20 s)
Start Date: 2024:03:13 21:04:31
End Date:   2024:03:13 21:04:52

7.0.5

13 Mar 21:05
fa1f468
Compare
Choose a tag to compare

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

Bug

  • #1407 The outbox cannot be used with devArt dotConnect for Oracle

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 0.103.11
Scan Date: Wed, 13 Mar 2024 21:06:49 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8686647
Engine version: 0.103.11
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 7.16 MB
Data read: 1.77 MB (ratio 4.04:1)
Time: 20.078 sec (0 m 20 s)
Start Date: 2024:03:13 21:06:27
End Date:   2024:03:13 21:06:47

7.0.4

16 Nov 13:40
b610ee0
Compare
Choose a tag to compare

As part of this release we had 213 commits which resulted in 2 issues being closed.

Bugs

  • #1331 Stored json gets corrupted on SqlServer after an update with a smaller sized payload

Where to get it

You can download this release from NuGet.

🛡 ClamAV virus scan results: No viruses detected
Version: ClamAV 0.103.9
Scan Date: Thu, 16 Nov 2023 13:42:04 GMT

----------- SCAN SUMMARY -----------
Known viruses: 8678461
Engine version: 0.103.9
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 7.15 MB
Data read: 1.77 MB (ratio 4.03:1)
Time: 19.279 sec (0 m 19 s)
Start Date: 2023:11:16 13:41:39
End Date:   2023:11:16 13:41:58