Skip to content

Commit

Permalink
Update roadmap, release support and versions for v3.1.0 release (#5318
Browse files Browse the repository at this point in the history
)

* Refs #21783: Update Roadmap and Release Support

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21783: Update versions.md

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21783: Apply Jesus rev

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21783: Apply Miguel suggestion

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21783: Add dynamic network interfaces to versions

Signed-off-by: Mario Dominguez <[email protected]>

---------

Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored Oct 10, 2024
1 parent b745564 commit 2e2c04a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion RELEASE_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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[^*]|
Expand Down
3 changes: 1 addition & 2 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
@@ -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
--------------
Expand Down

0 comments on commit 2e2c04a

Please sign in to comment.