-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Refs #21557. Add notes from v2.10.5 Signed-off-by: Miguel Company <[email protected]> * Refs #21557. Update versions in compatibility matrix. Signed-off-by: Miguel Company <[email protected]> * Refs #21557. Apply suggestion. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 9cec2a9) Co-authored-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
bf27d7c
commit 043c397
Showing
3 changed files
with
54 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
`Version 2.10.5 <https://fast-dds.docs.eprosima.com/en/v2.10.5/index.html>`_ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **features** in an ABI compatible manner: | ||
|
||
#. Add XML configuration for :ref:`FlowControllerDescriptor <flowcontrollers_xml>` | ||
|
||
This release includes the following **improvements**: | ||
|
||
#. Use ``%*`` instead of loop in ``.bat`` scripts | ||
#. Documentation improvements | ||
#. Use absolute paths when loading XML files | ||
#. Reduce tests flakiness | ||
#. Add unsigned specification to literals | ||
|
||
Github CI management: | ||
|
||
#. Set fallback branch for ``get_related_branch_from_repo`` correctly | ||
#. Fix sanitizers CI test summary report | ||
#. Run selected VS tool on Windows CI | ||
#. Use token for CCache action | ||
#. Refactor Fast DDS Ubuntu CI to include several tests | ||
#. Avoid CCache in some Github workflows | ||
#. Build profiling tests as alternate build in Ubuntu CI | ||
#. Add Ubuntu weekly CI | ||
#. Fix python version in sanitizers CI | ||
#. Fix windows CI and add vanilla build step in Ubuntu CI | ||
#. Use eProsima-CI action to install Qt | ||
#. Update types regeneration script homing path | ||
|
||
This release includes the following **fixes**: | ||
|
||
#. Automatically unmatch remote participants on participant deletion | ||
#. Only apply content filter to ALIVE changes | ||
#. Fix liveliness state in a multiple reader - one writer scenario | ||
#. Fix topic interference on ``liveliness_changed`` status | ||
#. Fix DS servers not connecting due to ports logic | ||
#. Fix issue with exclusive ownership and unordered samples | ||
#. Fix SecurityManager memory issue | ||
#. Correctly initialize ``MatchingFailureMask`` constants to be used with the ``std::bitset`` API | ||
#. Fix data race in ``TypeObjectFactory::get_instance`` | ||
#. Properly delete builtin statistics writers upon ``delete_contained_entities()`` | ||
#. Fix secure simple participants with initial peers not matching over TCP | ||
#. Fix access violations on XML parser detected by OSS-fuzz | ||
|
||
.. note:: | ||
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL | ||
files using *fastddsgen*. | ||
If you are upgrading from any older version, regenerating the code is *highly recommended*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters