Skip to content

Commit

Permalink
Add v0.11.0 release notes (#198)
Browse files Browse the repository at this point in the history
* Add v0.11.0 release notes

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Add dependencies update

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

* Apply changes

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>

---------

Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
  • Loading branch information
irenebm authored Jun 30, 2023
1 parent cd37ed0 commit 992572f
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 6 deletions.
42 changes: 39 additions & 3 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.git>`_
- `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>`_

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
Expand Down
6 changes: 6 additions & 0 deletions docs/rst/notes/previous_versions/v0.10.0.rst
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions docs/rst/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ datareader
datawriter
destructor
eProsima
Foonathan
Github
Gtest
metatraffic
Expand Down
24 changes: 21 additions & 3 deletions versions.md
Original file line number Diff line number Diff line change
@@ -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**:

Expand Down

0 comments on commit 992572f

Please sign in to comment.