Skip to content

v2.11.3

Compare
Choose a tag to compare
@elianalf elianalf released this 19 Feb 11:17
e83e5d5

Fast DDS Docs v2.11.3

This release includes the following features:

  1. Add IDL modules (#572)
  2. Define a super client by environment variable (#601)
  3. New tutorial for Multicast PDP + TCP data use case (#608)
  4. Support Autofill port (automatic assignment of a port) for TCP Transport (#605)
  5. TCP support for Discovery server CLI and environment variable and example (#616)
  6. Expose PayloadPool in DDSDataWriter and DDSDataReader (#650)
  7. Methods to configure transport scenarios (#631)

This release also includes the following improvements:

  1. Clarify custom template usage (#554)
  2. Fast DDS Python bindings installation in Windows (#563)
  3. Updatable disable_positive_acks period (#568)
  4. Add is_sample_valid() checks, references and emphasis (#585)
  5. Instruct to install openssl with chocolatey on windows (#627)
  6. Improve TCP documentation (#667)

This release includes the following fixes:

  1. Fix documentation on immutable DataWriterQos (#576)
  2. Fix GTest version (#582)
  3. Remove duplicated dependency (#612)
  4. Update requirements.txt dependencies for sphinx 4.3.1 (#643)
  5. TCP socket send buffer limit (#656)

PRs in merged order:
#554, #563, #568, #572, #576, #582, #585, #601, #608, #612, #605, #616, #643, #627, #650, #656, #631, #667, #621