Skip to content

Commit f2dfe8f

Browse files
committed
[#24348] Bump to v1.5.0 + Release notes
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent e06316d commit f2dfe8f

File tree

11 files changed

+71
-25
lines changed

11 files changed

+71
-25
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 4
2+
VERSION_MINOR 5
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.4.0</version>
5+
<version>3.5.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.4.0</version>
5+
<version>3.5.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.4.0</version>
5+
<version>3.5.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.4.0</version>
5+
<version>3.5.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: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@
55
.. include:: forthcoming_version.rst
66

77
##############
8-
Version v3.4.0
8+
Version v3.5.0
99
##############
1010

11-
This release includes the following **features**:
11+
This release includes the following **documentation updates**:
1212

13-
* Add blackbox tests for `original_writer_info` forwarding in DDS Pipe
13+
* Update Windows documentation (new **Asio** version + `vcs` command)
14+
15+
This release includes the following **bugfixes**:
16+
17+
* Fix original_writer flaky test
18+
19+
This release includes the following **CI improvements**:
20+
21+
* Upgrade Linters CI runner image to `ubuntu-24.04`
22+
* Update foonathan version to 1.4.1
1423

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

@@ -22,30 +31,31 @@ This release includes the following **Dependencies Update**:
2231
- Old Version
2332
- New Version
2433
* - Foonathan Memory Vendor
25-
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
26-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
27-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
34+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
35+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
36+
- `v1.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
2837
* - Fast CDR
29-
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
30-
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
31-
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`__
38+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
39+
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
40+
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
3241
* - Fast DDS
33-
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
34-
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`__
35-
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`__
42+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
43+
- `v3.5.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0>`_
44+
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
3645
* - Dev Utils
37-
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`__
38-
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
46+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
3947
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
48+
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
4049
* - DDS Pipe
41-
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`__
42-
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
50+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
4351
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
52+
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
4453

4554
#################
4655
Previous Versions
4756
#################
4857

58+
.. include:: previous_versions/v3.4.0.rst
4959
.. include:: previous_versions/v3.3.0.rst
5060
.. include:: previous_versions/v3.2.0.rst
5161
.. include:: previous_versions/v3.1.0.rst
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Version v3.4.0
2+
==============
3+
4+
This release includes the following **features**:
5+
6+
* Add blackbox tests for `original_writer_info` forwarding in DDS Pipe
7+
8+
This release includes the following **Dependencies Update**:
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* -
14+
- Repository
15+
- Old Version
16+
- New Version
17+
* - Foonathan Memory Vendor
18+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
19+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
20+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
21+
* - Fast CDR
22+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
23+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
24+
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`__
25+
* - Fast DDS
26+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
27+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`__
28+
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`__
29+
* - Dev Utils
30+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`__
31+
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
32+
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
33+
* - DDS Pipe
34+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`__
35+
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
36+
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__

docs/rst/user_manual/configuration.rst

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

2828
* - version 4.0
2929
- ``v4.0``
30-
- *v3.4.0*
30+
- *v3.5.0*
3131

3232

3333
**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.4.0</version>
5+
<version>3.5.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.4.0</version>
5+
<version>3.5.0</version>
66
<description>Tool used for validating DDS-Router configuration files</description>
77
<maintainer email="raul@eprosima.com">Raúl Sánchez-Mateos</maintainer>
88
<maintainer email="javierparis@eprosima.com">Javier París</maintainer>

0 commit comments

Comments
 (0)