-
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 v2.7.2 and include Fast DDS v2.7.2 release notes (#456)
* Refs #16905: bump version to v2.7.2 Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #16905: include EOL in branches no longer alive Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #16905: include Fast DDS v2.7.2 release notes Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #16905: fix tests Signed-off-by: JLBuenoLopez-eProsima <[email protected]> --------- Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
- Loading branch information
1 parent
ac40c6c
commit aa3972e
Showing
11 changed files
with
73 additions
and
38 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
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
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
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,32 @@ | ||
Version 2.7.1 (EOL) | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **features** in an ABI compatible way: | ||
|
||
1. :ref:`check_static_xml_file` by means of :cpp:func:`DomainParticipantFactory::check_xml_static_discovery()<eprosima::fastdds::dds::DomainParticipantFactory::check_xml_static_discovery>`. | ||
2. :ref:`dds_layer_core_readcondition` implementation. | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Thread sanitizer CI. | ||
2. Overload :cpp:func:`get_unread_count()<eprosima::fastdds::dds::DataReader::get_unread_count>`. | ||
3. Improve read/take performance when using topic with a great number of keys. | ||
4. Improve rediscovery on lossy environments. | ||
5. New :ref:`CMake option<cmake_options>` `USE_THIRDPARTY_SHARED_MUTEX`. | ||
6. Notify changes in bulk in RTPS readers. | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Fix Fast CDR submodule update to v1.0.24. | ||
2. Fix access to some pointers. | ||
3. Fixed validation on :class:`ParameterPropertyList_t`. | ||
4. Fixed acknowledgement in DataSharing. | ||
5. Fixed wrong usage of :class:`std::remove_if`. | ||
6. Suppress OpenSSL 3.0 warnings. | ||
7. Fixed race condition in Logging module. | ||
8. Other minor fixes and improvements. | ||
|
||
.. 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 any older version, regenerating the code is *highly recommended*. |
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 |
---|---|---|
|
@@ -65,6 +65,7 @@ decrypt | |
decrypted | ||
dependant | ||
dereference | ||
dereferences | ||
deserialization | ||
deserialize | ||
deserialized | ||
|