Skip to content

Commit 203f34a

Browse files
samuelraeburnalexcamposruizrabbishukirkorteadelleolson
authored
Release/connector/1.1.0 (#57) (#58)
* Mention node.js support in getting_started.rst * Feature/con 173 node12 test (#14) * CON-173: Creating temporary remote branch for testing * CON-173: Update dependencies to RTI-managed repos * CON-173: Revert changes to connector * CON-177: Added support for sample/view/instance state (#15) * CON-177: Added support for sample/view/instance state * CON-177: PR feedback - Indicate possible values of the new fields in the docs - Use the naming conventions for strings in unit tests * CON-173: Fixed unit tests which were failing Some items had been added to a JSON object but not in the other JSON object we were checking. This ocurred when adding support for CON-177 * CON-173: Update docs so that we don't mention node 8 (#17) * CON-173: Update docs so that we don't mention node 8 * CON-173: PR feedback #time 5m Remove paragraph mentioning Node 12 incompatibility. Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 188 (#18) * CON-188: Added docs + tests * CON-188: Revert changes to package.json * CON-188: Change of functionality Previously, any non-key fields would be returned as null when obtain via DD_GET operations. This is no longer the case. * CON-188: Remove debug * CON-188: PR feedback - doc related * CON-188: PR Feedback - Do not access non-key fields in the unit tests - Fix docs Co-authored-by: Sam Raeburn <sam@rti.com> * CON-209: Js doc update * Update README.md (#19) Fixing the link to OpenLayers * Feature/con 163 test (#23) * CON-163: Added test for CON-163 * CON-209: Added unit test for CON-209 Co-authored-by: Sam Raeburn <sam@rti.com> * CON-212: Added CONTRIBUTING.md file (#21) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-214: Test for creating Connector with participant_qos (#24) Co-authored-by: Sam Raeburn <sam@rti.com> * CORE-10744: Updating docs for new system resource defaults (#26) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-211: updating links to other manuals for connector-js * CON-211: in -js, updated GSG title and fixed an error in a GSG cross-reference * CON-188: Updated instance support section of features.rst (#29) Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 173 napi (#27) * CON-173: Use 3rd-party managed *-napi packages * Update documentation * Fixed docs * Fix list * CON-173: Update packages used in code * CON_173: Correct struct package Co-authored-by: Sam Raeburn <sam@rti.com> * GREEN-1938: Use the ffi-napi modules in tests (#30) Some of the unit tests were requiring the ffi modules to test the ability to extend the API. Since we updated package.json to use the ffi-napi module, the ffi module is no longer present and these tests were failing. Co-authored-by: Sam Raeburn <sam@rti.com> * Updated documentation to explain that we do not support Node 12.19.0. (#31) Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 217 (#33) * Fixed sockets.io example * feature/CON218: Added graph example * Updated example README Co-authored-by: Sam Raeburn <sam@rti.com> * PLATFORMS-1925. Updated supported platforms to match Hercules PAM. * Introduce EOL normalization (#32) * CON-174: Handle armv8 architectures (#37) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-221: Added docs for the dynamic loading of libraries (#39) Co-authored-by: Sam Raeburn <sam@rti.com> * CORE-11069: Customer facing XML has been updated (#38) * CORE-11069: Customer facing XML has been updated * CORE-11069: Update XML used in tests Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 220 (#34) * Updated package.json to not use asterisk for dependency versions * Committed the generated package-lock.json * Updated README containing additional dependencies to state specific version Co-authored-by: Sam Raeburn <sam@rti.com> * CON-211: removed a statement per reviewer feedback after resolving conflicts * CON-215: Added release notes (#25) * CON-215: Added release notes * CON-215: Added notes for CON-188 * CON-215: Added more issues to notes * CON-215: Added issue num * Update docs/release_notes.rst * Update docs/release_notes.rst * Apply suggestions from code review * Update docs/release_notes.rst * Update docs/release_notes.rst * CON-215: making same changes to Javascript docs as I made to Python ones, mainly for release notes * CON-215: PR feedback * PR feedback - Fix typo Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: rkorte <rkorte@rti.com> * restore 'LICENSE.pdf' to git from lfs * Removed the gitattributes file since it now has no use * GREEN-2058: Added tests for new functionality in DD parser (#41) Co-authored-by: Sam Raeburn <sam@rti.com> * Updated native libs * Feature/dir renames (#43) * Updating directory names when searching for native libs * - Update commit to submodule - Remove support for 32-bit windows + Linux * Update commit of native libs * Explicitly load library dependencies on Windows * Fix loading of extra libs Co-authored-by: Sam Raeburn <sam@rti.com> * Updated platforms * Removed symbol from ARMv7 platform * Updated submodule to feature/update-libs-for-internal-rel (#45) Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/release notes fix (#46) * - Fixed formatting of release notes - Updated version in docs * - Added static method to Connector class providing current version. * fix typo * - Set version to 1.1.0 in docs - Remove version() functions - needs further thought on implementation - Updated docs to use RTI blue colour Co-authored-by: Sam Raeburn <sam@rti.com> * Update README in web socket example (#48) * Update README in web socket example * Fix formatting Co-authored-by: Sam Raeburn <sam@rti.com> * Added Ubuntu 16.04 to release notes (x64, Armv8) (#47) * Added Ubuntu 16.04 to release notes (x64, Armv8) * Added ARMv8 support to whats new 1.1.0 * fix typo Co-authored-by: Sam Raeburn <sam@rti.com> * Update minimum supported version of node v10 in docs (#49) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-211: testing all links to core docs, fixing few that were broken - js * CON-215: added two new js release notes * CON-194: js changes: updated copyrights, added logging to match python * CON-194: Added additional setence to Managing Data Instances section. * HERCULES-186: updates to licenses doc for javascript * Add support for loading 32-bit libs if present (#54) * Add support for loading 32-bit libs if present * Update rticonnextdds-connector.js Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: Alex Campos <alejandro@rti.com> * HERCULES-186: modified lua and json-parser lines for Connector js * Document dependency on Connext version from dynamic libs (#56) * Document dependency on Connext version from dynamic libs * PR feedback Clarified wording & added link * PR feedback Co-authored-by: Sam Raeburn <sam@rti.com> * Update native libraries to version 6.1.0 * Update README for version 1.1.0 * Update package.json for version 1.1.0 Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: Alex Campos <alex@rti.com> Co-authored-by: Rabbi Shuki Gur <rabbishuki@users.noreply.github.com> Co-authored-by: rkorte <rkorte@rti.com> Co-authored-by: Adelle Olson <adelle@rti.com> Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com> Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: Alex Campos <alex@rti.com> Co-authored-by: Rabbi Shuki Gur <rabbishuki@users.noreply.github.com> Co-authored-by: rkorte <rkorte@rti.com> Co-authored-by: Adelle Olson <adelle@rti.com> Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com>
1 parent 49b8d54 commit 203f34a

4 files changed

Lines changed: 14 additions & 15 deletions

File tree

README.rst

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RTI Connector for JavaScript
22
============================
33

44
RTI® Connext® DDS is a connectivity software framework for integrating
5-
data sources of all types. At its core is the worlds leading ultra-high
5+
data sources of all types. At its core is the world's leading ultra-high
66
performance, distributed networking databus.
77

88
*RTI Connector* provides a quick and easy way to write applications that
@@ -33,20 +33,19 @@ Dependencies
3333
------------
3434

3535
RTI Connector for JavaScript has the following dependencies, which are
36-
also listed in ``package.json``:
37-
38-
- `ref-napi <https://www.npmjs.com/package/ref-napi>`__: turns Buffer instances into
39-
“pointers”
40-
- `ref-struct-napi <https://www.npmjs.com/package/ref-struct-napi>`__:
41-
create ABI-compilant "Struct" instances on top of Buffers
42-
- `ffi-napi <https://www.npmjs.com/package/ffi-napi>`__: used for
43-
loading and calling dynamic libraries using pure JavaScript
44-
- `events <https://www.npmjs.com/package/events>`__: used for the
45-
‘EventEmitter’ (legacy implementation of RTI Connector)
36+
also listed in ``package.json``: \*
37+
`ref-napi <https://www.npmjs.com/package/ref-napi>`__: turns Buffer
38+
instances into "pointers" \*
39+
`ref-struct-napi <https://www.npmjs.com/package/ref-struct-napi>`__:
40+
create ABI-compilant "Struct" instances on top of Buffers \*
41+
`ffi-napi <https://www.npmjs.com/package/ffi-napi>`__: used for loading
42+
and calling dynamic libraries using pure JavaScript \*
43+
`events <https://www.npmjs.com/package/events>`__: used for the
44+
'EventEmitter' (legacy implementation of RTI Connector)
4645

4746
Additionally to run the ``web_socket`` example,
4847
`socket.io <https://github.com/Automattic/socket.io>`__ and
49-
[OpenLayers](https://openlayers.org] are required.
48+
`OpenLayers <https://openlayers.org>`__ are required.
5049

5150
Additional dependencies are required to run the unit tests and some of
5251
the examples. Please see the README files in the appropriate directory.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rticonnextdds-connector",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "RTI Connector for JavaScript",
55
"main": "rticonnextdds-connector.js",
66
"files": [

0 commit comments

Comments
 (0)