-
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.
* Bump version to v2.13.0 Signed-off-by: elianalf <[email protected]> * Update release notes Signed-off-by: elianalf <[email protected]> * Update new Fast CDR patch release Signed-off-by: elianalf <[email protected]> * fix double endline Signed-off-by: elianalf <[email protected]> * Add link to pages Signed-off-by: elianalf <[email protected]> * Update link fastddsgen Signed-off-by: elianalf <[email protected]> * Fix spelling errors Signed-off-by: elianalf <[email protected]> * Indent line Signed-off-by: elianalf <[email protected]> --------- Signed-off-by: elianalf <[email protected]>
- Loading branch information
Showing
3 changed files
with
87 additions
and
21 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,35 @@ | ||
Version 2.12.1 | ||
^^^^^^^^^^^^^^ | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Support for linking with Fast CDR v1. | ||
2. The period for the timer within the :ref:`disablepositiveacksqospolicy` is now updatable. | ||
3. Log error message upon receiver resource creation failure. | ||
4. CI and repository improvements. | ||
5. Simplify code in CDRMessage. | ||
|
||
This release includes the following **fixes**: | ||
|
||
1. **Fast DDS bugfixes** | ||
|
||
1. Fix transient local durability for reliable readers using intra-process and data-sharing. | ||
2. Use STL implementation of Timed/RecursiveTimedMutex when `MSVC >= 19.36`. | ||
3. Fix updatability of immutable `DataWriterQos`. | ||
4. Fix the clang build for clang 14. | ||
5. Fix remote locators filtering when whitelist provided. | ||
6. Fix Data Race when updating liveliness changed in WLP. | ||
7. Add XML parser bit_bound bounds check. | ||
8. Fix missing mandatory attribute check in XML parser struct type. | ||
9. SHM transport: ignore non-existing segment on pop. | ||
10. Fix: mac address overflow on Windows. | ||
|
||
2. CI fixes: | ||
|
||
1. Fix flow controllers unit tests compilation when using Fast CDR from thirdparty. | ||
2. PubSubAsReliable test fix. | ||
3. FileWatchTest fix for github windows CI. | ||
|
||
.. note:: | ||
When upgrading to version 2.12.1 it is **advisable** to regenerate generated source from IDL files | ||
using `Fast DDS-Gen v3.1.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.1.0>`_. |
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