Skip to content

v2.7.2

Compare
Choose a tag to compare
@JLBuenoLopez JLBuenoLopez released this 10 Feb 09:39

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

This release includes the following improvements:

  1. Skip writer_removed processing for unaccounted instances (#2915)
  2. Improve GUID_t operator < performance (#2985)

This release also includes the following bugfixes:

  1. Fix complex member printing for DynamicDataHelper (#2964)
  2. Add python3 dependency (#2983)
  3. Fix selection of output locators (#3010)
  4. Fix dataraces when creating DataWriters (#3013)
  5. Fix null dereferences on XML parser (#3027, #3023)
  6. Send GAPs correctly when using separate sending (#3035)
  7. Install Statistics IDL file (#3041)
  8. Fixes for building in old compilers (#3063, #3067)
  9. Fix several deadlocks (#3116, #3152)
  10. Fix communication with asymmetric ignoreParticipantFlags (#3111)
  11. Fix notification lost (#3199)
  12. Fix StatelessWriter ACK check (#3243)
  13. Fix total_read_ to be consistent with Reader's History after get_first_untaken_info (#3218)
  14. Fix doxygen documentation adding deprecated to ThroughputControllerDescriptor (#3226)
  15. Several dependencies fixes upgrading to Ubuntu 22.04 (#3156)
  16. Ensure shared_mutex implementation is consistent throughout supported platforms (#3090)
  17. Fix StatisticsSubmessageData unaligned access (#3252)

PRs in merge order:
#2891, #2915, #2964, #2983, #2985, #3010, #3013, #3027, #3023, #3035, #3041, #3063, #3067, #3116, #3111, #3152, #3199, #3243, #3218, #3226, #3156, #3252, #3090, #3260