-
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.
* Add v2.14.4 release notes Signed-off-by: Eugenio Collado <[email protected]> * Bump version to 2.14.4 Signed-off-by: Eugenio Collado <[email protected]> * Apply review suggestions Signed-off-by: Eugenio Collado <[email protected]> * Spelling review suggestions Signed-off-by: Eugenio Collado <[email protected]> --------- Signed-off-by: Eugenio Collado <[email protected]>
- Loading branch information
1 parent
c2b2561
commit d6af1b7
Showing
6 changed files
with
62 additions
and
11 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
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
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,51 @@ | ||
`Version 2.14.4 (latest) <https://fast-dds.docs.eprosima.com/en/v2.14.4/index.html>`_ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. important:: | ||
|
||
Fast DDS v2.14 is the last minor version of Fast DDS v2, the major release Fast DDS | ||
v3 is already out! Check out all the new features and improvements in <https://fast-dds.docs.eprosima.com/en/latest/> | ||
|
||
# Fast DDS v2.14.4 | ||
|
||
This release includes the following **features** in an ABI compatible manner: | ||
|
||
#. Add unsigned specification to literals. | ||
#. Allow running CI on external contributions. | ||
#. Add references to new nightly jobs per supported branch in README. | ||
|
||
This release includes the following **improvements**: | ||
|
||
#. Add Ubuntu weekly CI. | ||
#. Fix Windows CI and add vanilla build step in Ubuntu CI. | ||
#. Use eProsima-CI action to install Qt. | ||
#. Modify help command of XML CLI tool. | ||
#. Update commercial support section in README. | ||
|
||
This release includes the following **fixes**: | ||
|
||
#. Mitigate LogTests.flush_n flakiness. | ||
#. Mitigate buffer recover test flakiness on mac. | ||
#. Fix Python version in sanitizers CI. | ||
#. Fix OSS fuzz build. | ||
#. Fix warning in OSS fuzz build. | ||
#. Change monitor service writer entity ID. | ||
#. Solve SecurityManager memory issue. | ||
#. Fix issue with exclusive ownership and unordered samples. | ||
#. Fix data race in TypeObjectFactory::get_instance. | ||
#. Fix: Secure simple participants with initial peers over TCP match. | ||
#. Remove double // in some installation paths. | ||
#. Discard changes with big key-only payload and no key hash. | ||
#. Fix DataReaderHistory regression. | ||
#. Fix Secure Discovery Server client disposals GUID and handshake_handle assertion. | ||
#. Fix issues in Dynamic Network Interfaces. | ||
#. Check if SHM transport is disabled in LARGE_DATA modes. | ||
#. Release participant_stateless secure builtin writer history change when authentication has finished. | ||
#. Improve OpenSSL lifecycle handling. | ||
#. Fix destruction data race on participant removal in intra-process. | ||
#. Be less strict with parameter lengths. | ||
|
||
.. note:: | ||
|
||
When upgrading to version 2.14.4 it is **advisable** to regenerate generated source from IDL files | ||
using `Fast DDS-Gen v3.3.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.1>`_. |
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