New releases of Vortex Lite are made available on a regular basis. These releases contain bug fixes and enhancements to the functionality. This page lists the changes made in Vortex Lite in each release.
Also see fixed bugs and changes in Vortex Lite V2.x
Fixed bugs and changes in Vortex Lite V1.x
Changes in Vortex Lite 1.3.4
Issue ID | Summary |
---|---|
Lite-842 | C99 API dds_instance_register modified to return instance_handle instead of error code as per spec. |
Lite-911 | C99 API dds_instance_unregister modified to take an instance handle as an argument as per spec. |
Lite-914 | Support for C99 interfaces lookup_domain and delete_domain removed |
Lite-937 | Filtering functions may be attached to Topics in the Classic C++ API. |
Lite-1018 | C99 API dds_participant_lookup added |
Lite-1032 | Fix for LivelinessChangedStatus alive_count and not_alive_count not decrementing. |
Lite-1059 | The C99 dds_waitset_delete function now detaches any attached conditions and the dds_condition_delete function now detaches the condition from any waitsets to which it is attached. |
Changes in Vortex Lite 1.3.3
Issue ID | Summary |
---|---|
Lite-681 | Support added for bounded string key types. |
Lite-921 | Marshalling fix for nested sequences. |
Lite-1015 | The dds_topic_get_name and dds_topic_get_type_name functions have been added to return the name and type name of a Topic. |
Changes in Vortex Lite 1.3.2
Issue ID | Summary |
---|---|
Lite-949 | Fix for IDL sequence and array code generation for ISO C++. |
Lite-612 | Fix to work with OpenSplice network bridge service. |
Lite-759 | Fix to access a writer concurrently from different threads. |
Lite-883 | The dds_status_changes function has been added to return status changes on an entity. |
Lite-916 | IDL compilers generate Topic type descriptors by default, -noxml option added to disable. |
Lite-924 | Support added for get/set of DURABITLTY_SERVICE Qos. |
Lite-933 | Fix for History QoS configuration on Data Writer. |
Changes in Vortex Lite 1.3.0
Issue ID | Summary |
---|---|
Lite-129 | GA of ISO C++. |
Lite-247 | Client side durability. Works in combination with OpenSplice durability service 6.5.0p9 and above. |
Lite-740 | Topic type descriptors added to enable all meta to populated in the OpenSplice Tester tool. |
Lite-874 | Fix for handling arrays of bounded strings in a Topic. |
Changes in Vortex Lite 1.2.2
Issue ID | Summary |
---|---|
Lite-807 | Lite Flow Control changed for reliable data to block by default, instead of OSPL behaviour of dropping to best effort. |
Lite-841 | Fixed ISO C++ ping quit to enable examples to terminate correctly. |
Changes in Vortex Lite 1.2.1
Issue ID | Summary |
---|---|
Lite-129 | First beta of ISO C++ support on linux. |
Lite-184 | RMI support added. See new RMI User Guide. |
Lite-382 | Added support for bounded strings. |
Lite-506 | Added support for listeners to Classic C++ API. |
Lite-634 | Waitset get_conditions support added to Classic C++ API. |
Lite-728/729 /730 | Cleaned up memory leaks in Classic C++ API. |
Lite-758 | Added valgrind suppression file to etc directory to assist customers in using valgrind for memory leak detection. |
The dds_guard_trigger and dds_guard_reset functions now return void. |
Changes in Vortex Lite 1.1.1
Issue ID | Summary |
---|---|
Lite-617 | Windows Classic C++ support added. |
Lite-683 | Modeler integrated with Lite Classic C++ API. |
Changes in Vortex Lite 1.1.0
Issue ID | Summary |
---|---|
Lite-285 | Added support for Classic C++ APIs. |
Lite-500 | Added support for union types in IDL. |
Lite-501 | Added support for topic key fields in nested structs. |
Changes in Vortex Lite 1.0.2
Issue ID | Summary |
---|---|
Lite-7 | Added support for Windows 32 bit Visual Studio 2013. |
Lite-8 | Added support for Windows 64 bit Visual Studio 2013. |
Lite-185 | Added support for QNX 6.5 for ARM (P707). |
Lite-493 | IDL compiler would fail silently when an error occurred during preprocessing. |
Lite-459 | Key hash values (md5) for string keys were sometimes incorrectly calculated. |
Lite-511 | The dds_guard_triggered function replaced with the more generic dds_condition_triggered function. |
Lite-613 | Added support for ElinOS 5.2 for x86 (P656). |
Lite-614 | Added support for ElinOS 5.2 for ARM (P668). |
Changes in Vortex Lite 1.0.1
Issue ID | Summary |
---|---|
Lite-459 | Failed to work with Cafe when routed via Cloud. |
OSPL-6044 | IDL compiler generates incorrect code for float or double key fields in a topic. |
Changes in Vortex Lite 1.0.0
Issue ID | Summary |
---|---|
Lite-61 | Support added for Topic filters. |
Lite-130 | Added licensing for the IDL compiler. |
Lite-317 | Added support for arrays in IDL. |
Lite-400 | SSL now supported in pluggable library dds_ssl . |
Lite-401 | Configurator tool added for configuration xml. |
Changes in Vortex Lite 0.9.3
Issue ID | Summary |
---|---|
Lite-172 | WRITER_DATA_LIFECYCLE now supported. |