Skip to content

[22858] Prepare for Release v3.2.0 #5715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 21, 2025
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
2 changes: 1 addition & 1 deletion RELEASE_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 (LTS)|-|March 2025|March 2026 [^*]|March 2026 [^*]|
|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.1|[3.1.x](https://github.com/eProsima/Fast-DDS/tree/3.1.x)|[v3.1.2](https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.2)|October 2024|April 2025|April 2025|
|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.10|[2.10.x](https://github.com/eProsima/Fast-DDS/tree/2.10.x) (LTS)|[v2.10.6](https://github.com/eProsima/Fast-DDS/releases/tag/v2.10.6)|March 2023|May 2025 [^*]|May 2025|
Expand Down
6 changes: 2 additions & 4 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ All information is provided as a general guidelines only, and this section may b

Disclaimer:

* This section has been last updated in November 2024.
* This section has been last updated in March 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.2.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.3.0):

* Support creating a `DynamicTypeBuilder` from an IDL string
* Consolidation of some [properties](https://fast-dds.docs.eprosima.com/en/latest/fastdds/property_policies/property_policies.html) into QoS policies
* Transmission on discovery of all QoS policies
* SHM permissions override
* Ignore local endpoints configured at endpoint level

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.2.0
--------------

* Added implementation for:
* `DataWriter::get_matched_subscription_data()`
* `DataWriter::get_matched_subscriptions()`
Expand Down