You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for `DDS Security <https://fast-dds.docs.eprosima.com/en/v2.10.1/fastdds/security/security.html>`_.
20
-
21
-
This release includes the following **Internal Implementation Features**:
22
-
23
-
* Support :ref:`Interface Whitelisting <user_manual_configuration_interface_whitelist>`.
24
-
* Support :ref:`Custom Transport Descriptors <user_manual_configuration_custom_transport_descriptors>` (UDP or Shared Memory only) for Simple Participants.
25
-
* Support :ref:`Ignore Participant Flags <user_manual_configuration_ignore_participant_flags>` for Simple Participants.
26
-
* Add tests for Dynamic Types to ROS 2.
27
-
* New ``CommonParticipant`` class for a Fast DDS Participant wrapper.
28
-
* New ``XmlParticipant`` class for a Fast DDS Participant in which the participant is created following a profile name loaded by XML configuration.
29
-
* New ``CommonReader`` class for a Fast DDS Data Reader wrapper.
30
-
* New ``SimpleReader`` class for a Fast DDS Data Reader that implements abstract ``CommonReader``.
31
-
* New ``SpecificQoSReader`` class for a Fast DDS Data Reader with specific QoS policies.
32
-
* New ``CommonWriter`` class for a Fast DDS Data Writer wrapper.
33
-
* New ``SimpleWriter`` class for a Fast DDS Data Writer that implements abstract ``CommonWriter``.
34
-
* New ``QoSSpecificWriter`` class for a Fast DDS Data Writer with specific QoS policies.
35
-
* New ``MultiWriter`` class for a Fast DDS Data Writer collection that contains multiple ``QoSSpecificWriter``.
36
-
37
-
This release includes the following **Bugfixes**:
38
-
39
-
* Add TSAN fixes.
40
-
* Include missing DLLs.
41
-
* Resolve Windows warnings.
42
-
* Restore default DomainParticipantQoS after creating and enabling ``DynTypesParticipant``.
26
+
* Save the instance handle data for keyed topics.
43
27
44
28
This release includes the following **Dependencies Update**:
45
29
@@ -52,29 +36,30 @@ This release includes the following **Dependencies Update**:
* Support for `DDS Security <https://fast-dds.docs.eprosima.com/en/v2.10.1/fastdds/security/security.html>`_.
14
+
15
+
This release includes the following **Internal Implementation Features**:
16
+
17
+
* Support :ref:`Interface Whitelisting <user_manual_configuration_interface_whitelist>`.
18
+
* Support :ref:`Custom Transport Descriptors <user_manual_configuration_custom_transport_descriptors>` (UDP or Shared Memory only) for Simple Participants.
19
+
* Support :ref:`Ignore Participant Flags <user_manual_configuration_ignore_participant_flags>` for Simple Participants.
20
+
* Add tests for Dynamic Types to ROS 2.
21
+
* New ``CommonParticipant`` class for a Fast DDS Participant wrapper.
22
+
* New ``XmlParticipant`` class for a Fast DDS Participant in which the participant is created following a profile name loaded by XML configuration.
23
+
* New ``CommonReader`` class for a Fast DDS Data Reader wrapper.
24
+
* New ``SimpleReader`` class for a Fast DDS Data Reader that implements abstract ``CommonReader``.
25
+
* New ``SpecificQoSReader`` class for a Fast DDS Data Reader with specific QoS policies.
26
+
* New ``CommonWriter`` class for a Fast DDS Data Writer wrapper.
27
+
* New ``SimpleWriter`` class for a Fast DDS Data Writer that implements abstract ``CommonWriter``.
28
+
* New ``QoSSpecificWriter`` class for a Fast DDS Data Writer with specific QoS policies.
29
+
* New ``MultiWriter`` class for a Fast DDS Data Writer collection that contains multiple ``QoSSpecificWriter``.
30
+
31
+
This release includes the following **Bugfixes**:
32
+
33
+
* Add TSAN fixes.
34
+
* Include missing DLLs.
35
+
* Resolve Windows warnings.
36
+
* Restore default DomainParticipantQoS after creating and enabling ``DynTypesParticipant``.
37
+
38
+
This release includes the following **Dependencies Update**:
0 commit comments