|
5 | 5 | .. include:: forthcoming_version.rst |
6 | 6 |
|
7 | 7 | ############## |
8 | | -Version v0.1.0 |
| 8 | +Version v1.0.0 |
9 | 9 | ############## |
10 | 10 |
|
| 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 | +* Added CI support for building and testing. |
| 18 | + |
| 19 | +This release includes the following **Documentation changes**: |
| 20 | + |
| 21 | +* Added full documentation set including usage, architecture, and configuration. |
| 22 | +* Included installation instructions for both Linux and Windows (from sources). |
| 23 | +* Added API reference documentation. |
| 24 | + |
| 25 | + |
| 26 | +This release includes the following **Dependencies Update**: |
| 27 | + |
| 28 | +.. list-table:: |
| 29 | + :header-rows: 1 |
| 30 | + |
| 31 | + * - |
| 32 | + - Repository |
| 33 | + - Old Version |
| 34 | + - New Version |
| 35 | + * - Foonathan Memory Vendor |
| 36 | + - `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_ |
| 37 | + - `-` |
| 38 | + - `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_ |
| 39 | + * - Fast CDR |
| 40 | + - `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_ |
| 41 | + - `-` |
| 42 | + - `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_ |
| 43 | + * - Fast DDS |
| 44 | + - `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_ |
| 45 | + - `-` |
| 46 | + - `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`_ |
| 47 | + * - Dev Utils |
| 48 | + - `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_ |
| 49 | + - `-` |
| 50 | + - `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`__ |
| 51 | + * - DDS Pipe |
| 52 | + - `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_ |
| 53 | + - `-` |
| 54 | + - `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__ |
| 55 | + |
11 | 56 |
|
12 | 57 | ################# |
13 | 58 | Previous Versions |
14 | 59 | ################# |
15 | | - |
|
0 commit comments