From 992572f71eddc4101297edb709f7891cf52a3838 Mon Sep 17 00:00:00 2001 From: Irene Bandera Moreno Date: Fri, 30 Jun 2023 12:42:57 +0200 Subject: [PATCH] Add v0.11.0 release notes (#198) * Add v0.11.0 release notes Signed-off-by: Irene Bandera * Add dependencies update Signed-off-by: Irene Bandera * Apply changes Signed-off-by: Irene Bandera --------- Signed-off-by: Irene Bandera --- docs/rst/notes/notes.rst | 42 ++++++++++++++++++-- docs/rst/notes/previous_versions/v0.10.0.rst | 6 +++ docs/rst/spelling_wordlist.txt | 1 + versions.md | 24 +++++++++-- 4 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 docs/rst/notes/previous_versions/v0.10.0.rst diff --git a/docs/rst/notes/notes.rst b/docs/rst/notes/notes.rst index 07b178983..16ac06f82 100644 --- a/docs/rst/notes/notes.rst +++ b/docs/rst/notes/notes.rst @@ -4,16 +4,52 @@ Release Notes ############# -Version 0.10.0 +Version 0.11.0 ############## -This release includes the following **feature**: +This release includes the following **update**: -* Extend method :code:`clear_statistics_data` to remove internal statistical data previous to a time given. +* Regenerate TypeSupport with Fast DDS-Gen v2.5.1. + +This release includes the following **bugfix**: + +* Remove obsolete warning in documentation. + Fast DDS v2.9.0 changed the default behavior by building with ``FASTDDS_STATISTICS`` enabled by default. + +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.0 `_ + - `v1.3.1 `_ + * - Fast CDR + - `eProsima/Fast-CDR `_ + - `v1.0.27 `_ + - `v1.1.0 `_ + * - Fast DDS + - `eProsima/Fast-DDS `_ + - `v2.10.1 `_ + - `v2.11.0 `_ + * - Fast DDS Gen + - `eProsima/Fast-DDS-Gen `_ + - `v2.4.0 `_ + - `v2.5.1 `_ + * - IDL Parser + - `eProsima/IDL-Parser `_ + - `v1.5.0 `_ + - `v1.6.0 `_ Previous versions ################# +.. include:: previous_versions/v0.10.0.rst .. include:: previous_versions/v0.9.0.rst .. include:: previous_versions/v0.8.0.rst .. include:: previous_versions/v0.7.1.rst diff --git a/docs/rst/notes/previous_versions/v0.10.0.rst b/docs/rst/notes/previous_versions/v0.10.0.rst new file mode 100644 index 000000000..c1cd00dca --- /dev/null +++ b/docs/rst/notes/previous_versions/v0.10.0.rst @@ -0,0 +1,6 @@ +Version 0.10.0 +============== + +This release includes the following **feature**: + +* Extend method :code:`clear_statistics_data` to remove internal statistical data previous to a time given. diff --git a/docs/rst/spelling_wordlist.txt b/docs/rst/spelling_wordlist.txt index be8654bf0..4e8dd92fb 100644 --- a/docs/rst/spelling_wordlist.txt +++ b/docs/rst/spelling_wordlist.txt @@ -11,6 +11,7 @@ datareader datawriter destructor eProsima +Foonathan Github Gtest metatraffic diff --git a/versions.md b/versions.md index a101ac3f8..e09d1e8a8 100644 --- a/versions.md +++ b/versions.md @@ -1,8 +1,26 @@ -Forthcoming ------------ +Version 0.11.0 +-------------- + +This release includes the following **improvement**: + +* Regenerate TypeSupport with Fast DDS-Gen v2.5.1. + +This release includes the following **bugfix**: + +* Remove obsolete warning in documentation. Fast DDS v2.9.0 changed the default behavior by building with **FASTDDS_STATISTICS** enabled by default. + +This release includes the following **dependencies update**: + +| | Repository | Old Version | New Version | +|---|---|---|---| +| Foonathan Memory Vendor | [eProsima/foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor) | [v1.3.0](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.0) | [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) | [v1.0.27](https://github.com/eProsima/Fast-CDR/releases/tag/v1.0.27) | [v1.1.0](https://github.com/eProsima/Fast-CDR/releases/tag/v1.1.0) | +| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v2.10.1](https://github.com/eProsima/Fast-DDS/releases/tag/v2.10.1) | [v2.11.0](https://github.com/eProsima/Fast-DDS/releases/tag/v2.11.0) | +| Fast DDS Gen | [eProsima/Fast-DDS-Gen](https://github.com/eProsima/Fast-DDS-Gen) | [v2.4.0](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v2.4.0) | [v2.5.1](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v2.5.1) | +| IDL Parser | [eProsima/IDL-Parser](https://github.com/eProsima/IDL-Parser) | [v1.5.0](https://github.com/eProsima/IDL-Parser/releases/tag/v1.5.0) | [v1.6.0](https://github.com/eProsima/IDL-Parser/releases/tag/v1.6.0) | Version 0.10.0 -------------- +-------------- This release includes the following **feature**: