Skip to content

Commit 306c7d7

Browse files
Add EOL versions in RELEASE_SUPPORT.md (#196)
* Refs #22175: Add EOL versions in RELEASE_SUPPORT.md Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #22175: Add missing latest supported branches Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #22858: Update RELEASE_SUPPORT Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: eProsima <jesuspoderoso@eprosima.com> Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> Co-authored-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 03425cd commit 306c7d7

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

RELEASE_SUPPORT.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,24 @@ Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/b
55
*eProsima Fast DDS Python* maintains several releases with different support cycles.
66
**All of them are attached to different *eProsima Fast DDS* releases.**
77

8-
## *eProsima Fast DDS* and *Fast DDS Python* version compatibility
8+
## *eProsima Fast DDS* and *Fast DDS Python* supported versions compatibility
99

1010
|Fast DDS Version|Fast DDS Python Version|Fast DDS Python Version branch|Fast DDS Python Latest Release|
1111
|----------------|-----------------------|------------------------------|------------------------------|
12+
|3.2|2.2|[2.2.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.2.x)|[v2.2.0](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.2.0)|
13+
|3.1|2.1|[2.1.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.1.x)|[v2.1.0](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.1.0)|
1214
|2.14|1.4|[1.4.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.4.x)|[v1.4.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.4.2)|
1315
|2.10|1.2|[1.2.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.2.x)|[v1.2.3](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.2.3)|
1416
|2.6|1.0|[1.0.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.0.x)|[v1.0.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.0.2)|
1517

1618

19+
## *Fast DDS Python* previously supported versions.
20+
21+
|Fast DDS Version|Fast DDS Python Version|Fast DDS Python Version branch|Fast DDS Python Latest Release|Release Date|EOL Date|
22+
|----------------|-----------------------|------------------------------|------------------------------|------------|--------|
23+
|3.0|2.0|[2.0.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.0.x)|[v2.0.0](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.0.0)|August 2024| February 2025|
24+
|2.12|1.3|[1.3.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.3.x)|[v1.3.2](https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.3.2)|October 2023|July 2024|
25+
|2.7|1.1|[1.1.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.1.x)|[v1.1.1](https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.1.1)|July 2022|January 2023|
26+
1727
For detailed information about the lifecycle of the different *Fast DDS* versions (and their corresponding counterpart in this repository), please refer to the [release support section of the Fast DDS repository](https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md).
1828

0 commit comments

Comments
 (0)