Skip to content

Commit 7a33a6c

Browse files
Bumps version to 1.0.0 and updates release notes
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent 9088f02 commit 7a33a6c

9 files changed

Lines changed: 78 additions & 14 deletions

File tree

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION_MAJOR 0
2-
VERSION_MINOR 1
1+
VERSION_MAJOR 1
2+
VERSION_MINOR 0
33
VERSION_PATCH 0

ddsenabler/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>ddsenabler</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* main C++ package.
88
</description>

ddsenabler_docs/docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
.. /developer_manual/installation/sources/linux
9191
9292
93-
.. .. _index_notes:
93+
.. _index_notes:
9494

95-
.. .. toctree::
96-
.. :caption: Release Notes
97-
.. :maxdepth: 2
98-
.. :hidden:
95+
.. toctree::
96+
:caption: Release Notes
97+
:maxdepth: 2
98+
:hidden:
9999

100-
.. /notes/notes
100+
/notes/notes
101101

102102

103103
.. .. _index_appendix:

ddsenabler_docs/docs/notes/notes.rst

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,71 @@
55
.. include:: forthcoming_version.rst
66

77
##############
8-
Version v0.1.0
8+
Version v1.0.0
99
##############
1010

11+
This release includes the following **features**:
12+
13+
* Publish and subscribe to DDS topics in real time.
14+
* Auto-discovery and management of DomainParticipants, Topics, Types, Publishers and Subscribers via YAML configuration.
15+
* Flexible JSON serialization and deserialization utilities for DDS samples to enable REST and external integration.
16+
* Topic allow-listing/deny-listing, QoS tuning, and participant filtering via configuration.
17+
18+
This release includes the following **improvements and bugfixes**:
19+
20+
* Fixed handling of empty configuration file paths and improved log callback handling.
21+
* Improved robustness of type tests and blackbox test coverage for DDS sample types.
22+
* Refactored core API for better modularity and clarity.
23+
24+
This release includes the following **CI improvements**:
25+
26+
* Remove deprecated ``Windows-2019`` runner.
27+
* Use ``tsan`` binaries for TSAN workflows.
28+
* Add workflow dispatch support to nightly CI.
29+
* Use Fast DDS master branch and artifacts in workflows.
30+
* General CI workflow improvements and refactors.
31+
32+
This release includes the following **Documentation changes**:
33+
34+
* Added full documentation set including usage, architecture, and configuration.
35+
* Included installation instructions for both Linux and Windows (from sources).
36+
* Added support for building documentation via a CMake option.
37+
* Fixed broken hyperlinks in documentation.
38+
39+
40+
This release includes the following **Dependencies Update**:
41+
42+
.. list-table::
43+
:header-rows: 1
44+
45+
* -
46+
- Repository
47+
- Old Version
48+
- New Version
49+
* - Foonathan Memory Vendor
50+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
51+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
52+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
53+
* - Fast CDR
54+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
55+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
56+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
57+
* - Fast DDS
58+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
59+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`_
60+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`_
61+
* - Dev Utils
62+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
63+
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
64+
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__
65+
* - DDS Pipe
66+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
67+
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__
68+
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
69+
1170

1271
#################
1372
Previous Versions
1473
#################
1574

75+
.. include:: previous_versions/v0.1.0.rst
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Version v0.1.0
2+
==============
3+
4+
This is the first release of *eProsima DDS Enabler*.

ddsenabler_docs/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>ddsenabler_docs</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

ddsenabler_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>ddsenabler_participants</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* C++ Std Participant implementations.
88
</description>

ddsenabler_test/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>ddsenabler_test</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* system tests package.
88
</description>

ddsenabler_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>ddsenabler_yaml</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>
77
*eprosima DDS Enabler* YAML configuration package.
88
</description>

0 commit comments

Comments
 (0)