-
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.
Fast DDS 2.3.6 release notes and bump version to v2.3.6 (#423)
* Refs #16171: Fast DDS v2.3.6 release notes Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #16171: Bump version to 2.3.6 Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #16171: Apply suggestions Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> Co-authored-by: Eduardo Ponz <eduardoponz@eprosima.com>
- Loading branch information
1 parent
fd1053d
commit 1a625aa
Showing
8 changed files
with
64 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Version 2.3.5 (EOL) | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Fixed several flaky tests. | ||
2. Use native inter-process on Windows. | ||
3. Support for partitions on DataWriterQoS and DataReaderQoS. | ||
4. Support for GCC 12. | ||
5. Correctly implement delete_contained_entities. | ||
|
||
This release also includes the following **bugfixes**: | ||
|
||
1. Fixed deadline issue on volatile DataWriter. | ||
2. Allow updating partitions to an empty set. | ||
3. Fixed order of returned samples on topics with keys. | ||
4. Fixed issues in LivelinessManager. | ||
5. Correctly give priority to intra-process over data-sharing. | ||
6. Avoid bad_node_size exception when cross-building. | ||
7. Fixed build errors with OpenSSL 3.0. | ||
8. Avoid a volatile data-sharing reader to block a writer. | ||
9. Fixed history record issues with persistence. | ||
10. Correctly disable DataReader on destruction. | ||
11. Fixed various GCC 11 warnings. | ||
12. Fixed payload pool handling on EDPSimple destructor. | ||
13. Fixed read after free on security code. | ||
14. Fixed null dereference on XML parser. | ||
15. Ensure correct boost singleton destruction order. | ||
16. Enable memory protection on DataSharing readers. | ||
17. TCP reconnection issues. | ||
18. MemberDescriptor fully qualified name. | ||
19. Fix recommended statistics DataReaderQos to enable backwards compatibility. | ||
20. Fixed dangling sample references with big data. | ||
21. Fixed deadlocks and data races. | ||
22. Fixed reconnection to Discovery Server. | ||
23. Other minor fixes. | ||
|
||
.. 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*. |