Skip to content

Commit 315f3e1

Browse files
Bump version to v3.1.0 & add release notes (#480)
* Add v3.1.0 release notes Signed-off-by: Lucia Echevarria <[email protected]> * Bump version to v3.1.0 Signed-off-by: Lucia Echevarria <[email protected]> --------- Signed-off-by: Lucia Echevarria <[email protected]>
1 parent 884dbec commit 315f3e1

File tree

11 files changed

+71
-37
lines changed

11 files changed

+71
-37
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 3
2-
VERSION_MINOR 0
2+
VERSION_MINOR 1
33
VERSION_PATCH 0

ddsrouter_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_core</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

ddsrouter_test/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_test</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>
77
*eprosima DDS Router* tests.
88
</description>

ddsrouter_yaml/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

docs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_docs</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>
77
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

docs/rst/notes/notes.rst

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,9 @@
55
.. .. include:: forthcoming_version.rst
66
77
##############
8-
Version v3.0.0
8+
Version v3.1.0
99
##############
1010

11-
This release includes the following **Features**:
12-
13-
* Add support for Fast DDS v3.
14-
* Remove ``publish-type`` tag from :ref:`user_manual_configuration_specs_monitor` configuration.
15-
* Remove ``DiscoveryServerConnectionAdress``.
16-
17-
This release includes the following **Bugfixes**:
18-
19-
* Reset cache changes before returning them to the pool.
20-
21-
This release includes the following **Configuration features**:
22-
23-
* Change the default value of :ref:`user_manual_user_interface_log_filter_argument` to ``DDSROUTER``.
24-
* Change the default value of :ref:`user_manual_user_interface_log_verbosity_argument` to ``error``.
25-
26-
This release includes the following **CI improvements**:
27-
28-
* Upgrade to Ubuntu Noble (24.04).
29-
* Remove Ubuntu Focal (20.04) from the CI.
30-
* Limit permissions and include missing certificates in security tests.
31-
* Add stress tests.
32-
* Reduce the list of flaky Docker tests.
33-
3411
This release includes the following **Dependencies Update**:
3512

3613
.. list-table::
@@ -46,25 +23,26 @@ This release includes the following **Dependencies Update**:
4623
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
4724
* - Fast CDR
4825
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
49-
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
5026
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_
27+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
5128
* - Fast DDS
5229
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
53-
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
5430
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_
31+
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
5532
* - Dev Utils
5633
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
57-
- `v0.6.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.6.0>`_
5834
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_
35+
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`_
5936
* - DDS Pipe
6037
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
61-
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`__
6238
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__
39+
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
6340

6441
#################
6542
Previous Versions
6643
#################
6744

45+
.. include:: previous_versions/v3.0.0.rst
6846
.. include:: previous_versions/v2.2.0.rst
6947
.. include:: previous_versions/v2.1.0.rst
7048
.. include:: previous_versions/v2.0.0.rst
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
2+
Version v3.0.0
3+
==============
4+
5+
This release includes the following **Features**:
6+
7+
* Add support for Fast DDS v3.
8+
* Remove ``publish-type`` tag from :ref:`user_manual_configuration_specs_monitor` configuration.
9+
* Remove ``DiscoveryServerConnectionAdress``.
10+
11+
This release includes the following **Bugfixes**:
12+
13+
* Reset cache changes before returning them to the pool.
14+
15+
This release includes the following **Configuration features**:
16+
17+
* Change the default value of :ref:`user_manual_user_interface_log_filter_argument` to ``DDSROUTER``.
18+
* Change the default value of :ref:`user_manual_user_interface_log_verbosity_argument` to ``error``.
19+
20+
This release includes the following **CI improvements**:
21+
22+
* Upgrade to Ubuntu Noble (24.04).
23+
* Remove Ubuntu Focal (20.04) from the CI.
24+
* Limit permissions and include missing certificates in security tests.
25+
* Add stress tests.
26+
* Reduce the list of flaky Docker tests.
27+
28+
This release includes the following **Dependencies Update**:
29+
30+
.. list-table::
31+
:header-rows: 1
32+
33+
* -
34+
- Repository
35+
- Old Version
36+
- New Version
37+
* - Foonathan Memory Vendor
38+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
39+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
40+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
41+
* - Fast CDR
42+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
43+
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
44+
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_
45+
* - Fast DDS
46+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
47+
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
48+
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_
49+
* - Dev Utils
50+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
51+
- `v0.6.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.6.0>`_
52+
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_
53+
* - DDS Pipe
54+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
55+
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`__
56+
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__

docs/rst/user_manual/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This value allows users to keep using the same YAML file with an old configurati
3232

3333
* - version 4.0
3434
- ``v4.0``
35-
- *v3.0.0*
35+
- *v3.1.0*
3636

3737

3838
**The current configuration version is v5.0**.

tools/ddsrouter_tool/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_tool</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>
77
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
88
</description>

tools/ddsrouter_yaml_validator/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml_validator</name>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<description>Tool used for validating DDS-Router configuration files</description>
77
<maintainer email="[email protected]">Raúl Sánchez-Mateos</maintainer>
88
<maintainer email="[email protected]">Javier París</maintainer>

0 commit comments

Comments
 (0)