File tree Expand file tree Collapse file tree 6 files changed +36
-6
lines changed Expand file tree Collapse file tree 6 files changed +36
-6
lines changed Original file line number Diff line number Diff line change @@ -376,9 +376,9 @@ def configure_doxyfile(
376
376
# built documents.
377
377
#
378
378
# The short X.Y version.
379
- version = u'2.14.2 '
379
+ version = u'2.14.3 '
380
380
# The full version, including alpha/beta/rc tags.
381
- release = u'2.14.2 '
381
+ release = u'2.14.3 '
382
382
383
383
# The language for content autogenerated by Sphinx. Refer to documentation
384
384
# for a list of supported languages.
Original file line number Diff line number Diff line change 5
5
Information about the release lifecycle can be found
6
6
`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md >`_.
7
7
8
- .. include :: previous_versions/v2.14.2 .rst
8
+ .. include :: previous_versions/v2.14.3 .rst
9
9
10
10
.. seealso ::
11
11
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Supported versions
4
4
Version 2.14
5
5
------------
6
6
7
+ .. include :: v2.14.3.rst
7
8
.. include :: v2.14.2.rst
8
9
.. include :: v2.14.1.rst
9
10
.. include :: v2.14.0.rst
Original file line number Diff line number Diff line change 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
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
3
4
4
.. important ::
5
5
Original file line number Diff line number Diff line change
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 >`_.
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ Fast DDS as the core middleware.
360
360
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/ >`__
361
361
- `v1.4.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.2 >`__
362
362
* - `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 >`__
364
364
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/ >`__
365
365
- `v1.2.2 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.2 >`__
366
366
You can’t perform that action at this time.
0 commit comments