From 2e2c04a74bfc3895ed3e6e7d5fac218663c32bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Dom=C3=ADnguez=20L=C3=B3pez?= <116071334+Mario-DL@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:30:25 +0200 Subject: [PATCH] Update roadmap, release support and versions for `v3.1.0` release (#5318) * Refs #21783: Update Roadmap and Release Support Signed-off-by: Mario Dominguez * Refs #21783: Update versions.md Signed-off-by: Mario Dominguez * Refs #21783: Apply Jesus rev Signed-off-by: Mario Dominguez * Refs #21783: Apply Miguel suggestion Signed-off-by: Mario Dominguez * Refs #21783: Add dynamic network interfaces to versions Signed-off-by: Mario Dominguez --------- Signed-off-by: Mario Dominguez --- RELEASE_SUPPORT.md | 4 +++- roadmap.md | 3 +-- versions.md | 9 +++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/RELEASE_SUPPORT.md b/RELEASE_SUPPORT.md index 0afb0b45174..fc9ec678c69 100644 --- a/RELEASE_SUPPORT.md +++ b/RELEASE_SUPPORT.md @@ -19,7 +19,9 @@ This period applies since the end of standard support date to the end of life (E |Version|Version branch|Latest Release|Release Date|End of Standard Support Date|EOL Date| |-------|--------------|--------------|------------|----------------------------|--------| -|3.0|[3.0.x](https://github.com/eProsima/Fast-DDS/tree/3.0.x) (LTS)|[v3.0.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.0)|August 2024|August 2025 [^*]|August 2025 [^*]| +|3.2|3.2.x (LTS)|-|March 2025|March 2026 [^*]|March 2026 [^*]| +|3.1|[3.1.x](https://github.com/eProsima/Fast-DDS/tree/3.1.x)|[v3.1.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0)|October 2024|April 2025|April 2025| +|3.0|[3.0.x](https://github.com/eProsima/Fast-DDS/tree/3.0.x)|[v3.0.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1)|August 2024|February 2025|February 2025| |2.14|[2.14.x](https://github.com/eProsima/Fast-DDS/tree/2.14.x) (LTS)|[v2.14.3](https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.3)|March 2024|March 2025 [^*]|March 2025 [^*]| |2.10|[2.10.x](https://github.com/eProsima/Fast-DDS/tree/2.10.x) (LTS)|[v2.10.5](https://github.com/eProsima/Fast-DDS/releases/tag/v2.10.5)|March 2023|May 2025 [^*]|May 2025| |2.6|[2.6.x](https://github.com/eProsima/Fast-DDS/tree/2.6.x) (LTS)|[v2.6.9](https://github.com/eProsima/Fast-DDS/releases/tag/v2.6.9)|March 2022|July 2024|May 2025[^*]| diff --git a/roadmap.md b/roadmap.md index a7889c9b677..f65ecfdf161 100644 --- a/roadmap.md +++ b/roadmap.md @@ -12,10 +12,9 @@ Disclaimer: ## Short term -The following list of features are planned to be addressed in the short term, and incorporated into the following release of the product (v3.1.0): +The following list of features are planned to be addressed in the short term, and incorporated into the following release of the product (v3.2.0): * Ignore local endpoints configured at endpoint level -* Complete support for dynamic network interfaces ## Medium term diff --git a/versions.md b/versions.md index 9c129d2aaa7..d1a58c9c0ca 100644 --- a/versions.md +++ b/versions.md @@ -1,8 +1,17 @@ Forthcoming ----------- + +Version v3.1.0 +-------------- + * Allow `PERSISTENT_DURABILITY` behaving as `TRANSIENT_DURABILITY`. Fallback to `TRANSIENT_LOCAL_DURABILITY` if no persistence guid is set. * Fix DomainParticipantQos equality operator by using the new `DomainParticipantQos::compare_flow_controllers`. +* Add new XML QoS overloads for ``DomainParticipant``, ``DataWriter`` and ``DataReader``: + * ``get_X_qos_from_xml`` (without profile name) + * ``get_X_qos_from_xml`` (profile name given) + * ``get_default_X_qos_from_xml`` +* Add complete support for dynamic network interfaces. Version v3.0.0 --------------