v2.1.3
This release includes the following improvements:
- Improve rediscovery on lossy environments (#2875)
This release includes the following bugfixes:
- Fixed validation on
ParameterPropertyList_t
(#2863) - Fixed
SequenceNumberSet_t
deserialization (#2906) - Add python3 dependency to package.xml (#2980)
- Fix dataraces when creating DataWriters (#3051)
- Fix deadlock when removing remote DomainParticipants by expired liveliness when using Security (#3118)
- Fix communication with asymmetric
ignoreParticipantFlags
(#3129)
PRs in merge order:
#2863, #2875, #2906, #2980, #3051, #3118, #3129, #3255