Skip to content

Commit

Permalink
Merge pull request #213 from rticommunity/doc/CON-318
Browse files Browse the repository at this point in the history
CON-318: add CON-318 to Connector 1.3.1 release notes for 7.3.0.2
  • Loading branch information
rkorte authored Jul 30, 2024
2 parents 9308e47 + 050d494 commit 4a54e13
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,31 @@ For details on what's new and fixed in 7.3.0.2, contact support@rti.com.

Replaced Foreign Function Interface third-party library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. CON-304
In this release, Connector has replaced ``node-ffi-napi`` with ``koffi`` as the
In this release, *Connector* has replaced ``node-ffi-napi`` with ``koffi`` as the
Foreign Function Interface library. This change shouldn't affect your use of
Connector, but makes the product more stable and reliable.
*Connector*, but makes the product more stable and reliable.

This change addresses `Github Issue #198 <https://github.com/rticommunity/rticonnextdds-connector-js/issues/198>`_.


What's Fixed in 1.3.1
---------------------

Failed to create Connectors for configurations using Types containing empty structs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

When using a configuration that included Types containing empty structs, a
Connector failed to be created, with the following error:

.. code::
DDS_DynamicData2_allocateMembers: Could not reserve buffer of 0 bytes for values
[RTI Issue ID CON-318]


Previous Releases
=================

Expand Down

0 comments on commit 4a54e13

Please sign in to comment.