.. include:: /../getting_started/vars.rst .. _section-Regressions710: Regressions in 7.1.0 ******************** The following regressions occur in *Connext* 7.1.0. Core Libraries ============== Durable Writer History properties prefix must contain ".builtin" substring --------------------------------------------------------------------------- This regression was introduced in 6.0.1, and RTI does not intend to fix it. You must add the ``.builtin`` substring to the Durable Writer History properties. See :ref:`CORE-12240` in the 6.0.1 Regressions section. Durable Writer History properties cannot be set on DomainParticipant -------------------------------------------------------------------- This regression was introduced in 6.0.1 and is not yet fixed. See :ref:`CORE-13516` in the 6.0.1 Regressions section. Some properties no longer accept LENGTH_UNLIMITED string as valid value ----------------------------------------------------------------------- This regression was introduced in 7.0.0 and is not yet fixed. See :ref:`CORE-14328` in the 7.0.0 Regressions section. Fixed in 7.3.0 -------------- .. _CORE-13968: Potential bus error when calling print and to_string APIs in TypeCode ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In 7.1.0, your application may generate a bus error after calling the **print** and **to_string** APIs, such as ``DDS_TypeCode_print_IDL``, in TypeCode. This issue only happens when TypeCode propagation is enabled by setting ``participant_qos.resource_limits.type_code_max_serialized_length`` to a value greater than zero (the default is zero) and when using the affected APIs in the TypeCodes that were part of ``PublicationBuiltinTopicData`` and ``SubscriptionBuiltinTopicData``. This issue will be fixed in 7.3.0. [RTI Issue ID CORE-13968] Fixed in 7.2.0 -------------- Running rtisetenv_.bat caused issues in PATH environment ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In release 7.1.0, running ``rtisetenv_.bat`` may cause issues in the PATH environment on Windows. This problem has been fixed in 7.2.0. [RTI Issue ID INSTALL-880] Instance purging based on source timestamp does not work ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In 7.1.0, the source timestamp-based purge delay does not purge instances based on their source timestamp. Instead, it purges instances based on their sequence number. This problem is resolved in 7.2.0. Starting in 7.2.0, the **dds.data_writer.history.source_timestamp_based_autopurge_instances_delay** property works as intended. [RTI Issue ID CORE-13911] Code Generator ============== Fixed in 7.2.0 -------------- Code not stored in specified output directory on Windows when IDL was in a Symlink ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In Windows environments, when generating code using a specified output folder for an IDL located in a Symlink folder, the code is stored in the Symlink folder instead of the specified output directory. This issue is caused by a `JDK bug `__. RTI has applied a workaround in 7.2.0; the generated code is now stored in the ouput directory when specified. [RTI Issue ID CODEGENII-1891] Command-line option tips not printed if you entered an invalid option ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In release 7.1.0, if you enter an invalid *Code Generator* command-line option, *Code Generator* does not print out the helpful list of valid command-line options. This issue has been fixed in 7.2.0. [RTI Issue ID CODEGENII-1868] Include flag used without a space caused Code Generator to fail ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ When using the flag ``-I`` without a space between the flag and the included folder, *Code Generator* fails, reporting that the flag is not supported. This issue is introduced in *Code Generator* 4.1.0 (*Connext* 7.1.0). This issue has been fixed in 7.2.0. Starting in 7.2.0, you can now successfully use the flag ``-I`` without a space (for example, ``-I./myInclude/``). [RTI Issue ID CODEGENII-1867] |RTI_SP_PRODUCT_HEADING| ======================== Fixed in 7.2.0 -------------- Discovery time scaled poorly ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This regression was introduced in 6.0.0 and has been fixed in 7.2.0. See :ref:`section-security-2170` in the 6.0.0 Regressions section. Lack of origin authentication led to unnecessary allocation and possible discovery failure ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This regression was introduced in 6.1.1 and has been fixed in release 7.2.0. See :ref:`SEC-2210` in the 6.1.1/6.1.2 Regressions section. Limited Bandwidth Plugins ========================= Fixed in 7.3.0 -------------- Limited Bandwidth ZRTPS transport crashes if an external compression library fails to load ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This regression was introduced in 6.1.2 and will be fixed in release 7.3.0. See :ref:`COREPLG-719` in the 6.1.1/6.1.2 Regressions section.