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
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 1
VERSION_MAJOR 1
VERSION_MINOR 0
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>0.1.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Enabler* main C++ package.
</description>
Expand Down
12 changes: 6 additions & 6 deletions ddsenabler_docs/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
.. /developer_manual/installation/sources/linux


.. .. _index_notes:
.. _index_notes:

.. .. toctree::
.. :caption: Release Notes
.. :maxdepth: 2
.. :hidden:
.. toctree::
:caption: Release Notes
:maxdepth: 2
:hidden:

.. /notes/notes
/notes/notes


.. .. _index_appendix:
Expand Down
48 changes: 46 additions & 2 deletions ddsenabler_docs/docs/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,55 @@
.. include:: forthcoming_version.rst

##############
Version v0.1.0
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>`__


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

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>0.1.0</version>
<version>1.0.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>0.1.0</version>
<version>1.0.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>0.1.0</version>
<version>1.0.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>0.1.0</version>
<version>1.0.0</version>
<description>
*eprosima DDS Enabler* YAML configuration package.
</description>
Expand Down