Releases: eProsima/Fast-DDS-python
Release list
v1.0.3
Fast DDS Python v1.0.3
This release includes the following improvements and CI improvements.
Improvements
- Add type support regeneration utility (#177)
CI improvements
- Improve CI workflows in 1.0.x, and branching model refactor (#152)
- Avoid usage of removed action (#174)
- Get correct Fast CDR related branch in CI (#228)
- Don't use infinite nanoseconds in API tests (#300)
v2.2.2
Fast DDS Python v2.2.2
This release includes the following improvements and CI improvements.
Improvements
- Regenerate code with Fast DDS Gen v4.0.7 (#312)
- Ignore new RTPSParticipantAttributes (#303)
- Regenerate code with Fast DDS Gen v4.0.6 (#288)
CI improvements
- Don't use infinite nanoseconds in API tests (#298)
- Make
skip-cilabel report required statuses as pass (#308)
v2.6.2
Fast DDS Python v2.6.2
This release includes the following bugfixes, improvements and CI improvements.
Fixes
- Ignore new
RTPSParticipantAttributes(#294)
Improvements
- Set Fast DDS version 3.5 as EOL (#293)
- Changes after fastcdr branch-out to 2.4.x (#305)
- Mark 2.4.x as EOL (#306)
CI improvements
- Don't use infinite nanoseconds in API tests (#296)
- Make
skip-cilabel report required statuses as pass (#307)
v2.6.1
v2.6.0
v1.4.4
This patch release includes the following improvements:
- Regenerate types with Fast DDS Gen v3.3.2 (#284)
This patch release includes the following fixes:
- Remove compilation warning with InstanceHandle_t (#265)
- Set CMAKE_SHARED_LIBRARY_SUFFIX to always create .so files. (#259)
This patch release includes the following changes in CI:
v2.5.0
v2.3.1
Fast DDS python v2.3.1
This patch release includes the following improvements:
- Set
CMAKE_SHARED_LIBRARY_SUFFIXto always create.sofiles (#257) - Remove compilation warning with
InstanceHandle_t(#263) - Update
RELEASE_SUPPORTwith release2.2.1(#272) - Regenerate types with Fast DDS Gen
4.1.1(#279) - Prepare for Fast DDS
3.3.1(#281)
This patch release includes the following updates in the ci-management
- Update
2.3.xto be a supported branch (#249) - Update repository versions in
fastdds_python.repos(#254)
PRs in merged order:
#249, #254, #257, #263, #272, #279, #281
v2.4.1
v2.4.0
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, #267) - Remove
@feedoperations 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
PRs in merged order:
#248, #253, #207, #256, #250, #252, #261, #262, #266, #267