Skip to content

Commit 4f70d05

Browse files
Bump version to 3.3.0 (#522)
* Bump version to 3.3.0 Signed-off-by: Emilio Cuesta <[email protected]> * Moving features in forthcoming to current release Signed-off-by: Emilio Cuesta <[email protected]> * Fixing spelling errors Signed-off-by: Emilio Cuesta <[email protected]> * Small fix in notes.rst Signed-off-by: Emilio Cuesta <[email protected]> --------- Signed-off-by: Emilio Cuesta <[email protected]>
1 parent 6bccc65 commit 4f70d05

File tree

12 files changed

+88
-38
lines changed

12 files changed

+88
-38
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 2
2+
VERSION_MINOR 3
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.2.0</version>
5+
<version>3.3.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.2.0</version>
5+
<version>3.3.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.2.0</version>
5+
<version>3.3.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.2.0</version>
5+
<version>3.3.0</version>
66
<description>
77
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

docs/rst/notes/forthcoming_version.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@
66
Forthcoming Version
77
###################
88

9-
Next release will include the following **features**:
10-
11-
* Support :ref:`repeater <use_case_repeater>` feature in :ref:`XML <user_manual_participants_xml>` participants.
12-
* Support writer-side `SQL-like <https://fast-dds.docs.eprosima.com/en/latest/fastdds/dds_layer/topic/contentFilteredTopic/defaultFilter.html#the-default-sql-like-filter>`_ content filtering in :ref:`XML <user_manual_participants_xml>` participants.

docs/rst/notes/notes.rst

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
.. include:: forthcoming_version.rst
66

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

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

13-
* Support ROS2 Easy Mode.
13+
* Support repeater feature in XML participants.
14+
* Support writer-side SQL-like content filtering in XML participants.
1415

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

17-
* Add new Furo theme to the Documentation.
18-
* Refactor the DDS Router Documentation.
19-
20-
This release includes the following **fixes**:
21-
22-
* Fix several typos.
18+
* Fix documentation version.
19+
* Added TCP documentation clarifications
2320

2421
This release includes the following *ci management updates*:
2522

26-
* Fix Flaky test action.
27-
* Restructure GitHub Actions.
28-
* Fix Asan/Tsan CI.
29-
* Remove Docker tests from Ubuntu CI.
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
3030

3131

3232
This release includes the following **Dependencies Update**:
@@ -39,30 +39,31 @@ This release includes the following **Dependencies Update**:
3939
- Old Version
4040
- New Version
4141
* - Foonathan Memory Vendor
42-
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
43-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
44-
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
42+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__
43+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
44+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__
4545
* - Fast CDR
46-
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
47-
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
48-
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
46+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__
47+
- `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>`__
4949
* - Fast DDS
50-
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
51-
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
52-
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`_
50+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__
51+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
52+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`__
5353
* - Dev Utils
54-
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
55-
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`_
54+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`__
5655
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
56+
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
5757
* - DDS Pipe
58-
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
59-
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
58+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`__
6059
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__
60+
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
6161

6262
#################
6363
Previous Versions
6464
#################
6565

66+
.. include:: previous_versions/v3.2.0.rst
6667
.. include:: previous_versions/v3.1.0.rst
6768
.. include:: previous_versions/v3.0.0.rst
6869
.. include:: previous_versions/v2.2.0.rst
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Version v3.2.0
2+
==============
3+
4+
This release includes the following **features**:
5+
6+
* Support ROS2 Easy Mode.
7+
8+
This release includes the following **Documentation Updates**:
9+
10+
* Add new Furo theme to the Documentation.
11+
* Refactor the DDS Router Documentation.
12+
13+
This release includes the following **fixes**:
14+
15+
* Fix several typos.
16+
17+
This release includes the following *ci management updates*:
18+
19+
* Fix Flaky test action.
20+
* Restructure GitHub Actions.
21+
* Fix Asan/Tsan CI.
22+
* Remove Docker tests from Ubuntu CI.
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.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
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.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
45+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`_
46+
* - Dev Utils
47+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
48+
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`_
49+
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
50+
* - DDS Pipe
51+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
52+
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
53+
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.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.2.0*
30+
- *v3.3.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.2.0</version>
5+
<version>3.3.0</version>
66
<description>
77
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
88
</description>

0 commit comments

Comments
 (0)