Skip to content

Commit 545fdbf

Browse files
authored
Bump to v1.5.1 + Release notes (#147)
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent a841f5c commit 545fdbf

9 files changed

Lines changed: 67 additions & 33 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 1
22
VERSION_MINOR 5
3-
VERSION_PATCH 0
3+
VERSION_PATCH 1

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>fastddsspy_docs</name>
5-
<version>1.5.0</version>
5+
<version>1.5.1</version>
66
<description>
77
*eprosima Fast DDS Spy* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

docs/rst/installation/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The steps to run |spy| in a Docker container are explained below.
4848
--ipc=host \
4949
--privileged \
5050
-v /<fastddsspy>/FASTDDSSPY_CONFIGURATION.yaml:/root/FASTDDSSPY_CONFIGURATION.yaml \
51-
ubuntu-fastddsspy:v1.5.0
51+
ubuntu-fastddsspy:v1.5.1
5252
5353
It is important to mention that both the path to the configuration file hosted in the local machine and the one
5454
created in the Docker container must be absolute paths in order to share just one single file as a shared volume.

docs/rst/notes/notes.rst

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,9 @@
33
.. include:: forthcoming_version.rst
44

55
##############
6-
Version v1.5.0
6+
Version v1.5.1
77
##############
88

9-
This release includes the following **features**:
10-
11-
* Display the list of keys in a topic with new command `topics <name> key`
12-
* Change default participant **RTPS** to **DDS**
13-
* Add `ContentFilteredTopic` filter
14-
15-
This release includes the following **documentation updates**:
16-
17-
* Improved filter command documentation
18-
* Update Windows documentation (new **Asio** version + `vcs` command)
19-
20-
This release includes the following **bugfixes**:
21-
22-
* Add `topics <name> idl` command in **DDS**
23-
* Replace invalid `domain-id` core-dump with clean validation errors
24-
* Reduce `InstanceCache` key warning spam
25-
26-
This release includes the following **CI improvements**:
27-
28-
* Upgrade `Linters CI` runner image to `ubuntu-24.04`
29-
* Update `foonathan` version to 1.4.1
30-
319

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

@@ -48,22 +26,23 @@ This release includes the following **Dependencies Update**:
4826
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
4927
* - Fast DDS
5028
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
51-
- `v3.5.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0>`_
5229
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
30+
- `v3.6.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1>`_
5331
* - Dev Utils
5432
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
55-
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
5633
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
34+
- `v1.5.1 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.1>`__
5735
* - DDS Pipe
5836
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
59-
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
6037
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
38+
- `v1.5.1 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.1>`__
6139

6240

6341
#################
6442
Previous Versions
6543
#################
6644

45+
.. include:: ./previous_versions/v1.5.0.rst
6746
.. include:: ./previous_versions/v1.4.0.rst
6847
.. include:: ./previous_versions/v1.3.0.rst
6948
.. include:: ./previous_versions/v1.2.0.rst
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
Version v1.5.0
2+
==============
3+
4+
This release includes the following **features**:
5+
6+
* Display the list of keys in a topic with new command `topics <name> key`
7+
* Change default participant **RTPS** to **DDS**
8+
* Add `ContentFilteredTopic` filter
9+
10+
This release includes the following **documentation updates**:
11+
12+
* Improved filter command documentation
13+
* Update Windows documentation (new **Asio** version + `vcs` command)
14+
15+
This release includes the following **bugfixes**:
16+
17+
* Add `topics <name> idl` command in **DDS**
18+
* Replace invalid `domain-id` core-dump with clean validation errors
19+
* Reduce `InstanceCache` key warning spam
20+
21+
This release includes the following **CI improvements**:
22+
23+
* Upgrade `Linters CI` runner image to `ubuntu-24.04`
24+
* Update `foonathan` version to 1.4.1
25+
26+
27+
This release includes the following **Dependencies Update**:
28+
29+
.. list-table::
30+
:header-rows: 1
31+
32+
* -
33+
- Repository
34+
- Old Version
35+
- New Version
36+
* - Foonathan Memory Vendor
37+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
38+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
39+
- `v1.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
40+
* - Fast CDR
41+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
42+
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
43+
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
44+
* - Fast DDS
45+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
46+
- `v3.5.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0>`_
47+
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
48+
* - Dev Utils
49+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
50+
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
51+
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
52+
* - DDS Pipe
53+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
54+
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
55+
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__

fastddsspy_participants/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>fastddsspy_participants</name>
5-
<version>1.5.0</version>
5+
<version>1.5.1</version>
66
<description>
77
*eProsima Fast DDS Spy* core logic.
88
</description>

fastddsspy_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>fastddsspy_tool</name>
5-
<version>1.5.0</version>
5+
<version>1.5.1</version>
66
<description>
77
*eProsima Fast DDS Spy* Application to execute a interactive CLI spy application to introspect data in a DDS network.
88
</description>

fastddsspy_tool/test/application/test_cases/one_shot__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self):
3636
arguments_dds=[],
3737
arguments_spy=['--version'],
3838
commands_spy=[],
39-
output="""Fast DDS Spy v1.5.0\
39+
output="""Fast DDS Spy v1.5.1\
4040
commit hash: 16ed7e8c93d7481d8b426746af9ec3ffa323f451\n"""
4141
)
4242

fastddsspy_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>fastddsspy_yaml</name>
5-
<version>1.5.0</version>
5+
<version>1.5.1</version>
66
<description>
77
*eprosima Fast DDS Spy* Yaml Module to read and print yaml objects.
88
</description>

0 commit comments

Comments
 (0)