Fast DDS v3.2.2
This release includes the following fixes:
- Fix
related_sample_identity
handling in RPC for ROS 2 request messages (#5760) - Fix compilation in Windows using MinGW compiler (#5663)
- Fix a crash error in
XMLDynamicParser.cpp
due towstring_builder
being created asnullptr
(#5761)
This release includes the following improvements:
- Add support for sequence types in
IDLParser
(#5763) - Improve efficiency of Discovery Server routines (#5764)
- Always copy
type_information
inReaderProxyData
andWriterProxyData
copy constructors (#5766) - Add Fast DDS v2.6.10 to supported releases (#5772)
This release includes the following ci management updates:
- Force using asio from thirdparty in MacOS CI (#5769, #5776)
- Update 2.6.x weekly Ubuntu image to Ubuntu 22.04 (#5770)
PRs in merged order:
#5760, #5663, #5761, #5769, #5770, #5776, #5763, #5764, #5766, #5772, #5786