4. Release Notes

Attention

This version of the AUTOSAR DDS Network Binding Library is a Prototype. As a Prototype, interfaces and behavior are subject to change. A Production version will be released in the future.

4.1. Supported Platforms

This release of RTI Connext DDS Network Binding Library supports the following versions with Connext Drive 3.1.0:

  • Connext Professional 7.3.0

  • Connext Micro 2.4.14.2

  • Connext Cert 2.4.15.1

RTI Connext DDS Network Binding Library is supported on the following platforms:

OS

CPU

Compiler

Ubuntu Linux 20.04 LTS

x64

gcc 9

4.2. What's New in 3.1.0

4.2.1. Code generation now moved out of source tree

Code produced by rtiaragen is now located in CMake's build tree.

4.3. What's Fixed in 3.1.0

4.3.1. Multiple service instances under the same process were not supported

Multiple service instances of the same service interface caused unexpected behavior under the same process due to mismanagement of shared DDS entities.

[RTI Issue ID APIT-288]

4.3.2. Configuration file parser crashed on certain platforms

Under certain C++ STL implementations, the key/value file parser crashed upon encountering empty lines.

[RTI Issue ID APIT-290]