Skip to content

Commit 781693d

Browse files
authored
Bump version to 2.14.3 (#867)
* Refs #21311: Bump version to 2.14.3 Signed-off-by: eduponz <eduardoponz@eprosima.com> * Refs #21311: Add v2.14.3 release notes Signed-off-by: eduponz <eduardoponz@eprosima.com> --------- Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent a582352 commit 781693d

File tree

6 files changed

+36
-6
lines changed

6 files changed

+36
-6
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ def configure_doxyfile(
376376
# built documents.
377377
#
378378
# The short X.Y version.
379-
version = u'2.14.2'
379+
version = u'2.14.3'
380380
# The full version, including alpha/beta/rc tags.
381-
release = u'2.14.2'
381+
release = u'2.14.3'
382382

383383
# The language for content autogenerated by Sphinx. Refer to documentation
384384
# 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/v2.14.2.rst
8+
.. include:: previous_versions/v2.14.3.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 2.14
55
------------
66

7+
.. include:: v2.14.3.rst
78
.. include:: v2.14.2.rst
89
.. include:: v2.14.1.rst
910
.. include:: v2.14.0.rst

docs/notes/previous_versions/v2.14.2.rst

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

44
.. important::
55

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
`Version 2.14.3 (latest) <https://fast-dds.docs.eprosima.com/en/v2.14.3/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
.. important::
5+
6+
Fast DDS v2.14 will be the last minor version of Fast DDS v2, the next major release will be Fast DDS
7+
v3.0.0, stay tuned!
8+
9+
This release includes the following **features** in an ABI compatible manner:
10+
11+
#. Setting ``vendor_id`` on received ``CacheChange_t``
12+
13+
This release includes the following **improvements**:
14+
15+
#. Repository & CI improvements.
16+
#. Create InitialConnection for :ref:`transport_tcp_tcp` initial peers
17+
18+
This release includes the following **fixes**:
19+
20+
#. Fix topic interference on ``liveliness_changed`` status
21+
#. Remove doxygen warnings
22+
#. Adjust doxygen so Fast DDS Python pydoc makes RTD build
23+
#. Fix compilation in Ubuntu 24.04 platforms
24+
#. Fix Latency test destruction
25+
26+
.. note::
27+
28+
When upgrading to version 2.14.3 it is **advisable** to regenerate generated source from IDL files
29+
using `Fast DDS-Gen v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`_.

docs/notes/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Fast DDS as the core middleware.
360360
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
361361
- `v1.4.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.2>`__
362362
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
363-
- `v2.14.2 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.2>`__
363+
- `v2.14.3 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.3>`__
364364
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
365365
- `v1.2.2 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.2>`__
366366

0 commit comments

Comments
 (0)