Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Nov 11, 2020
1 parent 2306ded commit 53dbe28
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
35 changes: 15 additions & 20 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
.. _release_notes:

Version 2.0.1
Version 2.0.2
=============

This release includes the following bug fixes:
This release includes the following improvements:

* Fixed sending GAPs to late joiners
* Fixed asserting liveliness on data reception
* Avoid calling :func:`OpenSSL_add_all_algorithms` when not required
* Support persistence for large data
* Improve QNX support
* Security improvements
* Fast DDS Quality Declaration (QL 2)
* Large traffic reduction when using Discovery Server (up to 85-90% for large deployments)
* Configuration of Clients of Discovery Server using an environment variable
* A CLI for Fast DDS:

Other improvements:

* Fixing warnings

PRs in merge order:
`#1295 <https://github.com/eProsima/Fast-DDS/pull/1295>`_,
`#1300 <https://github.com/eProsima/Fast-DDS/pull/1300>`_,
`#1304 <https://github.com/eProsima/Fast-DDS/pull/1304>`_,
`#1290 <https://github.com/eProsima/Fast-DDS/pull/1290>`_,
`#1307 <https://github.com/eProsima/Fast-DDS/pull/1307>`_.

.. note::
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
files using *fastrtpsgen*.
If you are upgrading from a version older than 1.10.0, regenerating the code is *recommended*.
* This can be used to launch a discovery server
* Clean SHM directories with one command

* Shared memory transport enabled by default
* Solved edge-case interoperability issue with CycloneDDS
* Add package.xml

Previous versions
=================

.. include:: previous_versions/v2.0.1.rst
.. include:: previous_versions/v2.0.0.rst
.. include:: previous_versions/v1.10.0.rst
.. include:: previous_versions/v1.9.4.rst
Expand Down
24 changes: 24 additions & 0 deletions docs/notes/previous_versions/v2.0.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Version 2.0.1
^^^^^^^^^^^^^

This release includes the following bug fixes:

* Fixed sending GAPs to late joiners
* Fixed asserting liveliness on data reception
* Avoid calling :func:`OpenSSL_add_all_algorithms` when not required

Other improvements:

* Fixing warnings

PRs in merge order:
`#1295 <https://github.com/eProsima/Fast-DDS/pull/1295>`_,
`#1300 <https://github.com/eProsima/Fast-DDS/pull/1300>`_,
`#1304 <https://github.com/eProsima/Fast-DDS/pull/1304>`_,
`#1290 <https://github.com/eProsima/Fast-DDS/pull/1290>`_,
`#1307 <https://github.com/eProsima/Fast-DDS/pull/1307>`_.

.. note::
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL
files using *fastrtpsgen*.
If you are upgrading from a version older than 1.10.0, regenerating the code is *recommended*.

0 comments on commit 53dbe28

Please sign in to comment.