Skip to content

Releases: eclipse-thingweb/node-wot

v0.8.9

13 Oct 10:05
b44448b

Choose a tag to compare

What's Changed

  • feat(coap-server): add support for URI variables by @JKRhb in #1078
  • feat(examples/quickstart): add a refill action for coffe-machine by @relu91 in #1081
  • chore: disable Node.js 16 CI builds/tests by @danielpeintner in #1076
  • chore: increase version numbers to 0.8.9 for next release by @danielpeintner in #1080
  • fix(binding-netconf): use optional chaining for non-null-assertion by @JKRhb in #1079
  • feat!(coap-server): adjust constructor to HTTP server by @JKRhb in #1082
  • Data Schema Fix for Quickstart example by @egekorkan in #1083
  • refactor(coap-server): simplify form generation by @JKRhb in #1084
  • chore(binding-coap): enable strict-boolean-expressions and null checks by @JKRhb in #1088
  • docs: Update HTTP README.md with UrlRewrite by @danielpeintner in #1091
  • test(binding-coap): await all calls of coapServer.stop() by @JKRhb in #1094
  • chore(td-tools): enable eslint/strict-boolean-expressions and strictNullChecks by @danielpeintner in #1077
  • feat(coap-server): add initial meta operation support by @JKRhb in #1086
  • docs(contributing): add a guide for checking of undefined or null by @relu91 in #1093
  • chore: move common devDependencies to top-level package.json by @JKRhb in #1098
  • chore(core): enable eslint/strict-boolean-expressions & strictNullChecks by @danielpeintner in #1096
  • chore: update TS definitions by @danielpeintner in #1102
  • chore(examples): enable eslint/strict-boolean-expressions and strictNullChecks by @danielpeintner in #1095
  • fix(td-tools): proper absoluteURL handling in AAS/AID by @danielpeintner in #1100
  • chore(devDeps): upgrade eslint packages by @JKRhb in #1103
  • refactor(core): use # instead __ as internal handler prefix by @JKRhb in #1104
  • refactor(binding-http): re-introduce proper error message check by @danielpeintner in #1111
  • refactor: remove unnecessary new Promise wrappers by @JKRhb in #1110
  • docs(binding-opcua): fix demo-opcua1.ts in README by @JKRhb in #1109
  • refactor(core): use private variables instead of function wrappers by @JKRhb in #1106
  • refactor(td-tools): Aid updates by @danielpeintner in #1107
  • refactor: use structuredClone for deep copying by @JKRhb in #1105
  • refactor(td-tools): AID idShort does not allow ":" and uses "_" instead by @danielpeintner in #1113
  • chore(binding-http): enable eslint/strict-boolean-expressions by @JKRhb in #1097
  • Improve readme by @relu91 in #1114

Full Changelog: v0.8.8...v0.8.9

v0.8.8

12 Sep 06:22
03751a9

Choose a tag to compare

Summary of updates

  • Major HTTP rework (routes, middleware, ...)
  • Strict type-checking for the entire code-base in place
  • Documentation clean-up and Quickstart examples added
  • Asset Interface Description (AID) tooling updates (TD <-> AID conversion)
  • Minor fixes/updates in almost any package

What's Changed

New Contributors

Full Changelog: v0.8.7...v0.8.8

v0.8.7

13 Jun 12:57
c080060

Choose a tag to compare

Summary of updates

  • Fixes/updates (e.g., HTTP, CoAP, MQTT, OPCUA, ...)
  • Counter example improved

What's Changed

New Contributors

Full Changelog: v0.8.6...v0.8.7

v0.8.6

05 May 09:20
09dfd6a

Choose a tag to compare

Summary of updates

  • Fixes/updates (e.g., HTTP, CoAP, MQTT, ...)

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5

27 Feb 09:34
a5f99de

Choose a tag to compare

Summary of updates

  • Fixes/updates (e.g., HTTP, Modbus, TM, AID, ...)

What's Changed (Automatically generated release notes)

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

20 Jan 09:23
f370612

Choose a tag to compare

Summary of updates

  • TD content negotiation implementation
  • Fixes/updates (e.g., unsubscribing in HTTP, Modbus, ...)

What's Changed (Automatically generated release notes)

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

30 Nov 12:53
d31df42

Choose a tag to compare

Summary of updates

  • Asset Interface Description (AID) Tooling
  • Minor fixes und updates w.r.t. CoAP, MQTT, HTTP, ...
  • Dockerfile updates
  • Documentation / Templates clean-up

What's Changed (Automatically generated release notes)

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

21 Sep 06:52
8659709

Choose a tag to compare

Summary of updates

  • New logging based on debug
  • Bug-Fixes (e.g., browser-bundle writing)
  • Other improvements

What's Changed (Automatically generated release notes)

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

19 May 13:48
98a2710

Choose a tag to compare

Summary of updates

  • binding-firestore re-introduced
  • added tuya to binding-http
  • other improvements / bug-fixes

What's Changed (Automatically generated release notes)

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

31 Mar 09:27
96fe7c4

Choose a tag to compare

New Features

A summary of all the new features is:

  • Implementation of the new W3C WoT Scripting API
  • Support for Thing Models of the new Thing Description 1.1 specification
  • Improvements to the OPC-UA, Websockets and many more bindings
  • A better software architecture that allows better usability inside other Node.js projects
  • Full integration to GitHub CI/CD

What's Changed (Automatically generated release notes)

Read more