4. Release Notes
4.1. New features (July 2021)
Introduced support for a wider range of input/output members when converting between JSON and DynamicData representations.
The type of the member specified by property buffer_member can now be any of the following “string-like” types:
string
sequence<octet>
sequence<char>
octet[N]
char[N]
Improved resource management. This implies the deletion of the following properties:
serialized_size_max
serialized_size_incr
Deprecated:
serialized_size_min
And added a new property:
unbounded_member_serialized_size_initial
This new property represents the initial allocated size when using unbounded sequences and strings.
4.2. Supported Platforms
RTI Routing Service JSON Trasformation is expected to build and run on the platforms in Table 4.1.
It can also be deployed as a C library linked into your application.
This is true for all platforms in Table 4.1.
Platform |
Operating System |
---|---|
Linux systems |
All Linux platforms supported by RTI Routing Service. |
macOS systems |
All macOS platforms supported by RTI Routing Service. |
Windows systems |
All Windows platforms supported by RTI Routing Service. |