Skip to content

Commit d6af1b7

Browse files
Bump version to 2.14.4 (#971)
* Add v2.14.4 release notes Signed-off-by: Eugenio Collado <[email protected]> * Bump version to 2.14.4 Signed-off-by: Eugenio Collado <[email protected]> * Apply review suggestions Signed-off-by: Eugenio Collado <[email protected]> * Spelling review suggestions Signed-off-by: Eugenio Collado <[email protected]> --------- Signed-off-by: Eugenio Collado <[email protected]>
1 parent c2b2561 commit d6af1b7

File tree

6 files changed

+62
-11
lines changed

6 files changed

+62
-11
lines changed

docs/conf.py

+2-2
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.3'
379+
version = u'2.14.4'
380380
# The full version, including alpha/beta/rc tags.
381-
release = u'2.14.3'
381+
release = u'2.14.4'
382382

383383
# The language for content autogenerated by Sphinx. Refer to documentation
384384
# for a list of supported languages.

docs/notes/notes.rst

+1-1
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.3.rst
8+
.. include:: previous_versions/v2.14.4.rst
99

1010
.. seealso::
1111

docs/notes/previous_versions/supported_versions.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Supported versions
44
Version 2.14
55
------------
66

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

docs/notes/previous_versions/v2.14.3.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
`Version 2.14.3 (latest) <https://fast-dds.docs.eprosima.com/en/v2.14.3/index.html>`_
2-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3-
1+
`Version 2.14.3 <https://fast-dds.docs.eprosima.com/en/v2.14.3/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43
.. important::
54

65
Fast DDS v2.14 will be the last minor version of Fast DDS v2, the next major release will be Fast DDS
+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
`Version 2.14.4 (latest) <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

+5-5
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The following table shows the corresponding versions of the Fast DDS library dep
266266
* - Product
267267
- Related version
268268
* - `Fast CDR <https://github.com/eProsima/Fast-CDR/>`__
269-
- `v2.2.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.2>`__
269+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
270270
* - `Foonathan Memory Vendor <https://github.com/eProsima/foonathan_memory_vendor/>`__
271271
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
272272
* - `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-
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__
357+
- `v3.3.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.1>`__
358358
* - `Fast DDS Gen - IDL parser <https://github.com/eProsima/IDL-Parser/>`__
359-
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
359+
- `v3.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.1>`__
360360
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
361-
- `v1.4.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.2>`__
361+
- `v1.4.3 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.3>`__
362362
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
363-
- `v2.14.3 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.3>`__
363+
- `v2.14.4 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.4>`__
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)