Skip to content

Commit 52202d9

Browse files
Updating supported versions
1 parent f3a9ea0 commit 52202d9

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

nservicebus/upgrades/all-versions.include.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127

128128
| Version | Released | Supported until | Notes |
129129
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
130-
| [9.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/9.0.0) | 2024-04-16 | - | - |
130+
| [9.1.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/9.1.0) | 2024-08-08 | - | - |
131+
| [9.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/9.0.0) | 2024-04-16 | 2024-11-08 | Superseded by 9.1.x |
131132
| [8.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/8.0.4) | 2022-11-17 | 2026-04-16 | Extended by NServiceBus 8.2.x |
132133
| [7.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/7.0.6) | 2022-07-14 | 2024-11-17 | Extended by NServiceBus 7.8.x |
133134
| [~~6.1.x~~](https://www.nuget.org/packages/NServiceBus.RabbitMQ/6.1.6) | ~~2021-05-07~~ | ~~2023-07-14~~ | ~~Superseded by 7.0.x~~ |
@@ -926,8 +927,8 @@
926927

927928
| Version | Released | Supported until | Notes |
928929
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
929-
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.1) | 2024-04-18 | - | - |
930-
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.1) | 2024-02-26 | 2026-04-16 | Extended by NServiceBus 8.2.x |
930+
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.3) | 2024-04-18 | - | - |
931+
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.3) | 2024-02-26 | 2026-04-16 | Extended by NServiceBus 8.2.x |
931932
| [~~2.1.x~~](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.1.0) | ~~2023-07-25~~ | ~~2024-05-26~~ | ~~Superseded by 2.2.x~~ |
932933
| [~~2.0.x~~](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.0.3) | ~~2023-06-20~~ | ~~2023-10-25~~ | ~~Superseded by 2.1.x~~ |
933934

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
| Version | Released | Supported until | Notes |
2929
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
30-
| [9.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/9.0.0) | 2024-04-16 | - | - |
30+
| [9.1.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/9.1.0) | 2024-08-08 | - | - |
31+
| [9.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/9.0.0) | 2024-04-16 | 2024-11-08 | Superseded by 9.1.x |
3132
| [8.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/8.0.4) | 2022-11-17 | 2026-04-16 | Extended by NServiceBus 8.2.x |
3233
| [7.0.x](https://www.nuget.org/packages/NServiceBus.RabbitMQ/7.0.6) | 2022-07-14 | 2024-11-17 | Extended by NServiceBus 7.8.x |
3334

@@ -449,8 +450,8 @@
449450

450451
| Version | Released | Supported until | Notes |
451452
|:---------:|:--------------:|:-----------------:|:---------------------------------:|
452-
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.1) | 2024-04-18 | - | - |
453-
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.1) | 2024-02-26 | 2026-04-16 | Extended by NServiceBus 8.2.x |
453+
| [3.0.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/3.0.3) | 2024-04-18 | - | - |
454+
| [2.2.x](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.2.3) | 2024-02-26 | 2026-04-16 | Extended by NServiceBus 8.2.x |
454455
| [~~2.1.x~~](https://www.nuget.org/packages/NServiceBus.MessagingBridge/2.1.0) | ~~2023-07-25~~ | ~~2024-05-26~~ | ~~Superseded by 2.2.x~~ |
455456

456457
#### [NServiceBus.Metrics](/nuget/NServiceBus.Metrics)

nservicebus/upgrades/supported-versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,10 @@
743743
{
744744
"Minor": "9.0",
745745
"SupportLevel": "Mainstream"
746+
},
747+
{
748+
"Minor": "9.1",
749+
"SupportLevel": "Mainstream"
746750
}
747751
]
748752
},

0 commit comments

Comments
 (0)