Skip to content

Commit

Permalink
Bump version to v1.0.0 & add release notes (#133)
Browse files Browse the repository at this point in the history
* Add v1.0.0 release notes

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Bump version to v1.0.0

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

---------

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
  • Loading branch information
irenebm authored Sep 16, 2024
1 parent 0baa49f commit 4b19122
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 0
VERSION_MINOR 4
VERSION_MAJOR 1
VERSION_MINOR 0
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion ddspipe_core/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>ddspipe_core</name>
<version>0.4.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Pipe* C++ library to communicate dynamically and efficiently different interfaces.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddspipe_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>ddspipe_participants</name>
<version>0.4.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Pipe* C++ Std Participant implementations.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddspipe_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>ddspipe_yaml</name>
<version>0.4.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Pipe* C++ Module to read objects and configurations from YAML files.
</description>
Expand Down
24 changes: 24 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,34 @@ The *Forthcoming* section includes those features added in `main` branch that ar

## Forthcoming

## eProsima DDS Pipe v1.0.0

The upcoming release will include the following features:
* Add support for Fast DDS v3.
* Support Ubuntu Noble (24.04).
* Stop supporting Ubuntu Focal (20.04).

This release includes the following *internal changes* & *bugfixes*:
* Add DLL export for protected methods in `CommonParticipant` and its derived classes.
* Remove `DiscoveryServerConnectionAdress`.
* Print `PolicyMasks` as strings.
* Add support for builds with both Fast DDS v2 and v3.
* Empty XTSAN tests list to run all tests with Thread Sanitizer.
* Remove change before creation in full writer's history.
* Reset cache changes to prevent data fragmentation issues.
* Process received samples only when the reader is enabled.
* Fix data race on concurrent `FastPayloadPool` payload release.
* Change `CommandlineArgs` default verbosity to `Error`.

This release includes the following *dependencies update*:

| | 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.3.1](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1) |
| Fast CDR | [eProsima/Fast-CDR](https://github.com/eProsima/Fast-CDR) | [v2.2.0](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0) | [v2.2.4](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4) |
| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v2.14.0](https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0) | [v3.0.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1) |
| Dev Utils | [eProsima/dev-utils](https://github.com/eProsima/dev-utils) | [v0.6.0](https://github.com/eProsima/dev-utils/releases/tag/v0.6.0) | [v1.0.0](https://github.com/eProsima/dev-utils/releases/tag/v1.0.0) |

## eProsima DDS Pipe v0.4.0

This release includes the following *new features*:
Expand Down

0 comments on commit 4b19122

Please sign in to comment.