-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
3 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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*. | ||
|