Skip to content

Commit

Permalink
Bump version to v2.13.6 (#868)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
JesusPoderoso authored Jul 12, 2024
1 parent f441bea commit 9ce89d1
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 55 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ def configure_doxyfile(
# built documents.
#
# The short X.Y version.
version = u'2.13.5'
version = u'2.13.6'
# The full version, including alpha/beta/rc tags.
release = u'2.13.5'
release = u'2.13.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
58 changes: 15 additions & 43 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,62 +5,34 @@
Information about the release lifecycle can be found
`here <https://github.com/eProsima/Fast-DDS/blob/master/RELEASE_SUPPORT.md>`_.

Version 2.13.5
==============

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

#. New :ref:`property_max_message_size` property to limit output datagrams size
Version 2.13.6 (EOL)
====================

This release includes the following **improvements**:

#. Improve ThreadSettingsQoS logging
#. Allow processing of AckNack submessages with ``count == 0``
#. Internal refactor on port handling
#. Do not require ``PYTHON_VERSION`` to be defined in .bat files
#. Use ``%*`` instead of loop in ``.bat`` scripts
#. Consider library behavior changes as ABI breaks in the PR template checklist
#. Refactor IStatusQueryable and make monitor service interfaces private
#. Automatically unmatch remote participants on participant deletion
#. Handle errors when setting socket buffer sizes
#. Github CI management:

#. Refactor Github CI sanitizer related jobs
#. Build Fast DDS Python bindings in Fast DDS Docs Github CI job
#. Build ShapesDemo on Ubuntu Github CI
#. Fix Python Installation version in Github CI. Address failing system tests environment issues.
#. Fix sanitizers CI test summary report
#. Run selected VS tool on Windows CI
#. Increase sleep to miss the deadline in macOS flaky tests
#. Fix ShmTransport buffer recovery MacOS flaky test
#. Set fallback branch for ``get_related_branch_from_repo`` correctly
#. Add DNS entries to hosts files on github workflows
#. Create InitialConnection for TCP initial peers
#. Only apply content filter to ALIVE changes
#. Update version support documentation
#. Add XML configuration for ``FlowControllerDescriptor``
#. Github CI improvements

This release includes the following **fixes**:

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

.. note::
When upgrading to version 2.13.5 it is **advisable** to regenerate generated source from IDL files
When upgrading to version 2.13.6 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>`_.

Previous versions
=================

.. include:: previous_versions/v2.13.5.rst
.. include:: previous_versions/v2.13.4.rst
.. include:: previous_versions/v2.13.3.rst
.. include:: previous_versions/v2.13.2.rst
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.13.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.13.0
^^^^^^^^^^^^^^
Version 2.13.0 (EOL)
^^^^^^^^^^^^^^^^^^^^

.. note::

Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.13.1.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.13.1
^^^^^^^^^^^^^^
Version 2.13.1 (EOL)
^^^^^^^^^^^^^^^^^^^^

.. note::

Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.13.2.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.13.2
^^^^^^^^^^^^^^
Version 2.13.2 (EOL)
^^^^^^^^^^^^^^^^^^^^

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

Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.13.3.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.13.3
^^^^^^^^^^^^^^
Version 2.13.3 (EOL)
^^^^^^^^^^^^^^^^^^^^

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

Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.13.4.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.13.4
^^^^^^^^^^^^^^
Version 2.13.4 (EOL)
^^^^^^^^^^^^^^^^^^^^

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

Expand Down
53 changes: 53 additions & 0 deletions docs/notes/previous_versions/v2.13.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Version 2.13.4 (EOL)
^^^^^^^^^^^^^^^^^^^^

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

#. New :ref:`property_max_message_size` property to limit output datagrams size

This release includes the following **improvements**:

#. Improve ThreadSettingsQoS logging
#. Allow processing of AckNack submessages with ``count == 0``
#. Internal refactor on port handling
#. Do not require ``PYTHON_VERSION`` to be defined in .bat files
#. Use ``%*`` instead of loop in ``.bat`` scripts
#. Consider library behavior changes as ABI breaks in the PR template checklist
#. Refactor IStatusQueryable and make monitor service interfaces private
#. Automatically unmatch remote participants on participant deletion
#. Handle errors when setting socket buffer sizes
#. Github CI management:

#. Refactor Github CI sanitizer related jobs
#. Build Fast DDS Python bindings in Fast DDS Docs Github CI job
#. Build ShapesDemo on Ubuntu Github CI
#. Fix Python Installation version in Github CI. Address failing system tests environment issues.
#. Fix sanitizers CI test summary report
#. Run selected VS tool on Windows CI
#. Increase sleep to miss the deadline in macOS flaky tests
#. Fix ShmTransport buffer recovery MacOS flaky test
#. Set fallback branch for ``get_related_branch_from_repo`` correctly
#. Add DNS entries to hosts files on github workflows

This release includes the following **fixes**:

#. Add check for XML API to PR template
#. Use absolute paths when loading XML files
#. Fix some leaks in XML DynamicTypes Parser
#. Force unlimited ResourceLimits if lower or equal to zero
#. Enforce SHM ports open mode exclusions
#. Run ``is_plain`` method with the corresponding data representation
#. Removed warning
#. Don't require Fast CDR v2 in examples
#. Make reader ``get_first_untaken_info()`` coherent with ``read()`` / ``take()``
#. Fix leak in ``SecurityManager::participant_volatile_message_secure_writer_``
#. Fix CVE-2024-30258 / CVE-2024-30259
#. Fix support for ``@key`` annotation in Dynamic types
#. Set DataSharing in Writer|ReaderProxyData
#. Fix on_sample_lost notification on best-effort readers for fragmented samples
#. Correct liveliness state in a multiple reader - one writer scenario


.. note::
When upgrading to version 2.13.5 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>`_.

0 comments on commit 9ce89d1

Please sign in to comment.