-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.4.0: Update Release notes (#77)
* Update Release notes Signed-off-by: cferreiragonz <[email protected]> * Suggestions Signed-off-by: cferreiragonz <[email protected]> --------- Signed-off-by: cferreiragonz <[email protected]>
- Loading branch information
1 parent
6f6d019
commit 0f68659
Showing
3 changed files
with
65 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
|
||
.. add orphan tag when new info added to this file | ||
.. :orphan: | ||
:orphan: | ||
|
||
################### | ||
Forthcoming Version | ||
################### | ||
|
||
This release will include the following **Configuration features**: | ||
|
||
* New configuration option ``logging`` to configure the :ref:`Logs <spy_specs_logging>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
Version v0.3.0 | ||
============== | ||
|
||
This release includes the following **Configuration Features**: | ||
|
||
* Display data type information in either ROS 2 format (MSG) or DDS format (IDL). | ||
* :ref:`Topic configuration <user_manual_configuration_dds__manual_topics>`. | ||
* :ref:`Max Reception Rate <user_manual_configuration_dds__max_rx_rate>` per topic. | ||
* :ref:`Downsampling <user_manual_configuration_dds__downsampling>` per topic. | ||
* Remove the support for built-in Topics. | ||
|
||
This release includes the following **Internal Changes** and **Bugfixes**: | ||
|
||
* Support both fastcdr v1 and v2. | ||
* Add support for Fast DDS versions lower than v2.13. | ||
* Set `app_id` and `app_metadata` attributes in *eProsima Fast DDS Spy* participants. | ||
* Add participant and endpoint info topics to allowlist. | ||
* Add internal builtin topics as DDS Topics. | ||
* Reload internal topics when reloading the configuration file. | ||
* Process an empty YAML when a configuration file isn't provided. | ||
|
||
This release includes the following **Documentation Updates**: | ||
|
||
* Update next steps in main example and remove warning in docker installation. | ||
* Fix documentation build for Sphinx versions lower than 5.0. | ||
|
||
This release includes the following **Dependencies Update**: | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - | ||
- Repository | ||
- Old Version | ||
- New Version | ||
* - Foonathan Memory Vendor | ||
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_ | ||
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_ | ||
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_ | ||
* - Fast CDR | ||
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_ | ||
- `v1.1.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v1.1.0>`_ | ||
- `v2.1.3 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.3>`_ | ||
* - Fast DDS | ||
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_ | ||
- `v2.11.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.11.0>`_ | ||
- `v2.13.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.1>`_ | ||
* - Dev Utils | ||
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_ | ||
- `v0.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.4.0>`_ | ||
- `v0.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.5.0>`_ | ||
* - DDS Pipe | ||
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_ | ||
- `v0.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.2.0>`_ | ||
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`_ |