Skip to content

Releases: OpenDDS/node-opendds

v0.3.0

02 Aug 19:38
f789905
Compare
Choose a tag to compare
  • 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

22 Sep 21:56
Compare
Choose a tag to compare

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

15 Apr 01:12
Compare
Choose a tag to compare

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

Initial Publishing Support

13 Oct 04:18
062e1e2
Compare
Choose a tag to compare
  • Add support for publishing from Node.js

v0.0.9

08 Feb 17:09
Compare
Choose a tag to compare
  • Support building this module using an installed OpenDDS (see README.md)

v0.0.8

21 Aug 23:14
bf22074
Compare
Choose a tag to compare
  • 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

15 May 16:34
Compare
Choose a tag to compare
  • Added Apple macOS support.
  • Works with Node.js version 8.

NPM package version 0.0.6

17 Feb 21:43
Compare
Choose a tag to compare
v0.0.6

Update version number

NPM package version 0.0.5

17 Feb 15:51
Compare
Choose a tag to compare
Need to run test using "node" executable and not "nodejs" for nvm com…

…patibility