-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hotfix/21890
- Loading branch information
Showing
13 changed files
with
73 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
VERSION_MAJOR 3 | ||
VERSION_MINOR 0 | ||
VERSION_MINOR 1 | ||
VERSION_PATCH 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
Version v3.0.0 | ||
============== | ||
|
||
This release includes the following **Features**: | ||
|
||
* Add support for Fast DDS v3. | ||
* Remove ``publish-type`` tag from :ref:`user_manual_configuration_specs_monitor` configuration. | ||
* Remove ``DiscoveryServerConnectionAdress``. | ||
|
||
This release includes the following **Bugfixes**: | ||
|
||
* Reset cache changes before returning them to the pool. | ||
|
||
This release includes the following **Configuration features**: | ||
|
||
* Change the default value of :ref:`user_manual_user_interface_log_filter_argument` to ``DDSROUTER``. | ||
* Change the default value of :ref:`user_manual_user_interface_log_verbosity_argument` to ``error``. | ||
|
||
This release includes the following **CI improvements**: | ||
|
||
* Upgrade to Ubuntu Noble (24.04). | ||
* Remove Ubuntu Focal (20.04) from the CI. | ||
* Limit permissions and include missing certificates in security tests. | ||
* Add stress tests. | ||
* Reduce the list of flaky Docker tests. | ||
|
||
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.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_ | ||
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_ | ||
* - Fast DDS | ||
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_ | ||
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_ | ||
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_ | ||
* - Dev Utils | ||
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_ | ||
- `v0.6.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.6.0>`_ | ||
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_ | ||
* - DDS Pipe | ||
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_ | ||
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`__ | ||
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0.0</version> | ||
<version>3.1.0</version> | ||
<description>Tool used for validating DDS-Router configuration files</description> | ||
<maintainer email="[email protected]">Raúl Sánchez-Mateos</maintainer> | ||
<maintainer email="[email protected]">Javier París</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters