Skip to content

Commit 2514eb9

Browse files
Bump version to 3.4.0 (#529)
* Bump version to 3.4.0 Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Update docs/rst/notes/notes.rst Co-authored-by: Carlos Ferreira González <carlosferreira@eprosima.com> Signed-off-by: Emilio Cuesta Fernandez <emiliocuesta@eprosima.com> * Update docs/rst/notes/previous_versions/v3.3.0.rst Co-authored-by: Carlos Ferreira González <carlosferreira@eprosima.com> Signed-off-by: Emilio Cuesta Fernandez <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> Signed-off-by: Emilio Cuesta Fernandez <emiliocuesta@eprosima.com> Co-authored-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent f5bca80 commit 2514eb9

File tree

11 files changed

+69
-32
lines changed

11 files changed

+69
-32
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 3
2+
VERSION_MINOR 4
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.3.0</version>
5+
<version>3.4.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.3.0</version>
5+
<version>3.4.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.3.0</version>
5+
<version>3.4.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.3.0</version>
5+
<version>3.4.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: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,12 @@
55
.. include:: forthcoming_version.rst
66

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

1111
This release includes the following **features**:
1212

13-
* Support repeater feature in XML participants.
14-
* Support writer-side SQL-like content filtering in XML participants.
15-
16-
This release includes the following **Documentation Updates**:
17-
18-
* Fix documentation version.
19-
* Added TCP documentation clarifications
20-
21-
This release includes the following *ci management updates*:
22-
23-
* Regenerate security certificates & Upgrade testing Vulcanexus image to Jazzy
24-
* Use 'debug' binaries for `tsan` tests
25-
* Use different Vulcanexus images for each Fast DDS version
26-
* Modify QoS of tests to reduce flakiness
27-
* Remove deprecated windows-2019 runner
28-
* Bump `setuptools`` in /docs in the pip group across 1 directory
29-
* Add test report to docker tests
30-
13+
* Add blackbox tests for `original_writer_info` forwarding in DDS Pipe
3114

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

@@ -45,24 +28,25 @@ This release includes the following **Dependencies Update**:
4528
* - Fast CDR
4629
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
4730
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
48-
- `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>`__
4932
* - Fast DDS
5033
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
51-
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
5234
- `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>`__
5336
* - Dev Utils
5437
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`__
55-
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
5638
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
39+
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
5740
* - DDS Pipe
5841
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`__
59-
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__
6042
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
43+
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
6144

6245
#################
6346
Previous Versions
6447
#################
6548

49+
.. include:: previous_versions/v3.3.0.rst
6650
.. include:: previous_versions/v3.2.0.rst
6751
.. include:: previous_versions/v3.1.0.rst
6852
.. include:: previous_versions/v3.0.0.rst
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Version v3.3.0
2+
==============
3+
4+
This release includes the following **features**:
5+
6+
* Support repeater feature in XML participants.
7+
* Support writer-side SQL-like content filtering in XML participants.
8+
9+
This release includes the following **Documentation Updates**:
10+
11+
* Fix documentation version.
12+
* Added TCP documentation clarifications
13+
14+
This release includes the following *ci management updates*:
15+
16+
* Regenerate security certificates & Upgrade testing Vulcanexus image to Jazzy
17+
* Use 'debug' binaries for `tsan` tests
18+
* Use different Vulcanexus images for each Fast DDS version
19+
* Modify QoS of tests to reduce flakiness
20+
* Remove deprecated windows-2019 runner
21+
* Bump `setuptools` in /docs in the pip group across 1 directory
22+
* Add test report to docker tests
23+
24+
25+
This release includes the following **Dependencies Update**:
26+
27+
.. list-table::
28+
:header-rows: 1
29+
30+
* -
31+
- Repository
32+
- Old Version
33+
- New Version
34+
* - Foonathan Memory Vendor
35+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
36+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
37+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
38+
* - Fast CDR
39+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
40+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
41+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
42+
* - Fast DDS
43+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
44+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
45+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`__
46+
* - Dev Utils
47+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`__
48+
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
49+
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
50+
* - DDS Pipe
51+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`__
52+
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__
53+
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.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.3.0*
30+
- *v3.4.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.3.0</version>
5+
<version>3.4.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.3.0</version>
5+
<version>3.4.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)