Skip to content

Commit d66d5be

Browse files
Bump version to v2.13.4 (#739)
* Refs #20723: Bump version to v2.13.4 Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #20723: Include Fast DDS v2.13.4 release notes Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 5b99724 commit d66d5be

3 files changed

Lines changed: 60 additions & 18 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ def configure_doxyfile(
384384
# built documents.
385385
#
386386
# The short X.Y version.
387-
version = u'2.13.3'
387+
version = u'2.13.4'
388388
# The full version, including alpha/beta/rc tags.
389-
release = u'2.13.3'
389+
release = u'2.13.4'
390390

391391
# The language for content autogenerated by Sphinx. Refer to documentation
392392
# for a list of supported languages.

docs/notes/notes.rst

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,52 @@
55
Information about the release lifecycle can be found
66
`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_.
77

8-
Version 2.13.3
8+
Version 2.13.4
99
==============
1010

11-
This patch release includes the following **improvements**:
11+
This release includes the following **features** in an ABI compatible manner:
1212

13-
1. Enabling multiple interfaces through whitelist in TCP servers
14-
2. Set LARGE_DATA Participants logic with the same listening ports
15-
3. Check History QoS inconsistencies
13+
#. Expose :ref:`Authentication Handshake Properties<property_policies_security>`
1614

17-
This patch release includes the following **fixes**:
15+
This release includes the following **improvements**:
1816

19-
1. Prevent index overflow and correctly assert the end iterator in DataSharing
20-
2. Fix the shared memory cleaning script
21-
3. Fix TCP reconnection after open logical port failure
22-
4. Fix data race on PDP
23-
5. Fix doxygen docs warnings. Prepare for compiling with Doxygen 1.10.0
24-
6. Add missing TypeLookup listeners
25-
7. Restore Blackbox tests names
26-
8. Add macOS Github CI
27-
9. Set 2.11.x as EOL
17+
#. Monitor service properly managing instances
18+
#. Effectively assert ``AUTOMATIC`` / ``MANUAL_BY_PARTICIPANT`` liveliness
19+
#. Add catch of out-of-range exception for thread settings port
20+
#. TCP transport improvements:
21+
22+
#. ``TCPSendResources`` cleanup
23+
#. TCP first message loss
24+
#. Set real TCP ``non_blocking_send`` limitation
25+
26+
This release includes the following **fixes**:
27+
28+
#. Fix hidden overloaded virtual methods
29+
#. Fix Discovery Server over TCP using logical port
30+
#. Protect asio exception fix
31+
#. Fix flaky Log tests
32+
#. Fix CVE-2024-28231
33+
#. Add missing virtual destructor for StatisticsAncillary
34+
#. Increase ack waiting time in ``reliable_on_unack_sample_removed``
35+
#. Fix versions in fastrtps.repos
36+
#. GitHub CI fixes:
37+
38+
#. Fix CI version management
39+
#. Add manual Ubuntu Github CI
40+
#. Avoid running GitHub CI if PR has conflicts
41+
#. Migrate apt package installation action to eProsima-CI
42+
#. Only run PRs CI when review requested
43+
#. Pin CMake version and ``vm.mmap_rnd_bits`` in sanitizer workflows
44+
#. Improve filtering of DNS tests
2845

2946
.. note::
30-
When upgrading to version 2.13.3 it is **advisable** to regenerate generated source from IDL files
47+
When upgrading to version 2.13.4 it is **advisable** to regenerate generated source from IDL files
3148
using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.
3249

3350
Previous versions
3451
=================
3552

53+
.. include:: previous_versions/v2.13.3.rst
3654
.. include:: previous_versions/v2.13.2.rst
3755
.. include:: previous_versions/v2.13.1.rst
3856
.. include:: previous_versions/v2.13.0.rst
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Version 2.13.3
2+
^^^^^^^^^^^^^^
3+
4+
This patch release includes the following **improvements**:
5+
6+
1. Enabling multiple interfaces through whitelist in TCP servers
7+
2. Set LARGE_DATA Participants logic with the same listening ports
8+
3. Check History QoS inconsistencies
9+
10+
This patch release includes the following **fixes**:
11+
12+
1. Prevent index overflow and correctly assert the end iterator in DataSharing
13+
2. Fix the shared memory cleaning script
14+
3. Fix TCP reconnection after open logical port failure
15+
4. Fix data race on PDP
16+
5. Fix doxygen docs warnings. Prepare for compiling with Doxygen 1.10.0
17+
6. Add missing TypeLookup listeners
18+
7. Restore Blackbox tests names
19+
8. Add macOS Github CI
20+
9. Set 2.11.x as EOL
21+
22+
.. note::
23+
When upgrading to version 2.13.3 it is **advisable** to regenerate generated source from IDL files
24+
using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.

0 commit comments

Comments
 (0)