|
5 | 5 | Information about the release lifecycle can be found
|
6 | 6 | `here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_.
|
7 | 7 |
|
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 | +==================== |
14 | 10 |
|
15 | 11 | This release includes the following **improvements**:
|
16 | 12 |
|
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 |
38 | 18 |
|
39 | 19 | This release includes the following **fixes**:
|
40 | 20 |
|
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 |
56 | 27 |
|
57 | 28 | .. 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 |
59 | 30 | using `Fast DDS-Gen v3.2.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1>`_.
|
60 | 31 |
|
61 | 32 | Previous versions
|
62 | 33 | =================
|
63 | 34 |
|
| 35 | +.. include:: previous_versions/v2.13.5.rst |
64 | 36 | .. include:: previous_versions/v2.13.4.rst
|
65 | 37 | .. include:: previous_versions/v2.13.3.rst
|
66 | 38 | .. include:: previous_versions/v2.13.2.rst
|
|
0 commit comments