Skip to content

Commit 66b6537

Browse files
authored
Bump to v1.5.0 + Release notes (#179)
* Bump to v1.5.0 + Release notes Signed-off-by: danipiza <dpizarrogallego@gmail.com> * Applied revision Signed-off-by: danipiza <dpizarrogallego@gmail.com> * Applied revision Signed-off-by: danipiza <dpizarrogallego@gmail.com> --------- Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent e046744 commit 66b6537

5 files changed

Lines changed: 32 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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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+
* Removed TopicDataType unnecessary code
13+
* Add const reference in 'update_partitions()'
14+
* Refine the filter update implementation to update `qos` instead of deleting and recreating writers/readers
15+
16+
This release will include the following **bugfixes**:
17+
* Forward unregister and dispose messages
18+
* Replace invalid `domain-id` core-dump with clean validation errors
19+
* Handle datarace after writer shutdown
20+
* Fix XML profiles in `DDS-Record-Replay`
21+
22+
This release includes the following **CI improvements**:
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+
| | Repository | Old Version | New Version |
30+
|---|---|---|---|
31+
| 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) |
32+
| 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) |
33+
| 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) |
34+
| 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) |
35+
836
# eProsima DDS Pipe v1.4.0
937

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

0 commit comments

Comments
 (0)