Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21755] Add notes from v2.10.6 (backport #956) #959

Open
wants to merge 1 commit into
base: 3.0.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/notes/previous_versions/supported_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Version 2.14
Version 2.10
------------

.. include:: v2.10.6.rst
.. include:: v2.10.5.rst
.. include:: v2.10.4.rst
.. include:: v2.10.3.rst
Expand Down
27 changes: 27 additions & 0 deletions docs/notes/previous_versions/v2.10.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
`Version 2.10.6 <https://fast-dds.docs.eprosima.com/en/v2.10.6/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This release includes the following **fixes**:

#. Remove double ``//`` in some installation paths
#. Discard changes with big key-only payload and no key hash
#. Fix DataReaderHistory regression
#. Be less strict with parameter lengths
#. Check if ``SHM`` transport is disabled in ``LARGE_DATA`` modes
#. Fix issues in Dynamic Network Interfaces

This release includes the following **improvements**:

#. Add references to new nightly jobs per supported branch in README
#. Update commercial support section in README
#. Modify help command of XML CLI tool


Github CI management:

#. Allow running CI on external contributions

.. note::
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
files using *fastddsgen*.
If you are upgrading from any older version, regenerating the code is *highly recommended*.
2 changes: 1 addition & 1 deletion docs/notes/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ Fast DDS as the core middleware.
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
- `v1.2.4 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.2.4>`__
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
- `v2.10.5 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.10.5>`__
- `v2.10.6 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.10.6>`__
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
- `v1.2.1 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.1>`__

Expand Down
Loading