v2.11.3
Fast DDS Docs v2.11.3
This release includes the following features:
- Add IDL modules (#572)
- Define a super client by environment variable (#601)
- New tutorial for Multicast PDP + TCP data use case (#608)
- Support
Autofill port
(automatic assignment of a port) for TCP Transport (#605) - TCP support for Discovery server CLI and environment variable and example (#616)
- Expose PayloadPool in DDSDataWriter and
DDSDataReader
(#650) - Methods to configure transport scenarios (#631)
This release also includes the following improvements:
- Clarify custom template usage (#554)
- Fast DDS Python bindings installation in Windows (#563)
- Updatable
disable_positive_acks
period (#568) - Add
is_sample_valid()
checks, references and emphasis (#585) - Instruct to install openssl with chocolatey on windows (#627)
- Improve TCP documentation (#667)
This release includes the following fixes:
- Fix documentation on immutable DataWriterQos (#576)
- Fix GTest version (#582)
- Remove duplicated dependency (#612)
- Update requirements.txt dependencies for sphinx 4.3.1 (#643)
- 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