v2.12.0
Fast DDS v2.12.0
This minor release includes several new features, improvements and bugfixes.
IMPORTANT This release upgrades the following Fast DDS dependencies:
Please, read also the release notes of Fast DDS-Gen v3.0.0 to be aware of every possible break in the application code.
Mind that, there is a minor API break with previous v2.x versions: MEMBER_INVALID
identifier was declared using #define
. In order to prevent polluting the user workspace, it has been transformed into a constexpr
within eprosima::fastrtps::types
namespace.
Also, as Fast DDS dependencies have been upgraded to new major releases, depending on the types defined in the IDL files, it might be required to modify the user application source code besides recompiling it (more information can be found in the corresponding release notes). Finally, the type support must be regenerated from the IDL files using Fast DDS-Gen v3.0.0.
New features
- New participant property to configure SHM transport metatraffic behavior (#3753)
- Exposed custom payload pool on DDS endpoints declaration (#3755)
- Feature example (#3598)
- Processing environment variables in XML text (#3841)
- Dependencies
Improvements
- Fast DDS improvements
fixed_string
comparison operators (#3623)- Remove mutex from
TimedEventImpl
(#3745, #3760) - Performance improvements on intraprocess and datasharing (#3743)
- Improve Shared Memory resilience to crashing participants (#3759)
- Improve scripts shebang portability (#3732)
- Use
foonathan_memory
to reduce allocations in SharedMemManager (#3833)
Fixes
- Fast DDS bugfixes
- Fixed XMLParser null-dereference when parsing log configuration (#3769)
- Allow participant XML profiles with no
<rtps>
tag (#3771) - Fix encapsulation format in Writer Liveliness Protocol (#3784)
- Fix
DomainParticipant::register_remote_type
return when negotiating type (#3786) - Fix strict real-time feature when using Flow Controller feature (#3735)
- Fix ParameterPropertyList increment operators (#3739)
- Fix bad-free when receiving malformed DATA submessage (#3824)
- Fix asymmetric whitelist matching (#3733)
- Fix heap-use-after-free on XMLElementParser (#3866)
- Fix History remove change return statement (#3858)
- CI fixes
- Tools
- Remove C++11 check in fast-discovery-server CLI tool (#3891)
- Examples
- Fix HelloWorldDataSharing data type (#3714)
- Documentation
- Doxygen typos (#3744)
- Repository
- Remove 2.9.x as active branch (#3720)
- Non Tier 1 support
PRs in merged order:
#3720, #3623, #3744, #3745, #3743, #3760, #3759, #3752, #3769, #3753, #3771, #3755, #3784, #3787, #3786, #3831, #3837, #3838, #3735, #3741, #3503, #3739, #3732, #3841, #3824, #3856, #3733, #3866, #3858, #3828, #3876, #3598, #3714, #3833, #3891, #3887, #3893, #3881