Fast DDS python v2.4.0
This minor patch includes the following features:
- Added copy constructors to several entities (#252)
- Add support for OriginalWriterInfo (#253)
- Added cmake option
USE_PYTHON_STABLE_ABI
(#250) - Remove
@feed
operations from example (#256)
It also includes the following fixes:
- Remove compilation warning with
InstanceHandle_t
(#262)
This patch release includes the following improvements:
- Always create .so libraries for non-Windows platforms (#207)
- Update types for Fast DDS Gen v4.2.0 Release (#261)
This patch release includes the following updates in the ci-management
- Branch out 2.4.x (#248)
PRs in merged order:
#248, #253, #207, #256, #250, #252, #261, #262