10.1. Regressions in 7.5.0

The following regressions were introduced in Connext 7.5.0.

10.1.1. Core Libraries

10.1.1.1. Inconsistent QoS error when setting builtin discovery channels

In release 7.5.0, setting participant_qos.discovery_config.enabled_builtin_channels to DiscoveryConfigBuiltinChannelKind.All in C# or DiscoveryConfigBuiltinChannelKind.MASK_ALL in Java during DomainParticipant creation results in an inconsistent QoS error.

Fixed in: 7.6.0

[RTI Issue ID CORE-15868]

10.1.2. Security Plugins

10.1.2.1. Segmentation fault when creating and immediately deleting a DomainParticipant

Creating a DomainParticipant that uses the Security Plugins and then immediately deleting the DomainParticipant may result in a segmentation fault in the internal function RTIEventActiveGeneratorThread_loop. This segmentation fault is accompanied by this log message:

Backtrace:
        #4      RTIEventActiveGenerator_delete

Fixed in: 7.6.0

[RTI Issue ID SEC-2761]

10.1.3. Routing Service

10.1.3.1. Routing Service user library requires inclusion in correct environment variable to be loaded

It is necessary for a Routing Service plugin to be added to the LD_LIBRARY_PATH on Linux systems, DYLD_LIBRARY_PATH on macOS systems, or PATH on Windows systems. In the fix for this issue, the plugin no longer requires an environment variable for correct loading.

Fixed in: 7.6.0

[RTI Issue ID ROUTING-1314]

10.1.4. Recording Service

10.1.4.1. Performance degradation when converting databases to CSV

A performance degradation occurs in Converter when converting databases to the CSV format.

Fixed in: 7.6.0

[RTI Issue ID RECORD-1536]