|
1 | 1 | # YARP Roadmap |
2 | 2 |
|
3 | | -### Supported YARP versions |
| 3 | +## Supported YARP versions |
4 | 4 |
|
5 | 5 | [Latest releases](https://github.com/dotnet/yarp/releases) |
6 | 6 |
|
7 | 7 | | Version | Release Date | Latest Patch Version | End of Support | |
8 | 8 | | -- | -- | -- | -- | |
9 | | -| [YARP 2.3](https://github.com/dotnet/yarp/releases/tag/v2.3.0) | February 27, 2025 | [2.3.0](https://github.com/dotnet/yarp/releases/tag/v2.3.0) | | |
| 9 | +| [YARP 2.3](https://github.com/dotnet/yarp/releases/tag/v2.3.0) | February 27, 2025 | [2.3.0](https://github.com/dotnet/yarp/releases/tag/v2.3.0) | | |
10 | 10 |
|
11 | 11 | ### End-of-life YARP versions |
12 | 12 |
|
13 | 13 | | Version | Released date | Final Patch Version | End of support | |
14 | 14 | | -- | -- | -- | -- | |
15 | | -| [YARP 2.2](https://github.com/dotnet/yarp/releases/tag/v2.2.0) | September 3, 2024 | [2.2.0](https://github.com/dotnet/yarp/releases/tag/v2.2.0) | August 27, 2025 | |
16 | | -| [YARP 2.1](https://github.com/dotnet/yarp/releases/tag/v2.1.0) | November 17, 2023 | [2.1.0](https://github.com/dotnet/yarp/releases/tag/v2.1.0) | March 3, 2025 | |
17 | | -| [YARP 2.0](https://github.com/dotnet/yarp/releases/tag/v2.0.0) | February 14, 2023 | [2.0.1](https://github.com/dotnet/yarp/releases/tag/v2.0.1) | May 17, 2024 | |
18 | | -| [YARP 1.1](https://github.com/dotnet/yarp/releases/tag/v1.1.0) | May 2, 2022 | [1.1.2](https://github.com/dotnet/yarp/releases/tag/v1.1.2) | August 14, 2023 | |
19 | | -| [YARP 1.0](https://github.com/dotnet/yarp/releases/tag/v1.0.0) | November 9, 2021 | [1.0.1](https://github.com/dotnet/yarp/releases/tag/v1.0.1) | November 2, 2022 | |
| 15 | +| [YARP 2.2](https://github.com/dotnet/yarp/releases/tag/v2.2.0) | September 3, 2024 | [2.2.0](https://github.com/dotnet/yarp/releases/tag/v2.2.0) | August 27, 2025 | |
| 16 | +| [YARP 2.1](https://github.com/dotnet/yarp/releases/tag/v2.1.0) | November 17, 2023 | [2.1.0](https://github.com/dotnet/yarp/releases/tag/v2.1.0) | March 3, 2025 | |
| 17 | +| [YARP 2.0](https://github.com/dotnet/yarp/releases/tag/v2.0.0) | February 14, 2023 | [2.0.1](https://github.com/dotnet/yarp/releases/tag/v2.0.1) | May 17, 2024 | |
| 18 | +| [YARP 1.1](https://github.com/dotnet/yarp/releases/tag/v1.1.0) | May 2, 2022 | [1.1.2](https://github.com/dotnet/yarp/releases/tag/v1.1.2) | August 14, 2023 | |
| 19 | +| [YARP 1.0](https://github.com/dotnet/yarp/releases/tag/v1.0.0) | November 9, 2021 | [1.0.1](https://github.com/dotnet/yarp/releases/tag/v1.0.1) | November 2, 2022 | |
20 | 20 |
|
21 | 21 | ## Support |
22 | 22 |
|
23 | 23 | YARP support is provided by the product team - the engineers working on YARP - which is a combination of members from ASP.NET and the .NET library teams. We do not provide 24/7 support or 'carry pagers', but we generally have good coverage. Bugs should be reported in GitHub using the issue templates, and will typically be responded to within 24hrs. If you find a security issue we ask you to [report it via the Microsoft Security Response Center (MSRC)](https://github.com/dotnet/yarp/blob/main/SECURITY.md). |
24 | 24 |
|
25 | 25 | The support period for YARP releases is as follows: |
26 | 26 |
|
27 | | -| Release | Issue Type | Support period | |
28 | | -| --- | ---| --- | |
29 | | -| Major or minor version | Security Bugs, Major behavior defects | Until next GA + 6 Months | |
30 | | -| Patch version | Minor behavior defects | Until next GA | |
| 27 | +| Release | Issue Type | Support period | |
| 28 | +| --- | --- | --- | |
| 29 | +| Major or minor version | Security Bugs, Major behavior defects | Until next GA + 6 Months | |
| 30 | +| Patch version | Minor behavior defects | Until next GA | |
31 | 31 | | Preview | Security Bugs, Major behavior defects | Until next preview | |
32 | 32 | | | All other | None - may be addressed by next preview | |
33 | 33 |
|
|
0 commit comments