Skip to content

Commit

Permalink
Bump version to 2.14.3 (#867)
Browse files Browse the repository at this point in the history
* Refs #21311: Bump version to 2.14.3

Signed-off-by: eduponz <[email protected]>

* Refs #21311: Add v2.14.3 release notes

Signed-off-by: eduponz <[email protected]>

---------

Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz authored Jul 11, 2024
1 parent a582352 commit 781693d
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 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.14.2'
version = u'2.14.3'
# The full version, including alpha/beta/rc tags.
release = u'2.14.2'
release = u'2.14.3'

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

.. include:: previous_versions/v2.14.2.rst
.. include:: previous_versions/v2.14.3.rst

.. seealso::

Expand Down
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 @@ -4,6 +4,7 @@ Supported versions
Version 2.14
------------

.. include:: v2.14.3.rst
.. include:: v2.14.2.rst
.. include:: v2.14.1.rst
.. include:: v2.14.0.rst
Expand Down
4 changes: 2 additions & 2 deletions docs/notes/previous_versions/v2.14.2.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
`Version 2.14.2 (latest) <https://fast-dds.docs.eprosima.com/en/v2.14.2/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`Version 2.14.2 <https://fast-dds.docs.eprosima.com/en/v2.14.2/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. important::

Expand Down
29 changes: 29 additions & 0 deletions docs/notes/previous_versions/v2.14.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
`Version 2.14.3 (latest) <https://fast-dds.docs.eprosima.com/en/v2.14.3/index.html>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. important::

Fast DDS v2.14 will be the last minor version of Fast DDS v2, the next major release will be Fast DDS
v3.0.0, stay tuned!

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

#. Setting ``vendor_id`` on received ``CacheChange_t``

This release includes the following **improvements**:

#. Repository & CI improvements.
#. Create InitialConnection for :ref:`transport_tcp_tcp` initial peers

This release includes the following **fixes**:

#. Fix topic interference on ``liveliness_changed`` status
#. Remove doxygen warnings
#. Adjust doxygen so Fast DDS Python pydoc makes RTD build
#. Fix compilation in Ubuntu 24.04 platforms
#. Fix Latency test destruction

.. note::

When upgrading to version 2.14.3 it is **advisable** to regenerate generated source from IDL files
using `Fast DDS-Gen v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`_.
2 changes: 1 addition & 1 deletion docs/notes/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Fast DDS as the core middleware.
* - `Fast DDS python <https://github.com/eProsima/Fast-DDS-python/>`__
- `v1.4.2 <https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.4.2>`__
* - `Shapes Demo <https://github.com/eProsima/ShapesDemo/>`__
- `v2.14.2 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.2>`__
- `v2.14.3 <https://github.com/eProsima/ShapesDemo/releases/tag/v2.14.3>`__
* - `Discovery Server <https://github.com/eProsima/Discovery-Server/>`__
- `v1.2.2 <https://github.com/eProsima/Discovery-Server/releases/tag/v1.2.2>`__

Expand Down

0 comments on commit 781693d

Please sign in to comment.