Skip to content

Commit 82b01bd

Browse files
authored
Bump version to 3.2.1 (#1053)
* Refs #22959: Include v3.2.1 notes Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #22959: Update versions Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #22959: Bump to 3.2.1 Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #22959: Apply Raul's review Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 54b4e64 commit 82b01bd

6 files changed

Lines changed: 33 additions & 6 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

docs/notes/notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Information 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

docs/notes/previous_versions/supported_versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Supported versions
44
Version 3.2
55
-----------
66

7+
.. include:: v3.2.1.rst
78
.. include:: v3.2.0.rst
89

910
Version 3.1

docs/notes/previous_versions/v3.2.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
This minor release includes the following **features**:
55

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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``.

docs/notes/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)