Skip to content
Merged
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 3
VERSION_MINOR 1
VERSION_MINOR 2
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion ddsrouter_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_core</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsrouter_test/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_test</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>
*eprosima DDS Router* tests.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsrouter_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_yaml</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_docs</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
</description>
Expand Down
6 changes: 0 additions & 6 deletions docs/rst/notes/forthcoming_version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@
###################
Forthcoming Version
###################

Next release will include the following **major changes**:

* Add support to configure ROS 2 Easy Mode in the *yaml* configuration file.

- New ``ros2-easy-mode`` tag added. Check :ref:`user_manual_configuration_easy_mode` section.
34 changes: 28 additions & 6 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,30 @@
.. include:: forthcoming_version.rst

##############
Version v3.1.0
Version v3.2.0
##############

This release includes the following **features**:

* Support ROS2 Easy Mode.

This release includes the following **Documentation Updates**:

* Add new Furo theme to the Documentation.
* Refactor the DDS Router Documentation.

This release includes the following **fixes**:

* Fix several typos.

This release includes the following *ci management updates*:

* Fix Flaky test action.
* Restructure GitHub Actions.
* Fix Asan/Tsan CI.
* Remove Docker tests from Ubuntu CI.


This release includes the following **Dependencies Update**:

.. list-table::
Expand All @@ -23,25 +44,26 @@ This release includes the following **Dependencies Update**:
- `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>`_
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`__
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`_
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__

#################
Previous Versions
#################

.. include:: previous_versions/v3.1.0.rst
.. include:: previous_versions/v3.0.0.rst
.. include:: previous_versions/v2.2.0.rst
.. include:: previous_versions/v2.1.0.rst
Expand Down
32 changes: 32 additions & 0 deletions docs/rst/notes/previous_versions/v3.1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Version v3.1.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>`_
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`__
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
3 changes: 3 additions & 0 deletions docs/rst/spelling_wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
allowlist
allowlisting
Asan
Asio
blackbox
blocklist
Expand All @@ -22,6 +23,7 @@ fastcdr
fastdds
fastrtps
Foonathan
Furo
github
gMock
Gtest
Expand All @@ -40,6 +42,7 @@ Redistributable
Requiredness
runtime
scalable
Tsan
utils
validator
Vulcanexus
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/user_manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This value allows users to keep using the same YAML file with an old configurati

* - version 4.0
- ``v4.0``
- *v3.1.0*
- *v3.2.0*


**The current configuration version is v5.0**.
Expand Down
2 changes: 1 addition & 1 deletion tools/ddsrouter_tool/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_tool</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/ddsrouter_yaml_validator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_yaml_validator</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>Tool used for validating DDS-Router configuration files</description>
<maintainer email="raul@eprosima.com">Raúl Sánchez-Mateos</maintainer>
<maintainer email="javierparis@eprosima.com">Javier París</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion tools/ddsrouter_yaml_validator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='3.1.0',
version='3.2.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
Loading