Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 1
VERSION_MINOR 0
VERSION_MINOR 1
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion ddsenabler/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>ddsenabler</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima DDS Enabler* main C++ package.
</description>
Expand Down
28 changes: 9 additions & 19 deletions ddsenabler_docs/docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,12 @@
.. include:: forthcoming_version.rst

##############
Version v1.0.0
Version v1.1.0
##############

This release includes the following **features**:

* Publish and subscribe to DDS topics in real time.
* Auto-discovery and management of DomainParticipants, Topics, Types, Publishers and Subscribers via YAML configuration.
* Flexible JSON serialization and deserialization utilities for DDS samples to enable REST and external integration.
* Topic allow-listing/deny-listing, QoS tuning, and participant filtering via configuration.
* Added CI support for building and testing.

This release includes the following **Documentation changes**:

* Added full documentation set including usage, architecture, and configuration.
* Included installation instructions for both Linux and Windows (from sources).
* Added API reference documentation.

* Support for ROS 2 services and actions

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

Expand All @@ -34,26 +23,27 @@ This release includes the following **Dependencies Update**:
- 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.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>`_
* - 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>`_
* - 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>`__
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `-`
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__

- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__

#################
Previous Versions
#################

.. include:: ./previous_versions/v1.0.0.rst
47 changes: 47 additions & 0 deletions ddsenabler_docs/docs/notes/previous_versions/v1.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Version v1.0.0
==============

This release includes the following **features**:

* Publish and subscribe to DDS topics in real time.
* Auto-discovery and management of DomainParticipants, Topics, Types, Publishers and Subscribers via YAML configuration.
* Flexible JSON serialization and deserialization utilities for DDS samples to enable REST and external integration.
* Topic allow-listing/deny-listing, QoS tuning, and participant filtering via configuration.
* Added CI support for building and testing.

This release includes the following **Documentation changes**:

* Added full documentation set including usage, architecture, and configuration.
* Included installation instructions for both Linux and Windows (from sources).
* Added API reference documentation.


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

.. list-table::
:header-rows: 1

* -
- 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>`_
* - 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>`_
* - 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>`_
* - 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>`__
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `-`
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
2 changes: 1 addition & 1 deletion ddsenabler_docs/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>ddsenabler_docs</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima DDS Enabler* Documentation built with sphinx and deployed in ReadTheDocs.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsenabler_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>ddsenabler_participants</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima DDS Enabler* C++ Std Participant implementations.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsenabler_test/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>ddsenabler_test</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima DDS Enabler* system tests package.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsenabler_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>ddsenabler_yaml</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
*eprosima DDS Enabler* YAML configuration package.
</description>
Expand Down