Skip to content

v2.1.4

Compare
Choose a tag to compare
@jsan-rt jsan-rt released this 19 May 06:38

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

This release includes the following improvements:

  1. Improve auto GAPs in Data Sharing (#3359)
  2. Improve behavior when HAVE_STRICT_REALTIME is not set (#3292)
  3. Handle SIGTERM in fast discovery server CLI (#3381)

This release includes the following bugfixes:

  1. Select correct listener for on_requested_deadline_missed (#3454 )
  2. Correctly assign multicast port to multicast initial peers (#3430 )
  3. Fix chain of trust issues with a single CA certificate (#3302 )
  4. Correctly handle builtin endpoints mask (#3280)
  5. Fix build on MSVC 19 (#3467)

PRs in merging order:
#3381, #3467 , #3280 , #3292 , #3302 , #3359 , #3430 , #3454 , #3519