-
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 #20825: Bump version to v2.6.8 Signed-off-by: Mario Dominguez <[email protected]> * Refs #20825: Address review & update notes with the latest merged PRs Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]>
- Loading branch information
Showing
3 changed files
with
119 additions
and
51 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
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,63 @@ | ||
Version 2.6.7 | ||
^^^^^^^^^^^^^ | ||
|
||
This release includes the following **features**: | ||
|
||
1. Support ``Autofill port`` (:ref:`automatically set a port<transport_tcp_transportDescriptor>`) for TCP Transport. | ||
2. Define a :ref:`super client<env_vars_ros_super_client>` by environment variable | ||
3. Support :ref:`TCP Discovery server<use-case-tcp-discovery-server>` CLI and environment variable | ||
4. Define methods (:ref:`environment variable<env_vars_builtin_transports>`, | ||
:ref:`rtps layer<rtps_layer_builtin_transports>`, :ref:`xml<RTPS>`) to | ||
:ref:`configure transport scenarios<transport_tcp_enabling>` | ||
5. :ref:`Secure discovery server<DS_security>` | ||
|
||
This release includes the following **improvements**: | ||
|
||
1. Log warning message upon receiver resource creation failure. | ||
2. Add tests for reconnection with same GUID | ||
3. Use foonathan memory manager for reducing allocations in ``SharedMemManager.hpp`` | ||
4. Simplify code in ``CDRMessage``. | ||
5. Rerun failed tests with ctest option instead of colcon's. | ||
6. Several improvements on CI jobs. | ||
7. Upgrade CMake minimum requirement to 3.16.3 | ||
8. Update PR checklist template. Backports and Description | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
1. Fix ``DomainParticipant::register_remote_type`` return when negotiating type. | ||
2. Fix ``RemoteBuiltinEndpointHonoring`` blackbox test. | ||
3. Allow participant profiles with no rtps tag. | ||
4. Fix bad-free when receiving malformed DATA submessage. | ||
5. Fix clang warnings | ||
6. Use STL implementation of ``Timed/RecursiveTimedMutex`` when ``MSVC >= 19.36``. | ||
7. Fix encapsulation format in WLP. | ||
8. Fix the clang build for clang 14. | ||
9. Notify data-sharing listener at the end of a successful matching in intraprocess. | ||
10. Updatable disable_positive_acks period. | ||
11. Fix Data Race when updating liveliness changed in WLP. | ||
12. Fix TCP sender resources creation. | ||
13. Fix flow controllers unit tests compilation when using Fast CDR from thirdparty. | ||
14. Add XML parser bit_bound bounds check. | ||
15. Use ``FASTRTPS_NO_LIB`` on unittest root folder. | ||
16. Use ``SO_EXCLUSIVEADDRUSE`` for Win32 unicast listening sockets. | ||
17. Fix mac address overflow on windows. | ||
18. Fix ``PubSubAsReliable`` test. | ||
19. Fix ``FileWatchTest``. | ||
20. Add missing thread include. | ||
21. Fix missing mandatory attribute check in XML parser struct type. | ||
22. Better handling of trigger events in docs CI. | ||
23. Fix memory problem when ciphering payload | ||
24. Select correct .repos file on push events | ||
25. Update TLS unit test certificates | ||
26. Fix bad-free when receiving malformed DATA_FRAG submessage | ||
27. Fix data race on writer destruction while sending heartbeat | ||
28. Fix DiscoveryServer list access deadlock | ||
29. Fix c++11 support for fast discovery server tool | ||
30. Fix CVE-2023-50257 | ||
31. Fix std::move warning | ||
32. Fix Github Windows CI | ||
|
||
.. note:: | ||
If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL | ||
files using *fastddsgen*. | ||
If you are upgrading from any older version, regenerating the code is *highly recommended*. |