Skip to content

Commit 5bb15f0

Browse files
authored
Bump version to v3.0.2 (#1033)
Signed-off-by: Javier Gil Aviles <javiergil@eprosima.com>
1 parent 033ad4b commit 5bb15f0

File tree

6 files changed

+47
-9
lines changed

6 files changed

+47
-9
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ def configure_doxyfile(
401401
# built documents.
402402
#
403403
# The short X.Y version.
404-
version = u'3.0.1'
404+
version = u'3.0.2'
405405
# The full version, including alpha/beta/rc tags.
406-
release = u'3.0.1'
406+
release = u'3.0.2'
407407

408408
# The language for content autogenerated by Sphinx. Refer to documentation
409409
# 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.0.1.rst
8+
.. include:: previous_versions/v3.0.2.rst
99

1010
.. seealso::
1111

docs/notes/previous_versions/supported_versions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Supported versions
44
Version 3.0
55
------------
66

7+
.. include:: v3.0.2.rst
8+
.. include:: v3.0.1.rst
79
.. include:: v3.0.0.rst
810

911
Version 2.14

docs/notes/previous_versions/v3.0.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Version 3.0.1 (latest) <https://fast-dds.docs.eprosima.com/en/v3.0.1/index.html>`_
2-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1+
`Version 3.0.1 <https://fast-dds.docs.eprosima.com/en/v3.0.1/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33

44
This patch release includes the following **improvements**:
55

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
`Version 3.0.2 <https://fast-dds.docs.eprosima.com/en/v3.0.2/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
This release includes the following **improvements**:
5+
6+
#. Add default subscriber profile in ROS 2 XML configuration
7+
#. Enhance Fast DDS docs with a FAQs section covering every subsection
8+
#. Add support `@value` annotation on `fastddsgen`
9+
#. Add notes from `v2.10.5`
10+
#. Update `fastdds_profiles.xsd` file location
11+
#. Include link to Python installation Getting started
12+
#. Add Spell Check error summary to reusable workflow
13+
#. Add notes from `v2.10.6`
14+
#. Allow run CI on external contributions
15+
#. Add notes from `v2.14.4`
16+
#. Add data-sharing with security incompatibility warning
17+
#. Add documentation for `preferred_key_agreement` property
18+
#. Add documentation for transmit_algorithms_as_legacy` on builtin security plugins
19+
#. Update migration guide removing things not related to application developer
20+
21+
This release includes the following **fixes**:
22+
23+
#. Fix typo in statistics troubleshooting XML snippet
24+
#. Fix master build to run on Ubuntu 24.04
25+
#. Fix `sphinx-toolbox` version in `requirements.txt`
26+
#. Avoid referring to specific ROS 2 distributions
27+
#. Adjust XML snippets to meet QoS constraints
28+
#. Fix issues on typos and unified some formats
29+
#. Fix typo in getting started C++ section
30+
#. Fix default ROS 2 publication mode
31+
32+
.. important::
33+
34+
When upgrading to version 3.0.2 it is **required** to regenerate generated source from IDL files
35+
using at least `Fast DDS-Gen v4.0.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.0>`_.
36+
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The following table shows the corresponding versions of the Fast DDS library dep
284284
* - Product
285285
- Related version
286286
* - `Fast CDR <https://github.com/eProsima/Fast-CDR/>`__
287-
- `v2.2.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.2>`__
287+
- `v2.2.6 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.6>`__
288288
* - `Foonathan Memory Vendor <https://github.com/eProsima/foonathan_memory_vendor/>`__
289289
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
290290
* - `Asio <https://github.com/chriskohlhoff/asio>`__
@@ -354,13 +354,13 @@ Fast DDS as the core middleware.
354354
* - Product
355355
- Related version
356356
* - `Fast DDS Gen <https://github.com/eProsima/Fast-DDS-Gen/>`__
357-
- `v4.0.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.1>`__
357+
- `v4.0.3 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.3>`__
358358
* - `Fast DDS Gen - IDL parser <https://github.com/eProsima/IDL-Parser/>`__
359-
- `v4.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.1>`__
359+
- `v4.0.3 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.3>`__
360360
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
361361
- `v2.0.0 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v2.0.0>`__
362362
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
363-
- `v3.0.1 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.0.1>`__
363+
- `v3.0.2 <https://github.com/eProsima/ShapesDemo/releases/tag/v3.0.2>`__
364364
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
365365
- `v2.0.0 <https://github.com/eProsima/Discovery-Server/releases/tag/v2.0.0>`__
366366

0 commit comments

Comments
 (0)