Skip to content

Commit cb96a6c

Browse files
Include v2.13.4 release notes (#743)
* Refs #20723: Include v2.13.4 release notes Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #20723: Apply Mario' suggestion Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 2d19ef6 commit cb96a6c

3 files changed

Lines changed: 43 additions & 1 deletion

File tree

docs/notes/previous_versions/supported_versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version 2.14
99
Version 2.13
1010
------------
1111

12+
.. include:: v2.13.4.rst
1213
.. include:: v2.13.3.rst
1314
.. include:: v2.13.2.rst
1415
.. include:: v2.13.1.rst
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
`Version 2.13.4 <https://fast-dds.docs.eprosima.com/en/v2.13.4/index.html>`_
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
This release includes the following **features** in an ABI compatible manner:
5+
6+
#. Expose :ref:`Authentication Handshake Properties<property_policies_security>`
7+
8+
This release includes the following **improvements**:
9+
10+
#. Monitor service properly managing instances
11+
#. Effectively assert ``AUTOMATIC`` / ``MANUAL_BY_PARTICIPANT`` liveliness
12+
#. Add catch of out-of-range exception for thread settings port
13+
#. TCP transport improvements:
14+
15+
#. ``TCPSendResources`` cleanup
16+
#. TCP first message loss
17+
#. Set real TCP ``non_blocking_send`` limitation
18+
19+
This release includes the following **fixes**:
20+
21+
#. Fix hidden overloaded virtual methods
22+
#. Fix Discovery Server over TCP using logical port
23+
#. Protect asio exception fix
24+
#. Fix flaky Log tests
25+
#. Fix CVE-2024-28231
26+
#. Add missing virtual destructor for StatisticsAncillary
27+
#. Increase ack waiting time in ``reliable_on_unack_sample_removed``
28+
#. Fix versions in fastrtps.repos
29+
#. GitHub CI fixes:
30+
31+
#. Fix CI version management
32+
#. Add manual Ubuntu Github CI
33+
#. Avoid running GitHub CI if PR has conflicts
34+
#. Migrate apt package installation action to eProsima-CI
35+
#. Only run PRs CI when review requested
36+
#. Pin CMake version and ``vm.mmap_rnd_bits`` in sanitizer workflows
37+
#. Improve filtering of DNS tests
38+
39+
.. note::
40+
When upgrading to version 2.13.4 it is **advisable** to regenerate generated source from IDL files
41+
using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.

docs/notes/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Fast DDS as the core middleware.
364364
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
365365
- `v1.4.0 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.0>`__
366366
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
367-
- `v2.13.3 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.13.3>`__
367+
- `v2.13.4 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.13.4>`__
368368

369369
.. group-tab:: 2.10.x
370370

0 commit comments

Comments
 (0)