-
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.
Forward port release notes of v2.6.6, v2.10.2 and v2.11.2 (#548)
* Refs #19360: Forward port release notes of v2.6.6, v2.10.2 and v2.11.2 Signed-off-by: JesusPoderoso <[email protected]> * Refs #19360: Fix list numbers Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]>
- Loading branch information
1 parent
d913e18
commit 6bc46f6
Showing
5 changed files
with
116 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Version 2.10.2 | ||
^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Fix Data-Sharing delivery when data_count is zero | ||
2. Improve performance of intraprocess plus data-sharing | ||
3. Improve content filter expression parameters checks and verbosity | ||
4. Improve validation on PID_PROPERTY_LIST deserialization | ||
5. Participant ignore local endpoints | ||
6. Pick smallest available participant ID for new participants | ||
7. Improve endpoint QoS XML tags | ||
8. Forward compatibility with boost interprocess 1.74+ | ||
9. Cap Thread Sanitizer memory usage to prevent runner shutdown | ||
10. Allow participant XML profile with no <rtps> tag | ||
11. Add unsupported note in API documentation to new ignore DomainParticipantListener callbacks | ||
12. Add documentation version fallback | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Fixed long-standing reconnection issue on SHM transport | ||
2. Fix null dereference when fuzzing | ||
3. Fix segfault when creating two participant with same fixed id | ||
4. Fix UBSan (Undefined Behavior Sanitizer) issues | ||
5. Fix listener selection for on_requested_deadline_missed | ||
6. Fix build on msvc 19.36.32528 | ||
7. Fix XML schema to set Transport descriptor kind as NOT mandatory | ||
8. Fix missing includes | ||
9. Fix overhead time unit | ||
10. Fix request reply example spelling typo | ||
11. Fix topic deletion after endpoint in examples | ||
12. Fix Data-Sharing delivery when data_count is zero | ||
13. Wait for log background thread initialization on the first queued entry | ||
14. Fix alias resolve in DDSSQLFilter | ||
15. Fix partition copy in QoS | ||
16. Fix StatelessWriter locators filtering | ||
17. Fix XMLParser null-dereference in parseLogConfig | ||
18. Fix encapsulation format in WLP | ||
19. Replace uint64_t by 8 in alignas specifier | ||
20. Capture all Fast CDR exceptions | ||
21. Security module: Honor allow_unauthenticated_participants flag | ||
22. Explicitly register type object in ContentFilteredTopicExample | ||
23. Avoid double definition of FASTDDS_ENFORCE_LOG_INFO | ||
24. Fix API Fast DDS v2.10.0 API break calling correctly on_participant_discovery callbacks | ||
25. Remove mutex from TimedEventImpl | ||
|
||
.. 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Version 2.11.1 | ||
^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Correct CONTRIBUTING.md typo | ||
2. Improve validation on PID_PROPERTY_LIST deserialization | ||
3. Apply eProsima brand style to Fast DDS repository | ||
4. Fix spelling mistake: SUBSTRACTION to SUBTRACTION | ||
|
||
This release includes the following **fixes**: | ||
|
||
1. Fixed long-standing reconnection issue on SHM transport | ||
2. Added missing include | ||
3. Fixed Boost handle usage regression | ||
4. Fix StatelessWriter locators filtering | ||
5. Avoid double definition of FASTDDS_ENFORCE_LOG_INFO | ||
6. Explicitly register type object in ContentFilteredTopicExample | ||
7. Properly handle zero-sized payloads on dynamic memory payload pools | ||
|
||
.. 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Version 2.6.6 | ||
^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Improve validation on PID_PROPERTY_LIST deserialization. | ||
2. Improved CPU usage of timed events thread. | ||
3. Improved performance on intraprocess + data-sharing. | ||
4. Explicitly register type object in ContentFilteredTopicExample. | ||
5. Improve installer generation with documentation version fallback. | ||
6. Improve content filter expression parameters checks and verbosity. | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Fixed long-standing reconnection issues on SHM transport. | ||
2. Correctly resolve alias in DDSQLFilter. | ||
3. Fixed partition copy in QoS. | ||
4. Added length checks to prevent nullptr memory copy calls. | ||
5. Fixed XMLParser null-dereference when parsing log configuration. | ||
6. Fixed SHM in 32-bit architectures. | ||
7. Added missing include. | ||
8. Avoid double definition of FASTDDS_ENFORCE_LOG_INFO. | ||
9. Fixed statistics data_count with data-sharing. | ||
|
||
.. 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