Skip to content

Releases: OpenDDS/node-opendds

v0.3.0

Choose a tag to compare

@sonndinh sonndinh released this 02 Aug 19:38
f789905
  • Update NodeValueWriter and NodeValueReader accordingly to the ValueWriter and ValueReader changes in OpenDDS 3.28.0
  • Update test to use the same subject names for security documents as in OpenDDS
  • Update GitHub Actions workflow to use newer runner platforms and remove older node.js versions 14, 16

NodeValueReader/Writer Conversion

Choose a tag to compare

@simpsont-oci simpsont-oci released this 22 Sep 21:56

This release removes the need for special V8-specific code generation for IDL type support by taking advantage of the ValueReader and ValueWriter support already generated as part of normal IDL type support. This reduces and simplifies the overall conversion code and simplifies the build process. Additionally, these interfaces are now used for QoS object conversion.

Broader Node Version Support

Choose a tag to compare

@simpsont-oci simpsont-oci released this 15 Apr 01:12

Add support and test coverage for multiple LTS versions of Node (12, 14, 16)

Initial Publishing Support

Choose a tag to compare

@simpsont-oci simpsont-oci released this 13 Oct 04:18
062e1e2
  • Add support for publishing from Node.js

v0.0.9

Choose a tag to compare

@mitza-oci mitza-oci released this 08 Feb 17:09
  • Support building this module using an installed OpenDDS (see README.md)

v0.0.8

Choose a tag to compare

@iguessthislldo iguessthislldo released this 21 Aug 23:14
bf22074
  • Requires at least OpenDDS 3.13. It will not build with older versions of OpenDDS.
  • Added support for Security-enabled versions of OpenDDS.
  • Compatibility with Node.js version 10 and NAN 2.10

NPM package version 0.0.7

Choose a tag to compare

@mitza-oci mitza-oci released this 15 May 16:34
  • Added Apple macOS support.
  • Works with Node.js version 8.

NPM package version 0.0.6

Choose a tag to compare

@mitza-oci mitza-oci released this 17 Feb 21:43
v0.0.6

Update version number

NPM package version 0.0.5

Choose a tag to compare

@mitza-oci mitza-oci released this 17 Feb 15:51
v0.0.5

Need to run test using "node" executable and not "nodejs" for nvm com…