Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RELEASE_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ 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.2|[3.2.x](https://github.com/eProsima/Fast-DDS/tree/3.2.x) (LTS)|v3.2.0|March 2025|March 2026 [^*]|March 2026 [^*]|
|3.3|[3.3.x](https://github.com/eProsima/Fast-DDS/tree/3.3.x)|[v3.3.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0)|July 2025|January 2026|January 2026|
|3.2|[3.2.x](https://github.com/eProsima/Fast-DDS/tree/3.2.x) (LTS)|[v3.2.2](https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2)|March 2025|March 2026 [^*]|March 2026 [^*]|
|2.14|[2.14.x](https://github.com/eProsima/Fast-DDS/tree/2.14.x) (LTS)|[v2.14.4](https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.4)|March 2024|March 2025 [^*]|March 2025 [^*]|
|2.6|[2.6.x](https://github.com/eProsima/Fast-DDS/tree/2.6.x) (LTS)|[v2.6.10](https://github.com/eProsima/Fast-DDS/releases/tag/v2.6.10)|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 @@ -7,15 +7,14 @@ All information is provided as a general guidelines only, and this section may b

Disclaimer:

* This section has been last updated in March 2025.
* This section has been last updated in July 2025.
Please take into account its content could be obsolete.

## 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.3.0):

* Consolidation of some [properties](https://fast-dds.docs.eprosima.com/en/latest/fastdds/property_policies/property_policies.html) into QoS policies
* SHM permissions override
* Ignore local endpoints configured at endpoint level

## Medium term
Expand Down
4 changes: 4 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Forthcoming
-----------


Version v3.3.0
--------------

* QoS Policies are now only added to EDP messages if they do not have the default value.
* HistoryQosPolicy has been included to EDP messages (when non-default value is used).
* New property to extend EDP messages with eProsima Extensions QoS.
Expand Down