v2.3.6
IMPORTANT: This is the last patch release that will be made to Fast DDS v2.3, as it has arrived EOL.
This release includes the following improvements:
- Improve rediscovery on lossy environments (#2874)
- Upgrade CMake minimum requirement to 3.13 (#2907)
- Improve
GUID_t
operator<
performance (#2987)
This release includes the following bugfixes:
- Fixed validation on
ParameterPropertyList_t
(#2862) - Add python3 dependency to package.xml (#2981)
- Fix nullreferences and uncaught exceptions on XML parser (#2656, #3030, #3025, #3031, #3033)
- Install Statistics IDL file (#3043)
- Fix dataraces when creating DataWriters (#3015)
PRs in merge order:
#2862, #2874, #2916, #2656, #2981, #2987, #3030, #3025, #3031, #3033, #3043, #3015, #3106