Skip to content

Commit 12d13ab

Browse files
Bump to v1.4.0 (#171)
* Refs #23927: Bump to v1.4.0 Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> * Refs #23927: VERSION file Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> --------- Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent a9253fb commit 12d13ab

5 files changed

Lines changed: 27 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 3
2+
VERSION_MINOR 4
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.3.0</version>
5+
<version>1.4.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.3.0</version>
5+
<version>1.4.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.3.0</version>
5+
<version>1.4.0</version>
66
<description>
77
*eprosima DDS Pipe* C++ Module to read objects and configurations from YAML files.
88
</description>

versions.md

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

66
## Forthcoming
77

8+
# eProsima DDS Pipe v1.4.0
9+
10+
This release will include the following **features**:
11+
* New XML Dynamic Types participant
12+
* Support `original_writer_info` forwarding
13+
* Support `partitions` in DDS-Record-Replay & Fast-DDS-spy
14+
15+
This release will include the following **internal changes & bugfixes**:
16+
* Expose `BaseReader` and `InternalReader` functions in Windows DLLs
17+
* Fix thread sanitizer warnings with partitions
18+
19+
This release includes the following **CI improvements**:
20+
* Fix nightly CI
21+
22+
This release includes the following *dependencies update*:
23+
24+
| | Repository | Old Version | New Version |
25+
|---|---|---|---|
26+
| 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) |
27+
| Fast CDR | [eProsima/Fast-CDR](https://github.com/eProsima/Fast-CDR) | [v2.3.0](https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0) | [v2.3.4](https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4) |
28+
| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v3.3.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0) | [v3.4.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1) |
29+
| Dev Utils | [eProsima/dev-utils](https://github.com/eProsima/dev-utils) | [v1.3.0](https://github.com/eProsima/dev-utils/releases/tag/v1.3.0) | [v1.4.0](https://github.com/eProsima/dev-utils/releases/tag/v1.4.0) |
30+
831
# eProsima DDS Pipe v1.3.0
932

1033
This release will include the following *features*:

0 commit comments

Comments
 (0)