Skip to content

Commit 9ce89d1

Browse files
Bump version to v2.13.6 (#868)
* Refs #21310: Add release notes Signed-off-by: JesusPoderoso <[email protected]> * Refs #21310: Bump version to v2.13.6 Signed-off-by: JesusPoderoso <[email protected]> * Refs #21310: Please linters Signed-off-by: JesusPoderoso <[email protected]> * Refs #21310: Apply rev suggestions Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]>
1 parent f441bea commit 9ce89d1

File tree

8 files changed

+80
-55
lines changed

8 files changed

+80
-55
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ def configure_doxyfile(
376376
# built documents.
377377
#
378378
# The short X.Y version.
379-
version = u'2.13.5'
379+
version = u'2.13.6'
380380
# The full version, including alpha/beta/rc tags.
381-
release = u'2.13.5'
381+
release = u'2.13.6'
382382

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

docs/notes/notes.rst

+15-43
Original file line numberDiff line numberDiff line change
@@ -5,62 +5,34 @@
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.5
9-
==============
10-
11-
This release includes the following **features** in an ABI compatible manner:
12-
13-
#. New :ref:`property_max_message_size` property to limit output datagrams size
8+
Version 2.13.6 (EOL)
9+
====================
1410

1511
This release includes the following **improvements**:
1612

17-
#. Improve ThreadSettingsQoS logging
18-
#. Allow processing of AckNack submessages with ``count == 0``
19-
#. Internal refactor on port handling
20-
#. Do not require ``PYTHON_VERSION`` to be defined in .bat files
21-
#. Use ``%*`` instead of loop in ``.bat`` scripts
22-
#. Consider library behavior changes as ABI breaks in the PR template checklist
23-
#. Refactor IStatusQueryable and make monitor service interfaces private
24-
#. Automatically unmatch remote participants on participant deletion
25-
#. Handle errors when setting socket buffer sizes
26-
#. Github CI management:
27-
28-
#. Refactor Github CI sanitizer related jobs
29-
#. Build Fast DDS Python bindings in Fast DDS Docs Github CI job
30-
#. Build ShapesDemo on Ubuntu Github CI
31-
#. Fix Python Installation version in Github CI. Address failing system tests environment issues.
32-
#. Fix sanitizers CI test summary report
33-
#. Run selected VS tool on Windows CI
34-
#. Increase sleep to miss the deadline in macOS flaky tests
35-
#. Fix ShmTransport buffer recovery MacOS flaky test
36-
#. Set fallback branch for ``get_related_branch_from_repo`` correctly
37-
#. Add DNS entries to hosts files on github workflows
13+
#. Create InitialConnection for TCP initial peers
14+
#. Only apply content filter to ALIVE changes
15+
#. Update version support documentation
16+
#. Add XML configuration for ``FlowControllerDescriptor``
17+
#. Github CI improvements
3818

3919
This release includes the following **fixes**:
4020

41-
#. Add check for XML API to PR template
42-
#. Use absolute paths when loading XML files
43-
#. Fix some leaks in XML DynamicTypes Parser
44-
#. Force unlimited ResourceLimits if lower or equal to zero
45-
#. Enforce SHM ports open mode exclusions
46-
#. Run ``is_plain`` method with the corresponding data representation
47-
#. Removed warning
48-
#. Don't require Fast CDR v2 in examples
49-
#. Make reader ``get_first_untaken_info()`` coherent with ``read()`` / ``take()``
50-
#. Fix leak in ``SecurityManager::participant_volatile_message_secure_writer_``
51-
#. Fix CVE-2024-30258 / CVE-2024-30259
52-
#. Fix support for ``@key`` annotation in Dynamic types
53-
#. Set DataSharing in Writer|ReaderProxyData
54-
#. Fix on_sample_lost notification on best-effort readers for fragmented samples
55-
#. Correct liveliness state in a multiple reader - one writer scenario
21+
#. Fix DS servers not connecting due to ports logic
22+
#. Correctly initialize ``MatchingFailureMask`` constants to be used with the ``std::bitset`` API
23+
#. Fix topic interference on ``liveliness_changed`` status
24+
#. Properly delete builtin statistics writers upon ``delete_contained_entities()``
25+
#. Fix Latency tests
26+
#. Remove doxygen warnings
5627

5728
.. note::
58-
When upgrading to version 2.13.5 it is **advisable** to regenerate generated source from IDL files
29+
When upgrading to version 2.13.6 it is **advisable** to regenerate generated source from IDL files
5930
using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.
6031

6132
Previous versions
6233
=================
6334

35+
.. include:: previous_versions/v2.13.5.rst
6436
.. include:: previous_versions/v2.13.4.rst
6537
.. include:: previous_versions/v2.13.3.rst
6638
.. include:: previous_versions/v2.13.2.rst

docs/notes/previous_versions/v2.13.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 2.13.0
2-
^^^^^^^^^^^^^^
1+
Version 2.13.0 (EOL)
2+
^^^^^^^^^^^^^^^^^^^^
33

44
.. note::
55

docs/notes/previous_versions/v2.13.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 2.13.1
2-
^^^^^^^^^^^^^^
1+
Version 2.13.1 (EOL)
2+
^^^^^^^^^^^^^^^^^^^^
33

44
.. note::
55

docs/notes/previous_versions/v2.13.2.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 2.13.2
2-
^^^^^^^^^^^^^^
1+
Version 2.13.2 (EOL)
2+
^^^^^^^^^^^^^^^^^^^^
33

44
This patch release includes the following **fixes** and **improvements**:
55

docs/notes/previous_versions/v2.13.3.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 2.13.3
2-
^^^^^^^^^^^^^^
1+
Version 2.13.3 (EOL)
2+
^^^^^^^^^^^^^^^^^^^^
33

44
This patch release includes the following **improvements**:
55

docs/notes/previous_versions/v2.13.4.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 2.13.4
2-
^^^^^^^^^^^^^^
1+
Version 2.13.4 (EOL)
2+
^^^^^^^^^^^^^^^^^^^^
33

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

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Version 2.13.4 (EOL)
2+
^^^^^^^^^^^^^^^^^^^^
3+
4+
This release includes the following **features** in an ABI compatible manner:
5+
6+
#. New :ref:`property_max_message_size` property to limit output datagrams size
7+
8+
This release includes the following **improvements**:
9+
10+
#. Improve ThreadSettingsQoS logging
11+
#. Allow processing of AckNack submessages with ``count == 0``
12+
#. Internal refactor on port handling
13+
#. Do not require ``PYTHON_VERSION`` to be defined in .bat files
14+
#. Use ``%*`` instead of loop in ``.bat`` scripts
15+
#. Consider library behavior changes as ABI breaks in the PR template checklist
16+
#. Refactor IStatusQueryable and make monitor service interfaces private
17+
#. Automatically unmatch remote participants on participant deletion
18+
#. Handle errors when setting socket buffer sizes
19+
#. Github CI management:
20+
21+
#. Refactor Github CI sanitizer related jobs
22+
#. Build Fast DDS Python bindings in Fast DDS Docs Github CI job
23+
#. Build ShapesDemo on Ubuntu Github CI
24+
#. Fix Python Installation version in Github CI. Address failing system tests environment issues.
25+
#. Fix sanitizers CI test summary report
26+
#. Run selected VS tool on Windows CI
27+
#. Increase sleep to miss the deadline in macOS flaky tests
28+
#. Fix ShmTransport buffer recovery MacOS flaky test
29+
#. Set fallback branch for ``get_related_branch_from_repo`` correctly
30+
#. Add DNS entries to hosts files on github workflows
31+
32+
This release includes the following **fixes**:
33+
34+
#. Add check for XML API to PR template
35+
#. Use absolute paths when loading XML files
36+
#. Fix some leaks in XML DynamicTypes Parser
37+
#. Force unlimited ResourceLimits if lower or equal to zero
38+
#. Enforce SHM ports open mode exclusions
39+
#. Run ``is_plain`` method with the corresponding data representation
40+
#. Removed warning
41+
#. Don't require Fast CDR v2 in examples
42+
#. Make reader ``get_first_untaken_info()`` coherent with ``read()`` / ``take()``
43+
#. Fix leak in ``SecurityManager::participant_volatile_message_secure_writer_``
44+
#. Fix CVE-2024-30258 / CVE-2024-30259
45+
#. Fix support for ``@key`` annotation in Dynamic types
46+
#. Set DataSharing in Writer|ReaderProxyData
47+
#. Fix on_sample_lost notification on best-effort readers for fragmented samples
48+
#. Correct liveliness state in a multiple reader - one writer scenario
49+
50+
51+
.. note::
52+
When upgrading to version 2.13.5 it is **advisable** to regenerate generated source from IDL files
53+
using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.

0 commit comments

Comments
 (0)