Skip to content

Commit

Permalink
Include v2.13.4 release notes (#743)
Browse files Browse the repository at this point in the history
* Refs #20723: Include v2.13.4 release notes

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #20723: Apply Mario' suggestion

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored May 7, 2024
1 parent 2d19ef6 commit cb96a6c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/notes/previous_versions/supported_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Version 2.14
Version 2.13
------------

.. include:: v2.13.4.rst
.. include:: v2.13.3.rst
.. include:: v2.13.2.rst
.. include:: v2.13.1.rst
Expand Down
41 changes: 41 additions & 0 deletions docs/notes/previous_versions/v2.13.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
`Version 2.13.4 <https://fast-dds.docs.eprosima.com/en/v2.13.4/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This release includes the following **features** in an ABI compatible manner:

#. Expose :ref:`Authentication Handshake Properties<property_policies_security>`

This release includes the following **improvements**:

#. Monitor service properly managing instances
#. Effectively assert ``AUTOMATIC`` / ``MANUAL_BY_PARTICIPANT`` liveliness
#. Add catch of out-of-range exception for thread settings port
#. TCP transport improvements:

#. ``TCPSendResources`` cleanup
#. TCP first message loss
#. Set real TCP ``non_blocking_send`` limitation

This release includes the following **fixes**:

#. Fix hidden overloaded virtual methods
#. Fix Discovery Server over TCP using logical port
#. Protect asio exception fix
#. Fix flaky Log tests
#. Fix CVE-2024-28231
#. Add missing virtual destructor for StatisticsAncillary
#. Increase ack waiting time in ``reliable_on_unack_sample_removed``
#. Fix versions in fastrtps.repos
#. GitHub CI fixes:

#. Fix CI version management
#. Add manual Ubuntu Github CI
#. Avoid running GitHub CI if PR has conflicts
#. Migrate apt package installation action to eProsima-CI
#. Only run PRs CI when review requested
#. Pin CMake version and ``vm.mmap_rnd_bits`` in sanitizer workflows
#. Improve filtering of DNS tests

.. note::
When upgrading to version 2.13.4 it is **advisable** to regenerate generated source from IDL files
using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.
2 changes: 1 addition & 1 deletion docs/notes/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Fast DDS as the core middleware.
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
- `v1.4.0 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.0>`__
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
- `v2.13.3 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.13.3>`__
- `v2.13.4 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.13.4>`__

.. group-tab:: 2.10.x

Expand Down

0 comments on commit cb96a6c

Please sign in to comment.