Skip to content

Commit ef375ca

Browse files
Updating supported versions
1 parent 3235c04 commit ef375ca

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

nservicebus/upgrades/all-versions.include.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,8 @@
431431

432432
| Version | Released | Supported until | Notes |
433433
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
434-
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB/10.0.0) | 2025-08-22 | - | - |
434+
| [10.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB/10.1.0) | 2025-09-09 | - | - |
435+
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB/10.0.0) | 2025-08-22 | 2025-12-09 | Superseded by 10.1.x |
435436
| [9.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB/9.1.0) | 2025-06-03 | 2026-08-22 | Superseded by 10.0.x |
436437
| [~~9.0.x~~](https://www.nuget.org/packages/NServiceBus.RavenDB/9.0.1) | ~~2024-04-16~~ | ~~2025-09-03~~ | ~~Superseded by 9.1.x~~ |
437438
| [8.2.x](https://www.nuget.org/packages/NServiceBus.RavenDB/8.2.1) | 2023-04-05 | 2026-04-16 | Extended by NServiceBus 8.2.x |
@@ -461,7 +462,8 @@
461462

462463
| Version | Released | Supported until | Notes |
463464
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
464-
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/10.0.0) | 2025-08-22 | - | - |
465+
| [10.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/10.1.0) | 2025-09-09 | - | - |
466+
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/10.0.0) | 2025-08-22 | 2025-12-09 | Superseded by 10.1.x |
465467
| [9.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/9.1.0) | 2025-06-03 | 2026-08-22 | Superseded by 10.0.x |
466468
| [~~9.0.x~~](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/9.0.1) | ~~2024-04-16~~ | ~~2025-09-03~~ | ~~Superseded by 9.1.x~~ |
467469
| [8.2.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/8.2.1) | 2023-04-05 | 2026-04-16 | Extended by NServiceBus 8.2.x |
@@ -913,7 +915,8 @@
913915

914916
| Version | Released | Supported until | Notes |
915917
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
916-
| [5.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/5.0.0) | 2025-08-22 | - | - |
918+
| [5.1.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/5.1.0) | 2025-09-09 | - | - |
919+
| [5.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/5.0.0) | 2025-08-22 | 2025-12-09 | Superseded by 5.1.x |
917920
| [4.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/4.0.1) | 2024-04-16 | 2026-08-22 | Superseded by 5.0.x |
918921
| [3.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/3.0.1) | 2022-11-17 | 2026-04-16 | Extended by NServiceBus 8.2.x |
919922
| [2.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/2.0.0) | 2021-12-09 | 2024-11-17 | [Extended support](/nservicebus/upgrades/support-policy.md#extended-support) until 2026-11-17 |
@@ -1074,7 +1077,8 @@
10741077

10751078
| Version | Released | Supported until | Notes |
10761079
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
1077-
| [3.3.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.3.0) | 2025-06-03 | - | - |
1080+
| [3.4.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.4.0) | 2025-09-09 | - | - |
1081+
| [3.3.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.3.0) | 2025-06-03 | 2025-12-09 | Superseded by 3.4.x |
10781082
| [~~3.2.x~~](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.2.1) | ~~2024-09-02~~ | ~~2025-09-03~~ | ~~Superseded by 3.3.x~~ |
10791083
| [~~3.1.x~~](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.1.0) | ~~2024-07-05~~ | ~~2024-12-02~~ | ~~Superseded by 3.2.x~~ |
10801084
| [~~3.0.x~~](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.0.0) | ~~2024-04-16~~ | ~~2024-10-05~~ | ~~Superseded by 3.1.x~~ |

nservicebus/upgrades/supported-versions-downstreams.include.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@
185185

186186
| Version | Released | Supported until | Notes |
187187
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
188-
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB/10.0.0) | 2025-08-22 | - | - |
188+
| [10.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB/10.1.0) | 2025-09-09 | - | - |
189+
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB/10.0.0) | 2025-08-22 | 2025-12-09 | Superseded by 10.1.x |
189190
| [9.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB/9.1.0) | 2025-06-03 | 2026-08-22 | Superseded by 10.0.x |
190191
| [~~9.0.x~~](https://www.nuget.org/packages/NServiceBus.RavenDB/9.0.1) | ~~2024-04-16~~ | ~~2025-09-03~~ | ~~Superseded by 9.1.x~~ |
191192
| [8.2.x](https://www.nuget.org/packages/NServiceBus.RavenDB/8.2.1) | 2023-04-05 | 2026-04-16 | Extended by NServiceBus 8.2.x |
@@ -195,7 +196,8 @@
195196

196197
| Version | Released | Supported until | Notes |
197198
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
198-
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/10.0.0) | 2025-08-22 | - | - |
199+
| [10.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/10.1.0) | 2025-09-09 | - | - |
200+
| [10.0.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/10.0.0) | 2025-08-22 | 2025-12-09 | Superseded by 10.1.x |
199201
| [9.1.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/9.1.0) | 2025-06-03 | 2026-08-22 | Superseded by 10.0.x |
200202
| [~~9.0.x~~](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/9.0.1) | ~~2024-04-16~~ | ~~2025-09-03~~ | ~~Superseded by 9.1.x~~ |
201203
| [8.2.x](https://www.nuget.org/packages/NServiceBus.RavenDB.TransactionalSession/8.2.1) | 2023-04-05 | 2026-04-16 | Extended by NServiceBus 8.2.x |
@@ -437,7 +439,8 @@
437439

438440
| Version | Released | Supported until | Notes |
439441
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
440-
| [5.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/5.0.0) | 2025-08-22 | - | - |
442+
| [5.1.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/5.1.0) | 2025-09-09 | - | - |
443+
| [5.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/5.0.0) | 2025-08-22 | 2025-12-09 | Superseded by 5.1.x |
441444
| [4.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/4.0.1) | 2024-04-16 | 2026-08-22 | Superseded by 5.0.x |
442445
| [3.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/3.0.1) | 2022-11-17 | 2026-04-16 | Extended by NServiceBus 8.2.x |
443446
| [2.0.x](https://www.nuget.org/packages/NServiceBus.Gateway.RavenDB/2.0.0) | 2021-12-09 | 2024-11-17 | [Extended support](/nservicebus/upgrades/support-policy.md#extended-support) until 2026-11-17 |
@@ -532,7 +535,8 @@
532535

533536
| Version | Released | Supported until | Notes |
534537
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
535-
| [3.3.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.3.0) | 2025-06-03 | - | - |
538+
| [3.4.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.4.0) | 2025-09-09 | - | - |
539+
| [3.3.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.3.0) | 2025-06-03 | 2025-12-09 | Superseded by 3.4.x |
536540
| [~~3.2.x~~](https://www.nuget.org/packages/NServiceBus.TransactionalSession/3.2.1) | ~~2024-09-02~~ | ~~2025-09-03~~ | ~~Superseded by 3.3.x~~ |
537541
| [2.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/2.0.3) | 2022-11-17 | 2026-04-16 | Extended by NServiceBus 8.2.x |
538542
| [1.0.x](https://www.nuget.org/packages/NServiceBus.TransactionalSession/1.0.3) | 2022-09-19 | 2024-11-17 | [Extended support](/nservicebus/upgrades/support-policy.md#extended-support) until 2026-11-17 |

nservicebus/upgrades/supported-versions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@
341341
{
342342
"Minor": "5.0",
343343
"SupportLevel": "Mainstream"
344+
},
345+
{
346+
"Minor": "5.1",
347+
"SupportLevel": "Mainstream"
344348
}
345349
]
346350
},
@@ -789,6 +793,10 @@
789793
{
790794
"Minor": "10.0",
791795
"SupportLevel": "Mainstream"
796+
},
797+
{
798+
"Minor": "10.1",
799+
"SupportLevel": "Mainstream"
792800
}
793801
]
794802
},
@@ -810,6 +818,10 @@
810818
{
811819
"Minor": "10.0",
812820
"SupportLevel": "Mainstream"
821+
},
822+
{
823+
"Minor": "10.1",
824+
"SupportLevel": "Mainstream"
813825
}
814826
]
815827
},
@@ -967,6 +979,10 @@
967979
{
968980
"Minor": "3.3",
969981
"SupportLevel": "Mainstream"
982+
},
983+
{
984+
"Minor": "3.4",
985+
"SupportLevel": "Mainstream"
970986
}
971987
]
972988
},

0 commit comments

Comments
 (0)