diff --git a/VERSION b/VERSION index 313657ad..8c5090ac 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -VERSION_MAJOR 0 -VERSION_MINOR 1 +VERSION_MAJOR 1 +VERSION_MINOR 0 VERSION_PATCH 0 diff --git a/ddsenabler/package.xml b/ddsenabler/package.xml index 92c7f09b..f5de072e 100644 --- a/ddsenabler/package.xml +++ b/ddsenabler/package.xml @@ -2,7 +2,7 @@ ddsenabler - 0.1.0 + 1.0.0 *eprosima DDS Enabler* main C++ package. diff --git a/ddsenabler_docs/docs/index.rst b/ddsenabler_docs/docs/index.rst index 4610c45e..fc5bb186 100644 --- a/ddsenabler_docs/docs/index.rst +++ b/ddsenabler_docs/docs/index.rst @@ -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: diff --git a/ddsenabler_docs/docs/notes/notes.rst b/ddsenabler_docs/docs/notes/notes.rst index 91a84629..c73cae10 100644 --- a/ddsenabler_docs/docs/notes/notes.rst +++ b/ddsenabler_docs/docs/notes/notes.rst @@ -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 `_ + - `-` + - `v1.3.1 `_ + * - Fast CDR + - `eProsima/Fast-CDR `_ + - `-` + - `v2.3.0 `_ + * - Fast DDS + - `eProsima/Fast-DDS `_ + - `-` + - `v3.3.0 `_ + * - Dev Utils + - `eProsima/dev-utils `_ + - `-` + - `v1.3.0 `__ + * - DDS Pipe + - `eProsima/DDS-Pipe `_ + - `-` + - `v1.3.0 `__ + ################# Previous Versions ################# - diff --git a/ddsenabler_docs/package.xml b/ddsenabler_docs/package.xml index fca48751..e8a70021 100644 --- a/ddsenabler_docs/package.xml +++ b/ddsenabler_docs/package.xml @@ -2,7 +2,7 @@ ddsenabler_docs - 0.1.0 + 1.0.0 *eprosima DDS Enabler* Documentation built with sphinx and deployed in ReadTheDocs. diff --git a/ddsenabler_participants/package.xml b/ddsenabler_participants/package.xml index e3fce6ea..efa12bf8 100644 --- a/ddsenabler_participants/package.xml +++ b/ddsenabler_participants/package.xml @@ -2,7 +2,7 @@ ddsenabler_participants - 0.1.0 + 1.0.0 *eprosima DDS Enabler* C++ Std Participant implementations. diff --git a/ddsenabler_test/package.xml b/ddsenabler_test/package.xml index 14cba5ac..77656d65 100644 --- a/ddsenabler_test/package.xml +++ b/ddsenabler_test/package.xml @@ -2,7 +2,7 @@ ddsenabler_test - 0.1.0 + 1.0.0 *eprosima DDS Enabler* system tests package. diff --git a/ddsenabler_yaml/package.xml b/ddsenabler_yaml/package.xml index 9003aa24..4259fc50 100644 --- a/ddsenabler_yaml/package.xml +++ b/ddsenabler_yaml/package.xml @@ -2,7 +2,7 @@ ddsenabler_yaml - 0.1.0 + 1.0.0 *eprosima DDS Enabler* YAML configuration package.