Skip to content

v2.4.2

Compare
Choose a tag to compare
@MiguelCompany MiguelCompany released this 13 Apr 10:20
7d5ffac

IMPORTANT: This is the last patch release that will be made to v2.4, as it has arrived EOL.

This release includes the following improvements:

  1. Enable memory protection on DataSharing readers (#2474)
  2. Add const overload of DataReader::guid() (#2605)
  3. Set recommended statistics DataReaderQos to PREALLOCATED_WITH_REALLOC (#2557)
  4. Allow fully qualified name on MemberDescriptor (#2522)

This release includes the following bugfixes:

  1. Fix and refactor EDPSimple destructor (#2337)
  2. Fix several build warnings on certain platforms (#2400, #2504, #2514)
  3. Fix oss fuzz issues (#2340)
  4. Fix TCP synchronization issues (#2478)
  5. Correct reporting of MatchedStatus last_*_handle (#2547)
  6. Ensure correct boost singleton destruction order (#2357)
  7. Fix inserting minimum CacheChange_t in GAP message (#2465)

PRs in merge order:
#2337, #2340, #2400, #2357, #2465, #2474, #2504, #2514, #2478, #2522, #2547, #2557, #2605, #2632