Skip to content

Commit 7c872be

Browse files
Prepare for 3.2.2 Release (#1063)
* Refs #23021: Add v3.2.2 release notes Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #23021: Bump version Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #23021: Bump ShapesDemo version Signed-off-by: Carlosespicur <carlosespicur@proton.me> * Refs #23021: Fix ShapesDemo tag link Signed-off-by: Carlosespicur <carlosespicur@proton.me> --------- Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent e54918b commit 7c872be

6 files changed

Lines changed: 32 additions & 5 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.1"
507+
version = "3.2.2"
508508
# The full version, including alpha/beta/rc tags.
509-
release = "3.2.1"
509+
release = "3.2.2"
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.1.rst
8+
.. include:: previous_versions/v3.2.2.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.2.rst
78
.. include:: v3.2.1.rst
89
.. include:: v3.2.0.rst
910

docs/notes/previous_versions/v3.2.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`Version 3.2.1 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.1/index.html>`_
1+
`Version 3.2.1 <https://fast-dds.docs.eprosima.com/en/v3.2.1/index.html>`_
22
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33

44
This patch release includes the following **fixes**:
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
`Version 3.2.2 (latest) <https://fast-dds.docs.eprosima.com/en/v3.2.2/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
This release includes the following **fixes**:
5+
6+
#. Fix ``related_sample_identity`` handling in RPC for ROS 2 request messages
7+
#. Fix compilation in Windows using MinGW compiler
8+
#. Fix a crash error in ``XMLDynamicParser.cpp`` due to ``wstring_builder`` being created as ``nullptr``
9+
10+
This release includes the following **improvements**:
11+
12+
#. Add support for sequence types in ``IDLParser``
13+
#. Improve efficiency of Discovery Server routines
14+
#. Always copy ``type_information`` in ``ReaderProxyData`` and ``WriterProxyData`` copy constructors
15+
#. Add Fast DDS v2.6.10 to supported releases
16+
17+
This release includes the following **ci management updates**:
18+
19+
#. Force using asio from thirdparty in MacOS CI
20+
#. Update 2.6.x weekly Ubuntu image to Ubuntu 22.04
21+
22+
.. important::
23+
24+
When upgrading to version 3.2.2 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.1 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.1>`__
522+
- `v3.2.2 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.2.2>`__
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)