v3.0.1
Fast DDS v3.0.1
This release includes the following improvements:
- Set string arguments as const references (#5179)
- Improve resilience against clock adjustments (#5018, #5213)
- Make Fast DDS build compatible with
GCC 9
(#5178) - Use eProsima-CI action to install Qt (#5186)
- Update
Fast CDR
submodule tov2.2.4
(#5218) - Regenerate types with
Fast DDS Gen v4.0.1
(#5223)
This release includes the following fixes:
- Secure simple participants with
initialpeers
over TCP match (#5071) - Register also the minimal created from the received complete
TypeObject
in theTypeLookupService
(#5181) - Fix issue with exclusive ownership and unordered samples (#5182)
- Fix compilation error in Ubuntu 24.04 (#5217)
- Correct iterator increment after erasing elements in
connected_servers_list
(#5226) - Fix request reply example isolated build (#5236)
PRs in merged order:
#5071, #5179, #5018, #5178, #5181, #5186, #5213, #5182, #5218, #5217, #5223, #5226, #5227, #5236, #5240