From 05620a89d703caf38e3c3eb9feb6b9467ae1f58f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:10:33 +0100 Subject: [PATCH] Add notes from v2.10.6 (#956) (#959) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Refs #21755. Add notes from 2.10.6. Signed-off-by: Miguel Company * Refs #21755. Update versions in compatibility matrix. Signed-off-by: Miguel Company * Refs #21755. Apply suggestion. Signed-off-by: Miguel Company Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com> --------- Signed-off-by: Miguel Company Co-authored-by: Mario Domínguez López <116071334+Mario-DL@users.noreply.github.com> (cherry picked from commit 1259245c285013a61d2e8f321ce7df1e5fa73002) Co-authored-by: Miguel Company --- .../previous_versions/supported_versions.rst | 1 + docs/notes/previous_versions/v2.10.6.rst | 27 +++++++++++++++++++ docs/notes/versions.rst | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/notes/previous_versions/v2.10.6.rst diff --git a/docs/notes/previous_versions/supported_versions.rst b/docs/notes/previous_versions/supported_versions.rst index bd3c947f1..a6f450af5 100644 --- a/docs/notes/previous_versions/supported_versions.rst +++ b/docs/notes/previous_versions/supported_versions.rst @@ -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 diff --git a/docs/notes/previous_versions/v2.10.6.rst b/docs/notes/previous_versions/v2.10.6.rst new file mode 100644 index 000000000..7ee3d4c7b --- /dev/null +++ b/docs/notes/previous_versions/v2.10.6.rst @@ -0,0 +1,27 @@ +`Version 2.10.6 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +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*. diff --git a/docs/notes/versions.rst b/docs/notes/versions.rst index 4f23a9181..b473a21bc 100644 --- a/docs/notes/versions.rst +++ b/docs/notes/versions.rst @@ -396,7 +396,7 @@ Fast DDS as the core middleware. * - `Fast DDS python `__ - `v1.2.4 `__ * - `Shapes Demo `__ - - `v2.10.5 `__ + - `v2.10.6 `__ * - `Discovery Server `__ - `v1.2.1 `__