-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #8525. Added 1.10.0 to previous versions. * Refs #8525. Added release notes for 2.0.0 Signed-off-by: Miguel Company <[email protected]> * Refs #8525. Fixed format errors. Signed-off-by: Miguel Company <[email protected]> * Refs #8525. Adding words to spell checker. Signed-off-by: Miguel Company <[email protected]> * Refs #8525. Add v1.8.4 release notes. Signed-off-by: Miguel Company <[email protected]> * Refs #8525. Fixing linters. Signed-off-by: Miguel Company <[email protected]> * Refs #8529. Addressing review comments. Signed-off-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
3f1340f
commit 4b29d9a
Showing
4 changed files
with
94 additions
and
35 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
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,44 @@ | ||
Version 1.10.0 | ||
^^^^^^^^^^^^^^ | ||
|
||
This release adds the following features: | ||
|
||
* New built-in :ref:`comm-transports-shm` | ||
* Transport API refactored to support locator iterators | ||
* Added subscriber API to retrieve info of first non-taken sample | ||
* Added parameters to fully avoid dynamic allocations | ||
* History of built-in endpoints can be configured | ||
* Bump to FastCDR v1.0.13. | ||
* Bump to Fast-RTPS-Gen v1.0.4. | ||
* Require CMake 3.5 but use policies from 3.13 | ||
|
||
It also includes the following bug fixes and improvements: | ||
|
||
* Fixed alignment on parameter lists | ||
* Fixed error sending more than 256 fragments. | ||
* Fix handling of STRICT_REALTIME. | ||
* Fixed submessage_size calculation on last data_frag. | ||
* Solved an issue when recreating a publishing participant with the same GUID. | ||
* Solved an issue where a publisher could block on write for a long time when a new | ||
subscriber (late joiner) is matched, if the publisher had already sent a large number | ||
of messages. | ||
* Correctly handling the case where lifespan expires at the same time on several samples. | ||
* Solved some issues regarding liveliness on writers with no readers. | ||
* Correctly removing changes from histories on keyed topics. | ||
* Not reusing cache change when sample does not fit. | ||
* Fixed custom wait_until methods when time is in the past. | ||
* Several data races and ABBA locks fixed. | ||
* Reduced CPU and memory usage. | ||
* Reduced flakiness of liveliness tests. | ||
* Allow for more use cases on performance tests. | ||
|
||
Several bug fixes on discovery server: | ||
|
||
* Fixed local host communications. | ||
* Correctly trimming server history. | ||
* Fixed backup server operation. | ||
* Fixed timing issues. | ||
|
||
**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 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,15 @@ | ||
Version 1.8.4 | ||
^^^^^^^^^^^^^ | ||
|
||
This release adds the following **feature**: | ||
|
||
* XML profiles for `requester` and `replier` | ||
|
||
It also has the following **important bug fixes**: | ||
|
||
* Solved an issue when recreating a publishing participant with the same GUID (either on purpose or by chance) | ||
* Solved an issue where a publisher could block on `write` for a long time when, after a large number of samples | ||
have been sent, a new subscriber is matched. | ||
|
||
**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* |
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