Skip to content

Commit 5b2b885

Browse files
committed
Bump to v1.5.0 + Release notes
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 29eb074 commit 5b2b885

5 files changed

Lines changed: 28 additions & 4 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
2-
VERSION_MINOR 4
2+
VERSION_MINOR 5
33
VERSION_PATCH 0

ddspipe_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>ddspipe_core</name>
5-
<version>1.4.0</version>
5+
<version>1.5.0</version>
66
<description>
77
*eprosima DDS Pipe* C++ library to communicate dynamically and efficiently different interfaces.
88
</description>

ddspipe_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>ddspipe_participants</name>
5-
<version>1.4.0</version>
5+
<version>1.5.0</version>
66
<description>
77
*eprosima DDS Pipe* C++ Std Participant implementations.
88
</description>

ddspipe_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>ddspipe_yaml</name>
5-
<version>1.4.0</version>
5+
<version>1.5.0</version>
66
<description>
77
*eprosima DDS Pipe* C++ Module to read objects and configurations from YAML files.
88
</description>

versions.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ The *Forthcoming* section includes those features added in `main` branch that ar
55

66
## Forthcoming
77

8+
# eProsima DDS Pipe v1.5.0
9+
10+
This release will include the following **features**:
11+
* Support `ContentFiltered Topic` filter DDS-Record-Replay & Fast-DDS-spy
12+
* Refine the filter update implementation to update `qos` instead of deleting and recreating writers/readers
13+
14+
This release will include the following **bugfixes**:
15+
* Forward empty `dispose` and `unregister` messages.
16+
* Fix `ReturnCode` comparisons
17+
* Fix invalid `domain-id` core-dump
18+
19+
This release includes the following **CI improvements**:
20+
* Update `uncrustify`` to `0.78.1` (**ubuntu24** version)
21+
22+
23+
This release includes the following *dependencies update*:
24+
25+
| | Repository | Old Version | New Version |
26+
|---|---|---|---|
27+
| 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) |
28+
| 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) |
29+
| 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) |
30+
| 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) |
31+
832
# eProsima DDS Pipe v1.4.0
933

1034
This release will include the following **features**:

0 commit comments

Comments
 (0)