Skip to content

Commit efe2b5f

Browse files
authored
Bump version to 2.14.2 (#819)
* Refs #21209: Bump version to 2.14.2 Signed-off-by: eduponz <eduardoponz@eprosima.com> * Refs #21209: Add Fast DDS v2.14.2 release notes Signed-off-by: eduponz <eduardoponz@eprosima.com> * Refs #21209: Fix rendering Signed-off-by: eduponz <eduardoponz@eprosima.com> * Refs #21209: Apply Eliana's suggestions Signed-off-by: eduponz <eduardoponz@eprosima.com> --------- Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent f50c0c0 commit efe2b5f

8 files changed

Lines changed: 52 additions & 11 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ def configure_doxyfile(
384384
# built documents.
385385
#
386386
# The short X.Y version.
387-
version = u'2.14.1'
387+
version = u'2.14.2'
388388
# The full version, including alpha/beta/rc tags.
389-
release = u'2.14.1'
389+
release = u'2.14.2'
390390

391391
# The language for content autogenerated by Sphinx. Refer to documentation
392392
# 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.1.rst
8+
.. include:: previous_versions/v2.14.2.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.2.rst
78
.. include:: v2.14.1.rst
89
.. include:: v2.14.0.rst
910

docs/notes/previous_versions/v2.14.0.rst

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

44
.. important::
55

docs/notes/previous_versions/v2.14.1.rst

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

44
.. important::
55

@@ -62,5 +62,5 @@ This release includes the following **fixes**:
6262

6363
.. note::
6464

65-
When upgrading to version 2.14.0 it is **advisable** to regenerate generated source from IDL files
65+
When upgrading to version 2.14.1 it is **advisable** to regenerate generated source from IDL files
6666
using `Fast DDS-Gen v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`_.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
`Version 2.14.2 (latest) <https://fast-dds.docs.eprosima.com/en/v2.14.2/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+
#. Set :ref:`DataSharing Qos policy<datasharingqospolicy>` in transmitted ``WriterProxyData`` and ``ReaderProxyData``.
12+
#. New :ref:`max_message_size<use-case-large-data-options>` property to limit the output datagrams size.
13+
#. Add XML configuration for :ref:`flow-controllers`.
14+
15+
This release includes the following **improvements**:
16+
17+
#. Repository & CI improvements.
18+
#. Do not require `PYTHON_VERSION` to be defined. in .bat files.
19+
#. Use `%*` instead of loop in `.bat` scripts.
20+
#. Use absolute paths when loading XML files.
21+
#. Bump Fast CDR submodule to version 2.2.2.
22+
23+
This release includes the following **fixes**:
24+
25+
#. Handle errors when setting socket buffer sizes.
26+
#. Do not require Fast CDR v2 in examples.
27+
#. Fix :ref:`transport_sharedMemory_sharedMemory` buffer recovery MacOS flaky test.
28+
#. Automatically unmatch remote participants on participant deletion.
29+
#. Bugfix: correct :ref:`liveliness<livelinessqospolicy>` state in a multiple reader - one writer scenario.
30+
#. Only apply :ref:`content filter<dds_layer_topic_contentFilteredTopic>` to ALIVE changes.
31+
#. Properly delete builtin statistics writers upon :func:`delete_contained_entities`.
32+
#. Fix doxygen warning about undocumented `@param` in deleted functions.
33+
#. Correctly initialize `MatchingFailureMask` constants to be used with the `std::bitset` API.
34+
#. Fix :ref:`Discovery Server<discovery_server>` not connecting due to ports logic.
35+
36+
.. note::
37+
38+
When upgrading to version 2.14.2 it is **advisable** to regenerate generated source from IDL files
39+
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The following table shows the corresponding versions of the Fast DDS library dep
260260
* - Product
261261
- Related version
262262
* - `Fast CDR <https://github.com/eProsima/Fast-CDR/>`__
263-
- `v2.2.1 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.1>`__
263+
- `v2.2.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.2>`__
264264
* - `Foonathan Memory Vendor <https://github.com/eProsima/foonathan_memory_vendor/>`__
265265
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
266266
* - `Asio <https://github.com/chriskohlhoff/asio>`__
@@ -346,9 +346,9 @@ Fast DDS as the core middleware.
346346
* - `Fast DDS Gen - IDL parser <https://github.com/eProsima/IDL-Parser/>`__
347347
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__
348348
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
349-
- `v1.4.1 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.1>`__
349+
- `v1.4.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.2>`__
350350
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
351-
- `v2.14.1 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.1>`__
351+
- `v2.14.2 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.2>`__
352352

353353
.. group-tab:: 2.13.x
354354

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ optionparser
200200
OSS
201201
ostream
202202
overcomplicated
203+
param
203204
parseLogConfig
204205
parseXMLBitsetDynamicType
205206
persistency

0 commit comments

Comments
 (0)