Skip to content

Changes

Summary

  1. Ditto 3.0 preparation: removed deprecated marked code and adjusted japicmp excludes accordingly (details)
  2. updated used dependencies to latest bugfix versions (details)
  3. [#181] fix DITTO_DUMMY_AUTH_USER config resolving in DittoClientUsageExamples (details)
  4. [#193] fixed responding to messages in JS client did not preserve the message "headers" (details)
  5. [#169] added `ErrorResponse` type used as "reject" reason in order to access status code together with body (details)
  6. update node versions to test with (details)
  7. add workflow_dispatch to nodejs action (details)
Commit b40d3ad89d982ba3d4922872ec24d7552422ce25 by Thomas Jaeckle
Ditto 3.0 preparation: removed deprecated marked code and adjusted japicmp excludes accordingly

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/pom.xml (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/commands/query/RetrieveThingsLiveCommand.java (diff)
Commit 14892271d167d3ca2b07030fb65fa7bda7c0343e by Thomas Jaeckle
updated used dependencies to latest bugfix versions
* and updated NOTICE-THIRD-PARTY and other dependency files

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/pom.xml (diff)
The file was modified legal/3rd-party-dependencies/test.txt (diff)
The file was modified legal/NOTICE-THIRD-PARTY.md (diff)
The file was modified legal/3rd-party-dependencies/compile.txt (diff)
Commit 0316286dacd0a93fb92c3838102a5646c059af15 by Thomas Jaeckle
[#181] fix DITTO_DUMMY_AUTH_USER config resolving in DittoClientUsageExamples

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/src/test/java/org/eclipse/ditto/client/DittoClientUsageExamples.java (diff)
Commit 5eb16b7961fc7f3b338436aed26c8082363ed4e0 by Thomas Jaeckle
[#193] fixed responding to messages in JS client did not preserve the message "headers"

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified javascript/lib/api/tests/client/websocket/commands.websocket.spec.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/messages.websocket.spec.ts (diff)
The file was modified javascript/package-lock.json (diff)
The file was modified javascript/lib/api/src/model/ditto-protocol.ts (diff)
The file was modified javascript/lib/api/src/client/handles/events.ts (diff)
The file was modified javascript/lib/api/src/client/request-factory/websocket-request-handler.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/events.websocket.spec.ts (diff)
Commit 72b44b31390c599e3e70c11d7043a41fdbff7833 by Thomas Jaeckle
[#169] added `ErrorResponse` type used as "reject" reason in order to access status code together with body
* fixed that only JSON was assumed as body - fall back to any value if error response was not JSON
* updated dependencies to its minor version updates
* update to upcoming Ditto JS client version 3.0.0

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified javascript/lib/dom/package.json (diff)
The file was modified javascript/lib/node/package.json (diff)
The file was modified javascript/package.json (diff)
The file was modified javascript/lib/api/package-lock.json (diff)
The file was modified javascript/lib/dom/package-lock.json (diff)
The file was modified javascript/lerna.json (diff)
The file was modified javascript/CHANGELOG.md (diff)
The file was modified javascript/lib/node/src/node-http.ts (diff)
The file was modified javascript/lib/api/package.json (diff)
The file was modified javascript/lib/api/src/model/response.ts (diff)
The file was modified javascript/package-lock.json (diff)
The file was modified javascript/lib/node/package-lock.json (diff)
Commit 0113d32a45b39e8d7b4617dcce31174634cd3cb6 by noreply
update node versions to test with

to '14', '16', '18'
The file was modified .github/workflows/nodejs.yml (diff)
Commit 9536ec13839c5e0b0508f247ce277a2052e63d62 by noreply
add workflow_dispatch to nodejs action
The file was modified .github/workflows/nodejs.yml (diff)