Skip to content

Changes

Summary

  1. fix ditto-client test about policy import "importable" flag (details)
  2. fix unit test (details)
  3. Introduce options for java live message API (details)
  4. Minor code review fixes (details)
  5. adjusted copyright headers for next year (details)
  6. update binary compatibility version to 3.1.0 (details)
  7. Update SECURITY.md (details)
  8. Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/api (details)
  9. Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/node (details)
  10. Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/dom (details)
  11. Bump json5 from 1.0.1 to 1.0.2 in /javascript (details)
  12. updated github repository locations to new "eclipse-ditto" org (details)
  13. Bump http-cache-semantics from 4.1.0 to 4.1.1 in /javascript (details)
  14. update contact information for Thomas Jaeckle in pom.xml (details)
  15. removed section in contributing about adding company name (details)
  16. added merge property to javascript client sdk (details)
  17. update developers information (details)
  18. prepare Ditto 3.2.0 release for JS client (details)
  19. updated developers sections (details)
  20. post Ditto 3.2.0 release: update binary-compatibility-check to version 3.2.0 (details)
  21. post Ditto 3.2.0 release: update SECURITY.md (details)
  22. add ILike filter to JS library (details)
  23. prepare Ditto JS client 3.2.1 release (details)
  24. adjusted Eclipse Ditto domain to eclipse.dev/ditto (details)
Commit e4b905c11a568575e1bcb02fb4de9834b16bc3a4 by Thomas Jaeckle
fix ditto-client test about policy import "importable" flag

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/src/test/java/org/eclipse/ditto/client/TestConstants.java (diff)
Commit e2d700a1cfd2b38b54a18f2d657e6c3f170b2505 by Dominik Guggemos
fix unit test

Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
The file was modified java/src/test/java/org/eclipse/ditto/client/TestConstants.java (diff)
Commit 730ad87a1cda460ea9ae886f8f489b536f5de69e by David Schwilk
Introduce options for java live message API

This allows setting the condition header to live messages.

Co-authored-by: Stanchev Aleksandar <aleksandar.stanchev@bosch.io>
Signed-off-by: David Schwilk <david.schwilk@bosch.io>
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/LiveThingHandleImpl.java (diff)
The file was modified java/src/test/java/org/eclipse/ditto/client/internal/OutgoingMessageFactoryTest.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/LiveFeatureHandleImpl.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/LiveThingHandle.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/LiveImpl.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/Live.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/PendingMessageImpl.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/internal/OutgoingMessageFactory.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/options/internal/AbstractOptionVisitor.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/LiveFeatureHandle.java (diff)
Commit a35cf4f9652a169a48f4e25826e14acdb4e2b25a by David Schwilk
Minor code review fixes

Signed-off-by: Stanchev Aleksandar <aleksandar.stanchev@bosch.io>
The file was modified java/src/main/java/org/eclipse/ditto/client/live/Live.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/LiveFeatureHandleImpl.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/PendingMessageImpl.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/LiveImpl.java (diff)
The file was modified java/src/test/java/org/eclipse/ditto/client/internal/OutgoingMessageFactoryTest.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/live/internal/LiveThingHandleImpl.java (diff)
Commit b4bb350bf844952d976b242e233706d18dbe8898 by Thomas Jaeckle
adjusted copyright headers for next year

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/pom.xml (diff)
The file was addedlegal/headers/license-header-2022.txt
The file was modified legal/headers/license-header.txt (diff)
Commit b859acc2ad479c3769716ff35ef7fabd149f5109 by Thomas Jaeckle
update binary compatibility version to 3.1.0

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified java/pom.xml (diff)
The file was modified SECURITY.md (diff)
Commit b84dd330cf0b216e988123846c3eb25c35b42ff1 by noreply
Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/api

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified javascript/lib/api/package-lock.json (diff)
Commit 278f85483ea8174fa0f1cc4d67eee4fe6d5ada9c by noreply
Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/node

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified javascript/lib/node/package-lock.json (diff)
Commit 866e8b091a8f2333b606b1fca6a8f7674104667a by noreply
Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/dom

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified javascript/lib/dom/package-lock.json (diff)
Commit 5edaf73c99a1dd76b48d293228ce65cfcdacb38f by noreply
Bump json5 from 1.0.1 to 1.0.2 in /javascript

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified javascript/package-lock.json (diff)
Commit 32becbe214cb6e2e81dcffa29a86a8b4402dd404 by Thomas Jaeckle
updated github repository locations to new "eclipse-ditto" org

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified javascript/README.md (diff)
The file was modified javascript/lib/dom/package.json (diff)
The file was modified README.md (diff)
The file was modified javascript/package.json (diff)
The file was modified NOTICE.md (diff)
The file was modified javascript/lib/dom/NOTICE.md (diff)
The file was modified javascript/lib/node/NOTICE.md (diff)
The file was modified legal/NOTICE.md (diff)
The file was modified javascript/lib/api/NOTICE.md (diff)
The file was modified javascript/lib/node/package.json (diff)
The file was modified java/pom.xml (diff)
The file was modified javascript/lib/api/package.json (diff)
Commit 9604b6cf749aa5363191d06b8ded841b9c8a86eb by noreply
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /javascript

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified javascript/package-lock.json (diff)
Commit 5a2c7d6a38eeaed95d3cf1e5285560b5696b9c44 by Thomas J??ckle
update contact information for Thomas Jaeckle in pom.xml

Signed-off-by: Thomas Jaeckle <ditto@jaeckles.de>
The file was modified java/pom.xml (diff)
Commit 1b0a15136baa442ad1d658b35459b6986b130b41 by noreply
removed section in contributing about adding company name
The file was modified CONTRIBUTING.md (diff)
Commit 2249354cdf5bc4189848a12d70f5fd54e694df4f by Pieter-Jan Lanneer
added merge property to javascript client sdk

Signed-off-by: Pieter-Jan Lanneer <pj.lanneer@gmail.com>
The file was modified javascript/lib/api/src/options/request.options.ts (diff)
The file was modified javascript/lib/api/src/client/handles/search.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/features.websocket.spec.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/bufferless.websocket.spec.ts (diff)
The file was addedjavascript/lib/api/src/client/constants/http-verb.ts
The file was addedjavascript/lib/api/src/client/constants/ditto-actions.ts
The file was modified javascript/lib/api/src/client/handles/things.interfaces.ts (diff)
The file was modified javascript/lib/api/src/client/handles/features.interfaces.ts (diff)
The file was addedjavascript/lib/api/src/client/constants/content-type.ts
The file was modified javascript/lib/api/src/client/request-factory/http-request-sender.ts (diff)
The file was modified javascript/lib/api/src/client/handles/things.ts (diff)
The file was modified javascript/lib/api/tests/client/http/features.http.spec.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/websocket.helper.ts (diff)
The file was modified javascript/lib/api/src/client/request-factory/websocket-request-sender.ts (diff)
The file was modified javascript/lib/api/tests/client/http/things.http.spec.ts (diff)
The file was modified javascript/lib/api/tests/client/http/messages.http.spec.ts (diff)
The file was modified javascript/lib/api/tests/client/http/http-requester.mock.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/commands.websocket.spec.ts (diff)
The file was modified javascript/lib/api/src/client/handles/messages-http.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/things.websocket.spec.ts (diff)
The file was modified javascript/lib/api/src/client/handles/messages-websocket.ts (diff)
The file was modified javascript/lib/api/tests/client/http/search.http.spec.ts (diff)
The file was modified javascript/lib/node/tests/node-http.spec.ts (diff)
The file was addedjavascript/lib/api/src/client/constants/header.ts
The file was modified javascript/lib/api/src/client/handles/features.ts (diff)
The file was modified javascript/lib/api/tests/client/http/policies.http.spec.ts (diff)
The file was modified javascript/lib/api/src/client/handles/policies.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/buffer.websocket.spec.ts (diff)
The file was modified javascript/lib/api/tests/client/websocket/messages.websocket.spec.ts (diff)
Commit 2a5291b93fd1af77fb93ca80dbb169d7f180776e by Thomas Jaeckle
update developers information

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@beyonnex.io>
The file was modified java/pom.xml (diff)
Commit 5ac877c94e777873d8f11e3126a1ab0474f314c0 by Thomas Jaeckle
prepare Ditto 3.2.0 release for JS client

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@beyonnex.io>
The file was modified javascript/lerna.json (diff)
The file was modified javascript/lib/api/package-lock.json (diff)
The file was modified javascript/CHANGELOG.md (diff)
The file was modified javascript/lib/api/package.json (diff)
The file was modified javascript/package.json (diff)
The file was modified javascript/lib/node/package-lock.json (diff)
The file was modified javascript/package-lock.json (diff)
The file was modified javascript/lib/node/package.json (diff)
The file was modified javascript/lib/dom/package.json (diff)
The file was modified javascript/lib/dom/package-lock.json (diff)
Commit e6aef5e064b07a86e1e908dbc05128858e20ffa6 by Thomas Jaeckle
updated developers sections

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@beyonnex.io>
The file was modified java/pom.xml (diff)
Commit cef9f3814e166d1b40ab59309d316f9f785c14db by Thomas Jaeckle
post Ditto 3.2.0 release: update binary-compatibility-check to version 3.2.0

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@beyonnex.io>
The file was modified java/pom.xml (diff)
Commit 7fb7ad572e1200b7e1171a059b0e422440fdd3e7 by Thomas Jaeckle
post Ditto 3.2.0 release: update SECURITY.md

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@beyonnex.io>
The file was modified SECURITY.md (diff)
Commit 4c58671281aafa57b9f57238372806a32d58128c by Bob Claerhout
add ILike filter to JS library

Signed-off-by: Bob Claerhout <claerhout.bob@gmail.com>
The file was modified javascript/lib/api/src/options/filter.options.ts (diff)
The file was modified javascript/lib/api/tests/options/filter.options.spec.ts (diff)
Commit a41fc05b15de065e6e72f7fbf4d57cbc7fcd149d by Thomas Jaeckle
prepare Ditto JS client 3.2.1 release

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
The file was modified javascript/lib/node/package-lock.json (diff)
The file was modified javascript/lib/api/package-lock.json (diff)
The file was modified javascript/lib/api/package.json (diff)
The file was modified javascript/package-lock.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/CHANGELOG.md (diff)
The file was modified javascript/lib/dom/package.json (diff)
The file was modified javascript/lerna.json (diff)
The file was modified javascript/lib/dom/package-lock.json (diff)
Commit 9bc622369215b085729109a36d455acd1273385a by Thomas Jaeckle
adjusted Eclipse Ditto domain to eclipse.dev/ditto
The file was modified legal/NOTICE.md (diff)
The file was modified javascript/lib/node/NOTICE.md (diff)
The file was modified java/README.md (diff)
The file was modified javascript/lib/api/NOTICE.md (diff)
The file was modified java/pom.xml (diff)
The file was modified javascript/CHANGELOG.md (diff)
The file was modified javascript/lib/api/src/options/request.options.ts (diff)
The file was modified README.md (diff)
The file was modified javascript/lib/dom/NOTICE.md (diff)
The file was modified NOTICE.md (diff)