-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add forthcoming version to documentation (#144)
* Refs #13792: Add forthcoming version to documentation Signed-off-by: jparisu <[email protected]> * Refs #13792: apply suggestsions Signed-off-by: jparisu <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,7 @@ | |
:hidden: | ||
|
||
/rst/notes/notes | ||
/rst/notes/new_version | ||
|
||
|
||
.. _index_appendix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. include:: ../exports/alias.include | ||
|
||
.. _forthcoming_notes: | ||
|
||
################### | ||
Forthcoming Version | ||
################### | ||
|
||
Next release will include the following **Configuration features**: | ||
|
||
* Support TLS configuration and communication. | ||
* Support IPv6 communication via UDP, TCP and TLS. | ||
* Support DNS by given Domain Name in configuration instead of an IP address. | ||
* Support keyed topics. | ||
|
||
Next release will include the following **User Interface features**: | ||
|
||
* Allow to close the Router application gently with ``SIGTERM`` (``kill``) as with ``SIGINT`` (``^C``). | ||
|
||
Next release will include the following **Continuous-Integration features**: | ||
|
||
* Add communication tests for UDP, TCP and TLS WAN cases. | ||
* Extend tool test with more complex configurations. | ||
* Erase Flaky tests from CI required passing tests. | ||
* Implement a new class to check that no warning or error logs are produced during test executions. | ||
* Add gMock to test libraries. | ||
|
||
Next release will fix the following **major bugs**: | ||
|
||
* Fix GUID creation when explicit guid is provided. | ||
|
||
Next release will fix the following **minor bugs**: | ||
|
||
* Change ``YAML`` example configurations to ``YAML`` format (instead of ``JSON``) fixing | ||
an issue when blank lines were missing at the end of the file. | ||
* Normalize the error and process exit when failure. | ||
* Fix documentation typos. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ fastcdr | |
fastrtps | ||
github | ||
Gtest | ||
gMock | ||
guid | ||
guid | ||
IPv | ||
|