Skip to content

v2.13.6

Compare
Choose a tag to compare
@JesusPoderoso JesusPoderoso released this 12 Jul 08:37
· 0 commits to 2.13.x since this release

Fast DDS v2.13.6

This release includes the following improvements:

  • Create InitialConnection for TCP initial peers (#4947)

  • Only apply content filter to ALIVE changes (#4902)

  • Update version support documentation (#4996)

  • Add XML configuration for FlowControllerDescriptor (#4905)

  • Github CI management:

    • Refactor Fast DDS Ubuntu CI to include several tests (#4955)
    • Use token for ccache action (#4935)
    • CI - Avoid CCache in workflows and nightlys (#4974)
    • Update README.md with GitHub actions Ubuntu CI nightly (#4981)
    • Build profiling tests as alternate build in Ubuntu CI (#4993)

This release includes the following fixes:

  • Fix DS servers not connecting due to ports logic (#4950)
  • Correctly initialize MatchingFailureMask constants to be used with the std::bitset API (#4926)
  • Fix topic interference on liveliness_changed status (#5044)
  • Properly delete builtin statistics writers upon delete_contained_entities() (#4915)
  • Fix Latency tests (#5020)
  • Remove doxygen warnings (#5024)

PRs in merge order:

#4902, #4935, #4955, #4950, #4926, #4974, #4981, #4996, #4993, #4947, #5024, #5020, #5044, #4915, #4905, #5060