Skip to content

Commit

Permalink
Merge pull request #72 from sonndinh/release-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0 Updates
  • Loading branch information
jrw972 authored Aug 2, 2024
2 parents a154dfd + fc48d5b commit f789905
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,22 @@ $ node-gyp configure build

## Changelog

### Version 0.3.0

* Update NodeValueWriter and NodeValueReader accordingly to the ValueWriter and ValueReader changes in OpenDDS 3.28.0
* requires OpenDDS 3.28.0 or later
* 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

### Version 0.2.1

* Remove requirement for V8 TypeSupport generation and NodeQosConversion
** uses ValueReader/Writer Implementation for NaN / Node.js
** requires OpenDDS 3.22, will not build with older versions of OpenDDS
** slightly changes QoS object formatting to align with IDL types
* uses ValueReader/Writer Implementation for NaN / Node.js
* requires OpenDDS 3.22, will not build with older versions of OpenDDS
* slightly changes QoS object formatting to align with IDL types
* Improved version support and CI test coverage
** Good Coverage of Node.js 14, 16, 18 (Linux / macOS / Windows)
** Limited Coverage of Node.js 8, 10, 12 (Linux / Windows)
* Good Coverage of Node.js 14, 16, 18 (Linux / macOS / Windows)
* Limited Coverage of Node.js 8, 10, 12 (Linux / Windows)

### Version 0.1.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendds",
"version": "0.2.1",
"version": "0.3.0",
"description": "OpenDDS module for Node.js",
"main": "lib/node-opendds.js",
"directories": {
Expand Down

0 comments on commit f789905

Please sign in to comment.