Skip to content

Commit 0289374

Browse files
authored
Bump to 2.1.4 and added release notes (#491)
* Refs #18438: Bump to 2.1.4 and added release notes Signed-off-by: Javier Santiago <[email protected]> * Refs #18438: Added typing-extensions to pip requirements Signed-off-by: Javier Santiago <[email protected]> * Refs #18438: Applied suggestion Signed-off-by: Javier Santiago <[email protected]> * Refs #18438: Reverted dependency change Signed-off-by: Javier Santiago <[email protected]> * Refs #18438: Reverted dependency change Signed-off-by: Javier Santiago <[email protected]> --------- Signed-off-by: Javier Santiago <[email protected]>
1 parent 7d4da87 commit 0289374

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ def configure_doxyfile(
287287
# built documents.
288288
#
289289
# The short X.Y version.
290-
version = u'2.1.3'
290+
version = u'2.1.4'
291291
# The full version, including alpha/beta/rc tags.
292-
release = u'2.1.3'
292+
release = u'2.1.4'
293293

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

docs/notes/notes.rst

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
.. _release_notes:
22

3-
Version 2.1.3
3+
Version 2.1.4
44
=============
55

66
This release includes the following **improvements**:
77

8-
1. Improve rediscovery on lossy environments.
8+
1. Improve auto GAPs in Data Sharing
9+
2. Improve behavior when ``STRICT_REALTIME`` :ref:`CMake option <cmake_options>` is not enabled
10+
3. Handle SIGTERM in fast discovery server CLI
911

1012
This release includes the following **bugfixes**:
1113

12-
1. Fixed validation on ``ParameterPropertyList_t``.
13-
2. Fixed `SequenceNumberSet_t` deserialization.
14-
3. Add python3 dependency to package.xml.
15-
4. Fix data races when creating DataWriters.
16-
5. Fix deadlock when removing remote DomainParticipants by expired liveliness when using Security.
17-
6. Fix communication with asymmetric :ref:`discovery_ignore_flags`.
14+
1. Select correct listener for on_requested_deadline_missed
15+
2. Correctly assign multicast port to multicast initial peers
16+
3. Fix chain of trust issues with a single CA certificate
17+
4. Correctly handle builtin endpoints mask
18+
5. Fix build on MSVC 19
1819

1920
.. note::
2021
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
@@ -24,6 +25,7 @@ This release includes the following **bugfixes**:
2425
Previous versions
2526
=================
2627

28+
.. include:: previous_versions/v2.1.3.rst
2729
.. include:: previous_versions/v2.1.2.rst
2830
.. include:: previous_versions/v2.1.1.rst
2931
.. include:: previous_versions/v2.1.0.rst
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Version 2.1.3
2+
=============
3+
4+
This release includes the following **improvements**:
5+
6+
1. Improve rediscovery on lossy environments.
7+
8+
This release includes the following **bugfixes**:
9+
10+
1. Fixed validation on ``ParameterPropertyList_t``.
11+
2. Fixed `SequenceNumberSet_t` deserialization.
12+
3. Add python3 dependency to package.xml.
13+
4. Fix data races when creating DataWriters.
14+
5. Fix deadlock when removing remote DomainParticipants by expired liveliness when using Security.
15+
6. Fix communication with asymmetric :ref:`discovery_ignore_flags`.
16+
17+
.. note::
18+
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
19+
files using *fastddsgen*.
20+
If you are upgrading from a version older than 1.10.0, regenerating the code is *recommended*.
21+

0 commit comments

Comments
 (0)