Skip to content

v2.10.1

Compare
Choose a tag to compare
@jsan-rt jsan-rt released this 04 Apr 13:03
· 210 commits to 2.10.x since this release

This release includes the following feature in an ABI compatible way:

  1. DomainParticipant::ignore_participant() implementation (#3412)

This release includes the following bugfixes:

  1. Fix repeated matched event notification. (#3396)
  2. Fix regression introduced by #3396. (#3418)
  3. Initial acknack backoff. (#3419)
  4. Fix regular expression in XML schema. (#3421)
  5. Correctly assign multicast port to multicast initial peers. (#3425)

This release includes the following CI improvements:

  1. Update runner and GCC version for Thread Sanitizer job.(#3406)

PRs in merge order:
#3396 , #3406 , #3418 , #3412 , #3419 , #3421, #3425 , #3435