@@ -4,26 +4,24 @@ Release Notes
44Supported Platforms
55-------------------
66
7- *RTI Connector for JavaScript * has been tested with Node.js versions
8- 10.22.0, 11.15.0 and 12.13.0 .
7+ *Connector * works with Node.js versions 10.20.x through 13.x.x,
8+ except for versions 11.x.x and 12.19.x [ #f1 ]_ .
99
1010*Connector * uses a native C library that works on most Windows®, Linux® and
1111macOS® platforms. It has been tested on the following systems:
1212
1313**Linux **
14- * CentOS™ 6.0, 6.2-6.4, 7.0 (x64)
15- * Red Hat® Enterprise Linux 6.0-6.5, 6.7, 6.8, 7, 7.3, 7.5, 7.6, 8 (x64)
16- * SUSE® Linux Enterprise Server 12 SP2 (x64)
17- * Ubuntu® 14.04, 16.04, 18.04, 20.04 LTS (x64)
18- * Ubuntu 16.04, 18.04 LTS (64-bit Arm® v8)
19- * Ubuntu 18.04 LTS (32-bit Arm v7)
20- * Wind River® Linux 8 (Arm v7) (Custom-supported platform)
14+ * CentOS™ 7.0 (x64)
15+ * Red Hat® Enterprise Linux 7, 7.3, 7.5, 7.6, 8 (x64)
16+ * SUSE® Linux Enterprise Server 12 SP2 (x64)
17+ * Ubuntu® 18.04 (x64, Arm v7, Arm v8)
18+ * Ubuntu 20.04 LTS (x64)
2119
2220**macOS **
23- * macOS 10.13-10.15, 11 (x64)
21+ * macOS 10.13-10.15 (x64)
22+ * macOS 11 (x64 and Arm v8 tested via x64 libraries)
2423
2524**Windows **
26- * Windows 8 (x64)
2725 * Windows 10 (x64)
2826 * Windows Server 2012 R2 (x64)
2927 * Windows Server 2016 (x64)
@@ -32,23 +30,34 @@ macOS® platforms. It has been tested on the following systems:
3230`the main Connector
3331repository <https://github.com/rticommunity/rticonnextdds-connector> `__.
3432
33+ .. rubric :: Footnotes
34+ .. [#f1 ] Versions of Node.js prior to v10.20.x and version v11.x.x do not support n-api,
35+ which is used by some of *Connector's * dependencies. Node.js v12.19.0 is not
36+ compatible with *Connector * because of a regression introduced in
37+ that version of Node.js.
38+ Node.js 14+ does not work with *Connector * because one of *Connector's *
39+ dependencies is not yet compatible with that version.
40+
3541 What's New in 1.2.0
3642-------------------
3743
38- *RTI Connector * 1.2.0 is built on `RTI Connext DDS 6.1.1 <https://community.rti.com/documentation/rti-connext-dds-611 >`__.
44+ *RTI Connector * 1.2.0 is built on
45+ `RTI Connext DDS 6.1.1 <https://community.rti.com/documentation/rti-connext-dds-611 >`__.
3946
4047New Platforms
4148^^^^^^^^^^^^^
4249
43- RTI has validated that *Connector * can be used on macOS 11 (Big Sur) systems.
50+ *Connector * has been validated on macOS 11 (Big Sur) systems on x64 and Arm v8
51+ CPUs (via x64 libraries).
4452
4553
4654New API makes it easier to query what version of Connector is being used
4755^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4856.. CON-92
4957
50- A new API, :meth: `Connector.getVersion `, has been added that provides the caller with the version of *Connector *
51- and the version of the native libraries being used.
58+ A new API, :meth: `Connector.getVersion `, has been added that provides the
59+ caller with the version of *Connector * and the version of the native
60+ libraries being used.
5261
5362
5463What's Fixed in 1.2.0
0 commit comments