Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 1
VERSION_MINOR 5
VERSION_PATCH 0
VERSION_PATCH 1
2 changes: 1 addition & 1 deletion docs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>fastddsspy_docs</name>
<version>1.5.0</version>
<version>1.5.1</version>
<description>
*eprosima Fast DDS Spy* Documentation built with sphinx and deployed in ReadTheDocs.
</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/installation/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The steps to run |spy| in a Docker container are explained below.
--ipc=host \
--privileged \
-v /<fastddsspy>/FASTDDSSPY_CONFIGURATION.yaml:/root/FASTDDSSPY_CONFIGURATION.yaml \
ubuntu-fastddsspy:v1.5.0
ubuntu-fastddsspy:v1.5.1

It is important to mention that both the path to the configuration file hosted in the local machine and the one
created in the Docker container must be absolute paths in order to share just one single file as a shared volume.
Expand Down
31 changes: 5 additions & 26 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,9 @@
.. include:: forthcoming_version.rst

##############
Version v1.5.0
Version v1.5.1
##############

This release includes the following **features**:

* Display the list of keys in a topic with new command `topics <name> key`
* Change default participant **RTPS** to **DDS**
* Add `ContentFilteredTopic` filter

This release includes the following **documentation updates**:

* Improved filter command documentation
* Update Windows documentation (new **Asio** version + `vcs` command)

This release includes the following **bugfixes**:

* Add `topics <name> idl` command in **DDS**
* Replace invalid `domain-id` core-dump with clean validation errors
* Reduce `InstanceCache` key warning spam

This release includes the following **CI improvements**:

* Upgrade `Linters CI` runner image to `ubuntu-24.04`
* Update `foonathan` version to 1.4.1


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

Expand All @@ -48,22 +26,23 @@ This release includes the following **Dependencies Update**:
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.5.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0>`_
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
- `v3.6.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
- `v1.5.1 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.1>`__
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
- `v1.5.1 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.1>`__


#################
Previous Versions
#################

.. include:: ./previous_versions/v1.5.0.rst
.. include:: ./previous_versions/v1.4.0.rst
.. include:: ./previous_versions/v1.3.0.rst
.. include:: ./previous_versions/v1.2.0.rst
Expand Down
55 changes: 55 additions & 0 deletions docs/rst/notes/previous_versions/v1.5.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
Version v1.5.0
==============

This release includes the following **features**:

* Display the list of keys in a topic with new command `topics <name> key`
* Change default participant **RTPS** to **DDS**
* Add `ContentFilteredTopic` filter

This release includes the following **documentation updates**:

* Improved filter command documentation
* Update Windows documentation (new **Asio** version + `vcs` command)

This release includes the following **bugfixes**:

* Add `topics <name> idl` command in **DDS**
* Replace invalid `domain-id` core-dump with clean validation errors
* Reduce `InstanceCache` key warning spam

This release includes the following **CI improvements**:

* Upgrade `Linters CI` runner image to `ubuntu-24.04`
* Update `foonathan` version to 1.4.1


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.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.5.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0>`_
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
2 changes: 1 addition & 1 deletion fastddsspy_participants/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>fastddsspy_participants</name>
<version>1.5.0</version>
<version>1.5.1</version>
<description>
*eProsima Fast DDS Spy* core logic.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fastddsspy_tool/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>fastddsspy_tool</name>
<version>1.5.0</version>
<version>1.5.1</version>
<description>
*eProsima Fast DDS Spy* Application to execute a interactive CLI spy application to introspect data in a DDS network.
</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self):
arguments_dds=[],
arguments_spy=['--version'],
commands_spy=[],
output="""Fast DDS Spy v1.5.0\
output="""Fast DDS Spy v1.5.1\
commit hash: 16ed7e8c93d7481d8b426746af9ec3ffa323f451\n"""
)

Expand Down
2 changes: 1 addition & 1 deletion fastddsspy_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>fastddsspy_yaml</name>
<version>1.5.0</version>
<version>1.5.1</version>
<description>
*eprosima Fast DDS Spy* Yaml Module to read and print yaml objects.
</description>
Expand Down
Loading