-
Notifications
You must be signed in to change notification settings - Fork 15
CON-254: Document unsupport Node.JS v11 #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
1397850
CON-254: Document unsupport Node.JS v11
samuelraeburn 4d1a82c
CON-254: PR feedback
samuelraeburn 3e6096f
Update docs/release_notes.rst
samuelraeburn 699523e
CON-254: PR Feedback
samuelraeburn 34fe542
Merge branch 'feature/CON-254' of https://github.com/rticommunity/rti…
samuelraeburn 17f8a22
CON-254. Updating Supported Platforms ro match the PAM for 6.1.1.
adelleolson be7b6e3
CON-254. Updating supported platforms.
adelleolson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,26 +4,24 @@ Release Notes | |
| Supported Platforms | ||
| ------------------- | ||
|
|
||
| *RTI Connector for JavaScript* has been tested with Node.js versions | ||
| 10.22.0, 11.15.0 and 12.13.0. | ||
| *Connector* works with Node.js versions 10.20.x through 13.x.x, | ||
| except for versions 11.x.x and 12.19.x [#f1]_. | ||
|
|
||
| *Connector* uses a native C library that works on most Windows®, Linux® and | ||
| macOS® platforms. It has been tested on the following systems: | ||
|
|
||
| **Linux** | ||
| * CentOS™ 6.0, 6.2-6.4, 7.0 (x64) | ||
| * Red Hat® Enterprise Linux 6.0-6.5, 6.7, 6.8, 7, 7.3, 7.5, 7.6, 8 (x64) | ||
| * CentOS™ 7.0 (x64) | ||
| * Red Hat® Enterprise Linux 7, 7.3, 7.5, 7.6, 8 (x64) | ||
| * SUSE® Linux Enterprise Server 12 SP2 (x64) | ||
| * Ubuntu® 14.04, 16.04, 18.04, 20.04 LTS (x64) | ||
| * Ubuntu 16.04, 18.04 LTS (64-bit Arm® v8) | ||
| * Ubuntu® 14.04, 18.04, 20.04 LTS (x64) | ||
| * Ubuntu 18.04 LTS (64-bit Arm® v8) | ||
| * Ubuntu 18.04 LTS (32-bit Arm v7) | ||
| * Wind River® Linux 8 (Arm v7) (Custom-supported platform) | ||
|
|
||
| **macOS** | ||
| * macOS 10.13-10.15, 11 (x64) | ||
|
|
||
| **Windows** | ||
| * Windows 8 (x64) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Connector still works on Windows 8 |
||
| * Windows 10 (x64) | ||
| * Windows Server 2012 R2 (x64) | ||
| * Windows Server 2016 (x64) | ||
|
|
@@ -32,15 +30,25 @@ macOS® platforms. It has been tested on the following systems: | |
| `the main Connector | ||
| repository <https://github.com/rticommunity/rticonnextdds-connector>`__. | ||
|
|
||
| .. rubric:: Footnotes | ||
| .. [#f1] Versions of Node.js prior to v10.20.x and version v11.x.x do not support n-api, | ||
| which is used by some of *Connector's* dependencies. Node.js v12.19.0 is not | ||
| compatible with *Connector* because of a regression introduced in | ||
| that version of Node.js. | ||
| Node.js 14+ does not work with *Connector* because one of *Connector's* | ||
| dependencies is not yet compatible with that version. | ||
|
|
||
|
samuelraeburn marked this conversation as resolved.
|
||
| What's New in 1.2.0 | ||
|
samuelraeburn marked this conversation as resolved.
|
||
| ------------------- | ||
|
|
||
| *RTI Connector* 1.2.0 is built on `RTI Connext DDS 6.1.1 <https://community.rti.com/documentation/rti-connext-dds-611>`__. | ||
| *RTI Connector* 1.2.0 is built on | ||
| `RTI Connext DDS 6.1.1 <https://community.rti.com/documentation/rti-connext-dds-611>`__. | ||
|
|
||
| New Platforms | ||
| ^^^^^^^^^^^^^ | ||
|
|
||
| RTI has validated that *Connector* can be used on macOS 11 (Big Sur) systems. | ||
| RTI has validated that *Connector* can be used on macOS 11 (Big Sur) systems | ||
| on x64 CPUs. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It has been validated on x64 and arm64 (via x64 libraries) |
||
|
|
||
|
|
||
| New API makes it easier to query what version of Connector is being used | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't remove these versions. Connector still works in all these CentOS, RedHat and Ubuntus.