Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@Mario-DL Mario-DL released this 16 Sep 08:08
· 18 commits to 3.0.x since this release

Fast DDS v3.0.1

This release includes the following improvements:

  1. Set string arguments as const references (#5179)
  2. Improve resilience against clock adjustments (#5018, #5213)
  3. Make Fast DDS build compatible with GCC 9 (#5178)
  4. Use eProsima-CI action to install Qt (#5186)
  5. Update Fast CDR submodule to v2.2.4(#5218)
  6. Regenerate types with Fast DDS Gen v4.0.1 (#5223)

This release includes the following fixes:

  1. Secure simple participants with initialpeers over TCP match (#5071)
  2. Register also the minimal created from the received complete TypeObject in the TypeLookupService(#5181)
  3. Fix issue with exclusive ownership and unordered samples (#5182)
  4. Fix compilation error in Ubuntu 24.04 (#5217)
  5. Correct iterator increment after erasing elements in connected_servers_list (#5226)
  6. 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