From 3c3acee9c39b8dbd6b38c7547e84835db6d1099e Mon Sep 17 00:00:00 2001 From: Lucia Echevarria Date: Mon, 8 Jan 2024 11:10:13 +0100 Subject: [PATCH] Update release notes in docs Signed-off-by: Lucia Echevarria --- docs/rst/notes/forthcoming_version.rst | 9 ---- docs/rst/notes/notes.rst | 60 ++++----------------- docs/rst/notes/previous_versions/v0.2.0.rst | 54 +++++++++++++++++++ 3 files changed, 63 insertions(+), 60 deletions(-) create mode 100644 docs/rst/notes/previous_versions/v0.2.0.rst diff --git a/docs/rst/notes/forthcoming_version.rst b/docs/rst/notes/forthcoming_version.rst index ccf2ef72..c986cc16 100644 --- a/docs/rst/notes/forthcoming_version.rst +++ b/docs/rst/notes/forthcoming_version.rst @@ -6,12 +6,3 @@ ################### Forthcoming Version ################### - -This release will include the following **Configuration features**: - -* Display information in either ROS 2 format or the raw DDS format. -* :ref:`Manual Topics `. -* :ref:`Max Reception Rate `. -* :ref:`Downsampling `. -* Remove the support for Built-in Topics. -* Set `app_id` and `app_metadata` attributes in *eProsima Fast DDS Spy* participants. diff --git a/docs/rst/notes/notes.rst b/docs/rst/notes/notes.rst index 3a6bd214..51f6cd94 100644 --- a/docs/rst/notes/notes.rst +++ b/docs/rst/notes/notes.rst @@ -3,67 +3,25 @@ .. _notes: .. TODO uncomment when there are forthcoming notes -.. include:: forthcoming_version.rst +.. .. include:: forthcoming_version.rst ############## -Version v0.2.0 +Version v0.3.0 ############## This release includes the following **Configuration Features**: -* Support :ref:`Interface Whitelisting `. -* Support :ref:`Custom Transport Descriptors ` (UDP or Shared Memory only). -* Support :ref:`Ignore Participant Flags `. - -This release includes the following **Internal Changes** and **Bugfixes**: - -* Print only active participants when using verbose mode in ``participants`` command. -* Fix C++ *namespace* ambiguities in yaml configuration. -* Change default log-filter to only show warning coming from DDS Spy source code. -* Filter out topics associated to services (RPC). -* Parameterize simulated endpoints. - -This release includes the following **Documentation Updates**: - -* Update introduction section in README file. - -This release includes the following change in the **Continuous Integration** process: - -* Update CI to use `eProsima CI `__. - -This release includes the following **Dependencies Update**: - -.. list-table:: - :header-rows: 1 - - * - - - Repository - - Old Version - - New Version - * - Foonathan Memory Vendor - - `eProsima/foonathan_memory_vendor `_ - - `v1.3.0 `_ - - `v1.3.1 `_ - * - Fast CDR - - `eProsima/Fast-CDR `_ - - `v1.0.27 `_ - - `v1.1.0 `_ - * - Fast DDS - - `eProsima/Fast-DDS `_ - - `v2.10.1 `_ - - `v2.11.0 `_ - * - Dev Utils - - `eProsima/dev-utils `_ - - `v0.3.0 `_ - - `v0.4.0 `_ - * - DDS Pipe - - `eProsima/DDS-Pipe `_ - - `v0.1.0 `_ - - `v0.2.0 `_ +* Display information in either ROS 2 format or the raw DDS format. +* :ref:`Manual Topics `. +* :ref:`Max Reception Rate `. +* :ref:`Downsampling `. +* Remove the support for Built-in Topics. +* Set `app_id` and `app_metadata` attributes in *eProsima Fast DDS Spy* participants. ################# Previous Versions ################# +.. include:: ./previous_versions/v0.2.0.rst .. include:: ./previous_versions/v0.1.0.rst diff --git a/docs/rst/notes/previous_versions/v0.2.0.rst b/docs/rst/notes/previous_versions/v0.2.0.rst new file mode 100644 index 00000000..1f87634b --- /dev/null +++ b/docs/rst/notes/previous_versions/v0.2.0.rst @@ -0,0 +1,54 @@ +Version v0.2.0 +============== + +This release includes the following **Configuration Features**: + +* Support :ref:`Interface Whitelisting `. +* Support :ref:`Custom Transport Descriptors ` (UDP or Shared Memory only). +* Support :ref:`Ignore Participant Flags `. + +This release includes the following **Internal Changes** and **Bugfixes**: + +* Print only active participants when using verbose mode in ``participants`` command. +* Fix C++ *namespace* ambiguities in yaml configuration. +* Change default log-filter to only show warning coming from DDS Spy source code. +* Filter out topics associated to services (RPC). +* Parameterize simulated endpoints. + +This release includes the following **Documentation Updates**: + +* Update introduction section in README file. + +This release includes the following change in the **Continuous Integration** process: + +* Update CI to use `eProsima CI `__. + +This release includes the following **Dependencies Update**: + +.. list-table:: + :header-rows: 1 + + * - + - Repository + - Old Version + - New Version + * - Foonathan Memory Vendor + - `eProsima/foonathan_memory_vendor `_ + - `v1.3.0 `_ + - `v1.3.1 `_ + * - Fast CDR + - `eProsima/Fast-CDR `_ + - `v1.0.27 `_ + - `v1.1.0 `_ + * - Fast DDS + - `eProsima/Fast-DDS `_ + - `v2.10.1 `_ + - `v2.11.0 `_ + * - Dev Utils + - `eProsima/dev-utils `_ + - `v0.3.0 `_ + - `v0.4.0 `_ + * - DDS Pipe + - `eProsima/DDS-Pipe `_ + - `v0.1.0 `_ + - `v0.2.0 `_