File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -504,9 +504,9 @@ def configure_doxyfile(
504504# built documents.
505505#
506506# The short X.Y version.
507- version = "3.2.0 "
507+ version = "3.2.1 "
508508# The full version, including alpha/beta/rc tags.
509- release = "3.2.0 "
509+ release = "3.2.1 "
510510
511511# The language for content autogenerated by Sphinx. Refer to documentation
512512# for a list of supported languages.
Original file line number Diff line number Diff line change 55Information about the release lifecycle can be found
66`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md >`_.
77
8- .. include :: previous_versions/v3.2.0 .rst
8+ .. include :: previous_versions/v3.2.1 .rst
99
1010.. seealso ::
1111
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Supported versions
44Version 3.2
55-----------
66
7+ .. include :: v3.2.1.rst
78.. include :: v3.2.0.rst
89
910Version 3.1
Original file line number Diff line number Diff line change 1- `Version 3.2.0 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.0/index.html >`_
2- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1+ `Version 3.2.0 <https://fast-dds.docs.eprosima.com/en/v3.2.0/index.html >`_
2+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
44This minor release includes the following **features **:
55
Original file line number Diff line number Diff line change 1+ `Version 3.2.1 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.1/index.html >`_
2+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+ This patch release includes the following **fixes **:
5+
6+ #. Reduce trace category when failing to unregister type
7+ #. Avoid sending statistics message with big messages and no fragmentation
8+
9+ This release includes the following **improvements **:
10+
11+ #. Setup ``ROS 2 Easy Mode `` at participant creation
12+ #. Update CLI commands for Easy Mode
13+ #. Get correct Fast CDR related branch in CI
14+ #. Update excluded IDL files from ``Gen `` CI
15+
16+ This release includes the following **test fixes **:
17+
18+ #. Fix ``MacOS `` nightly flaky tests
19+ #. IDL parsing tests included paths
20+ #. Fix Windows example tests in ``Debug `` and mitigate rtps example flakiness
21+
22+ .. important ::
23+
24+ When upgrading to version 3.2.1 it is **highly recommended ** to regenerate generated source from IDL files
25+ using at least `Fast DDS-Gen v4.0.4 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.4 >`_.
26+ But it is advisable to regenerate them using the latest patch version of ``Fast DDS-Gen v4.0.x ``.
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ Fast DDS as the core middleware.
519519 * - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/ >`__
520520 - `v2.2.0 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.2.0 >`__
521521 * - `Shapes Demo <https://github.com/eProsima/ShapesDemo/ >`__
522- - `v3.2.0 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.0 >`__
522+ - `v3.2.1 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.1 >`__
523523 * - `Discovery Server <https://github.com/eProsima/Discovery-Server/ >`__
524524 - `v2.0.0 <https://github.com/eProsima/Discovery-Server/releases/tag/v2.0.0 >`__
525525
You can’t perform that action at this time.
0 commit comments