Skip to content

Commit f789905

Browse files
authored
Merge pull request #72 from sonndinh/release-0.3.0
Release 0.3.0 Updates
2 parents a154dfd + fc48d5b commit f789905

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,22 @@ $ node-gyp configure build
4040

4141
## Changelog
4242

43+
### Version 0.3.0
44+
45+
* Update NodeValueWriter and NodeValueReader accordingly to the ValueWriter and ValueReader changes in OpenDDS 3.28.0
46+
* requires OpenDDS 3.28.0 or later
47+
* Update test to use the same subject names for security documents as in OpenDDS
48+
* Update GitHub Actions workflow to use newer runner platforms and remove older node.js versions 14, 16
49+
4350
### Version 0.2.1
4451

4552
* Remove requirement for V8 TypeSupport generation and NodeQosConversion
46-
** uses ValueReader/Writer Implementation for NaN / Node.js
47-
** requires OpenDDS 3.22, will not build with older versions of OpenDDS
48-
** slightly changes QoS object formatting to align with IDL types
53+
* uses ValueReader/Writer Implementation for NaN / Node.js
54+
* requires OpenDDS 3.22, will not build with older versions of OpenDDS
55+
* slightly changes QoS object formatting to align with IDL types
4956
* Improved version support and CI test coverage
50-
** Good Coverage of Node.js 14, 16, 18 (Linux / macOS / Windows)
51-
** Limited Coverage of Node.js 8, 10, 12 (Linux / Windows)
57+
* Good Coverage of Node.js 14, 16, 18 (Linux / macOS / Windows)
58+
* Limited Coverage of Node.js 8, 10, 12 (Linux / Windows)
5259

5360
### Version 0.1.1
5461

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "opendds",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "OpenDDS module for Node.js",
55
"main": "lib/node-opendds.js",
66
"directories": {

0 commit comments

Comments
 (0)