Skip to content

v2.14.2

Compare
Choose a tag to compare
@EduPonz EduPonz released this 21 Jun 08:31
· 30 commits to 2.14.x since this release

Fast DDS v2.14.2

This release includes the following features in an ABI compatible manner:

  1. Set DataSharing Qos policy in transmitted Writer|ReaderProxyData (#4801)
  2. New max_message_size property to limit the output datagrams size (#4805)
  3. Add XML configuration for FlowControllerDescriptor (#4893, #4911)

This release includes the following improvements:

  1. Repository & CI improvements (#4781, #4790, #4800, #4799, #4808, #4934, #4954, #4973, #4844, #4838, #4854)
  2. Do not require PYTHON_VERSION to be defined in .bat files (#4797)
  3. Use %* instead of loop in .bat scripts. (#4818)
  4. Use absolute paths when loading XML files (#4828)
  5. Bump Fast CDR submodule to version 2.2.2 (#4977)

This release includes the following fixes:

  1. Handle errors when setting socket buffer sizes (#4796)
  2. Do not require Fast CDR v2 in examples (#4833)
  3. Fix ShmTransport buffer recovery MacOS flaky test (#4855)
  4. Automatically unmatch remote participants on participant deletion (#4849)
  5. Bugfix: correct liveliness state in a multiple reader - one writer scenario (#4881)
  6. Only apply content filter to ALIVE changes (#4876)
  7. Properly delete builtin statistics writers upon delete_contained_entities() (#4914)
  8. Fix doxygen warning about undocumented param in deleted functions (#4918)
  9. Correctly initialize MatchingFailureMask constants to be used with the std::bitset API (#4925)
  10. Fix DS servers not connecting due to ports logic (#4949)

PRs in merged order:
#4781, #4790, #4800, #4799, #4796, #4797, #4801, #4805, #4808, #4818, #4833, #4844, #4838, #4828, #4855, #4849, #4854, #4881, #4876, #4893, #4911, #4914, #4918, #4925, #4934, #4949, #4954, #4973, #4977