Skip to content

Commit bebdc34

Browse files
Add v2.14.4 release notes (#972) (#995)
* Refs #21560: Add notes from 2.14.4 Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #21560: Update supported versions Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #21560: Update product compatibility matrix Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> (cherry picked from commit 0682165) Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com>
1 parent 804860d commit bebdc34

File tree

3 files changed

+56
-4
lines changed

3 files changed

+56
-4
lines changed

docs/notes/previous_versions/supported_versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version 3.0
99
Version 2.14
1010
------------
1111

12+
.. include:: v2.14.4.rst
1213
.. include:: v2.14.3.rst
1314
.. include:: v2.14.2.rst
1415
.. include:: v2.14.1.rst
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
`Version 2.14.4 <https://fast-dds.docs.eprosima.com/en/v2.14.4/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
.. important::
5+
6+
Fast DDS v2.14 is the last minor version of Fast DDS v2, the major release Fast DDS
7+
v3 is already out! Check out all the new features and improvements in <https://fast-dds.docs.eprosima.com/en/latest/>
8+
9+
# Fast DDS v2.14.4
10+
11+
This release includes the following **features** in an ABI compatible manner:
12+
13+
#. Add unsigned specification to literals.
14+
#. Allow running CI on external contributions.
15+
#. Add references to new nightly jobs per supported branch in README.
16+
17+
This release includes the following **improvements**:
18+
19+
#. Add Ubuntu weekly CI.
20+
#. Fix Windows CI and add vanilla build step in Ubuntu CI.
21+
#. Use eProsima-CI action to install Qt.
22+
#. Modify help command of XML CLI tool.
23+
#. Update commercial support section in README.
24+
25+
This release includes the following **fixes**:
26+
27+
#. Mitigate LogTests.flush_n flakiness.
28+
#. Mitigate buffer recover test flakiness on mac.
29+
#. Fix Python version in sanitizers CI.
30+
#. Fix OSS fuzz build.
31+
#. Fix warning in OSS fuzz build.
32+
#. Change monitor service writer entity ID.
33+
#. Solve SecurityManager memory issue.
34+
#. Fix issue with exclusive ownership and unordered samples.
35+
#. Fix data race in TypeObjectFactory::get_instance.
36+
#. Fix: Secure simple participants with initial peers over TCP match.
37+
#. Remove double // in some installation paths.
38+
#. Discard changes with big key-only payload and no key hash.
39+
#. Fix DataReaderHistory regression.
40+
#. Fix Secure Discovery Server client disposals GUID and handshake_handle assertion.
41+
#. Fix issues in Dynamic Network Interfaces.
42+
#. Check if SHM transport is disabled in LARGE_DATA modes.
43+
#. Release participant_stateless secure builtin writer history change when authentication has finished.
44+
#. Improve OpenSSL lifecycle handling.
45+
#. Fix destruction data race on participant removal in intra-process.
46+
#. Be less strict with parameter lengths.
47+
48+
.. note::
49+
50+
When upgrading to version 2.14.4 it is **advisable** to regenerate generated source from IDL files
51+
using `Fast DDS-Gen v3.3.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.1>`_.

docs/notes/versions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,13 @@ Fast DDS as the core middleware.
372372
* - Product
373373
- Related version
374374
* - `Fast DDS Gen <https://github.com/eProsima/Fast-DDS-Gen/>`__
375-
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__
375+
- `v3.3.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.1>`__
376376
* - `Fast DDS Gen - IDL parser <https://github.com/eProsima/IDL-Parser/>`__
377-
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
377+
- `v3.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.1>`__
378378
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
379-
- `v1.4.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.2>`__
379+
- `v1.4.3 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.3>`__
380380
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
381-
- `v2.14.3 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.3>`__
381+
- `v2.14.4 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.4>`__
382382
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
383383
- `v1.2.2 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.2>`__
384384

0 commit comments

Comments
 (0)