Releases: rticommunity/rticonnextdds-connector-py
RTI Connector for Python 1.2.4
RTI Connector 1.2.4 is built on RTI Connext DDS 6.1.2.21, which fixes several bugs in the Core Libraries. For details, contact support@rti.com. See the release notes for RTI Connector for Python 1.2.4 here.
RTI Connector for Python 1.2.3
RTI Connector 1.2.3 is built on RTI Connext DDS 6.1.2.17, which fixes several bugs in the Core Libraries. For details, contact support@rti.com. See the release notes for RTI Connector for Python 1.2.3 here.
RTI Connector for Python 1.2.2
RTI Connector 1.2.2 is built on RTI Connext DDS 6.1.2. See the release notes for RTI Connector for Python 1.2.2 here.
RTI Connector for Python 1.2.0
RTI Connector 1.2.0 is built on RTI Connext DDS 6.1.1. See the release notes for RTI Connector for Python 1.2.0 here.
RTI Connector for Python 1.0.1
RTI Connector 1.0.1 is built on RTI Connext DDS 6.0.1.25, which fixes several bugs in the Core Libraries. For details, contact support@rti.com.
RTI Connector for Python 1.1.1
RTI Connector 1.1.1 is built on RTI Connext DDS 6.1.0.3, which fixes several bugs in the Core Libraries. For details, contact support@rti.com.
RTI Connector for Python 1.1.0
RTI Connector 1.1.0 is built on RTI Connext DDS 6.1.0. See the full release notes for RTI Connector for Python 1.1.0 here.
What's new in 1.1.0
Support added for ARMv8 architectures
Connector for Python now runs on ARMv8 architectures. Native libraries built for ARMv8 Ubuntu 16.04 are now shipped alongside Connector. These libraries have been tested on ARMv8 Ubuntu 16.04 and ARMv8 Ubuntu 18.04.
Support for Security, Monitoring and other Connext DDS add-on libraries
It is now possible to load additional Connext DDS libraries at runtime. This means that Connext DDS features such as Monitoring and Security Plugins are now supported. Refer to Loading Connext DDS Add-On Libraries for more information.
Sample state, instance state, and view state can now be obtained in Connector
The SampleInfo class in Connector has been extended to provide access to the sample state, view state, and instance state fields. These new fields work the same as the existing fields in the structure (in Connector for Python they are the keys to the dictionary, in Connector for JavaScript they are the keys to the JSON Object).
Support for accessing the key values of disposed instances
Support for disposing instances was added in Connector 1.0.0. However, it was not possible to access the key values of the disposed instance. This functionality is now available in the Python and JavaScript bindings. When a disposed sample is received, the key values can be accessed. The syntax for accessing these key values is the same as when the sample contains valid data (i.e., using type-specific getters, or obtaining the entire sample as an object). When the instance state is NOT_ALIVE_DISPOSED, only the key values in the sample should be accessed.
What's fixed in 1.1.0
Support for loading multiple configuration files
A Connector object now supports loading multiple files. This allows separating the definition of types, QoS profiles, and DomainParticipants into different files:
c = rti.Connector("my_profiles.xml;my_types.xml;my_participants.xml", configName)
Some larger integer values may have been corrupted by Connector’s internal JSON parser
The internal JSON parser used in Connector failed to identify integer numbers from double-precision floating-point numbers for certain values. For example, if a number could not be represented as a 64-bit integer, the parser may have incorrectly identified it as an integer, causing the value to become corrupted. This problem has been resolved.
Creating two instances of Connector resulted in a license error
Under some circumstances, it was not possible to create two Connector objects. The creation of the second Connector object failed due to a license error. This issue affected all of the Connector APIs (Python, JavaScript). This issue has been fixed.
Creating a Connector instance with a participant_qos tag in the XML may have resulted in a license error
In some cases, if the XML configuration file of Connector contained a <participant_qos> tag within the definition of the DomainParticipant, the creation of the Connector would fail with a “license not found” error. This problem has been resolved.
RTI Connector for Python 1.0.0
RTI Connector 1.0.0 is built on RTI Connext DDS 6.0.1. See the release notes for RTI Connector for Python 1.0.0 here.