Skip to content

Commit

Permalink
Bump to 2.1.4 and added release notes (#491)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
jsan-rt authored May 19, 2023
1 parent 7d4da87 commit 0289374
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ def configure_doxyfile(
# built documents.
#
# The short X.Y version.
version = u'2.1.3'
version = u'2.1.4'
# The full version, including alpha/beta/rc tags.
release = u'2.1.3'
release = u'2.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
18 changes: 10 additions & 8 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
.. _release_notes:

Version 2.1.3
Version 2.1.4
=============

This release includes the following **improvements**:

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

This release includes the following **bugfixes**:

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

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

.. include:: previous_versions/v2.1.3.rst
.. include:: previous_versions/v2.1.2.rst
.. include:: previous_versions/v2.1.1.rst
.. include:: previous_versions/v2.1.0.rst
Expand Down
21 changes: 21 additions & 0 deletions docs/notes/previous_versions/v2.1.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Version 2.1.3
=============

This release includes the following **improvements**:

1. Improve rediscovery on lossy environments.

This release includes the following **bugfixes**:

1. Fixed validation on ``ParameterPropertyList_t``.
2. Fixed `SequenceNumberSet_t` deserialization.
3. Add python3 dependency to package.xml.
4. Fix data races when creating DataWriters.
5. Fix deadlock when removing remote DomainParticipants by expired liveliness when using Security.
6. Fix communication with asymmetric :ref:`discovery_ignore_flags`.

.. note::
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
files using *fastddsgen*.
If you are upgrading from a version older than 1.10.0, regenerating the code is *recommended*.

0 comments on commit 0289374

Please sign in to comment.