You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/05 02:14:19 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #1035: Bump ditto-client from 1.0.0 to 3.1.0

dependabot[bot] opened a new pull request, #1035:
URL: https://github.com/apache/streampipes/pull/1035

   Bumps [ditto-client](https://github.com/eclipse/ditto-clients) from 1.0.0 to 3.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eclipse/ditto-clients/releases">ditto-client's releases</a>.</em></p>
   <blockquote>
   <h2>3.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Adds a ClientReconnectingException which is thrown if the client is attempting a reconnect while a message should be sent. by <a href="https://github.com/kalinkostashki"><code>@​kalinkostashki</code></a> in <a href="https://github-redirect.dependabot.com/eclipse-ditto/ditto-clients/pull/201">eclipse-ditto/ditto-clients#201</a></li>
   <li>Declare id field as abstract by <a href="https://github.com/vhdirk"><code>@​vhdirk</code></a> in <a href="https://github-redirect.dependabot.com/eclipse-ditto/ditto-clients/pull/203">eclipse-ditto/ditto-clients#203</a></li>
   <li>[JS] Add support for cursor pagination to JS clients by <a href="https://github.com/vavido"><code>@​vavido</code></a> in <a href="https://github-redirect.dependabot.com/eclipse-ditto/ditto-clients/pull/208">eclipse-ditto/ditto-clients#208</a></li>
   <li>prepare Ditto-Clients 3.1.0 release by <a href="https://github.com/thjaeckle"><code>@​thjaeckle</code></a> in <a href="https://github-redirect.dependabot.com/eclipse-ditto/ditto-clients/pull/209">eclipse-ditto/ditto-clients#209</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/kalinkostashki"><code>@​kalinkostashki</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/eclipse-ditto/ditto-clients/pull/201">eclipse-ditto/ditto-clients#201</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-ditto/ditto-clients/compare/3.0.0...3.1.0">https://github.com/eclipse-ditto/ditto-clients/compare/3.0.0...3.1.0</a></p>
   <h2>3.0.0</h2>
   <p>Release notes can be found here: <a href="https://www.eclipse.org/ditto/release_notes_300.html">https://www.eclipse.org/ditto/release_notes_300.html</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Adjustments to Ditto java client after elimination of concierge service in Ditto by <a href="https://github.com/thjaeckle"><code>@​thjaeckle</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/190">eclipse/ditto-clients#190</a></li>
   <li>Bugfix/search thread leak by <a href="https://github.com/yufei-cai"><code>@​yufei-cai</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/191">eclipse/ditto-clients#191</a></li>
   <li>Move creation of single threaded executor back into ThingSearchSubscription for spec conformance (Rule 1.03) by <a href="https://github.com/yufei-cai"><code>@​yufei-cai</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/192">eclipse/ditto-clients#192</a></li>
   <li>Ditto 3.0 release preparation by <a href="https://github.com/thjaeckle"><code>@​thjaeckle</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/194">eclipse/ditto-clients#194</a></li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/issues/193">#193</a> fixed responding to messages in JS client did not preserve the message &quot;headers&quot; by <a href="https://github.com/thjaeckle"><code>@​thjaeckle</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/195">eclipse/ditto-clients#195</a></li>
   <li><a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/issues/169">#169</a> Improve JS client error responses by <a href="https://github.com/thjaeckle"><code>@​thjaeckle</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/196">eclipse/ditto-clients#196</a></li>
   <li>update lerna and node versions to test against to 14, 16, 18 by <a href="https://github.com/thjaeckle"><code>@​thjaeckle</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/200">eclipse/ditto-clients#200</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse/ditto-clients/compare/2.4.0...3.0.0">https://github.com/eclipse/ditto-clients/compare/2.4.0...3.0.0</a></p>
   <h2>2.4.0</h2>
   <p>Release notes can be found here: <a href="https://www.eclipse.org/ditto/release_notes_240.html">https://www.eclipse.org/ditto/release_notes_240.html</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>upgrade dependencies by <a href="https://github.com/Yannic92"><code>@​Yannic92</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/178">eclipse/ditto-clients#178</a></li>
   <li>Set revision to policy when it can be derived from the entity tag contained in the response headers by <a href="https://github.com/Yannic92"><code>@​Yannic92</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/182">eclipse/ditto-clients#182</a></li>
   <li>Add option for field selectors and options to RetrievePolicy API by <a href="https://github.com/DerSchwilk"><code>@​DerSchwilk</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/188">eclipse/ditto-clients#188</a></li>
   <li>prepare Ditto-clients release 2.4.0 by <a href="https://github.com/thjaeckle"><code>@​thjaeckle</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/189">eclipse/ditto-clients#189</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse/ditto-clients/compare/2.3.0...2.4.0">https://github.com/eclipse/ditto-clients/compare/2.3.0...2.4.0</a></p>
   <h2>2.4.0-M1</h2>
   <p>Pre release for upcoming Ditto 2.4.0</p>
   <h2>What's Changed</h2>
   <ul>
   <li>upgrade dependencies by <a href="https://github.com/Yannic92"><code>@​Yannic92</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/178">eclipse/ditto-clients#178</a></li>
   <li>Set revision to policy when it can be derived from the entity tag contained in the response headers by <a href="https://github.com/Yannic92"><code>@​Yannic92</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/pull/182">eclipse/ditto-clients#182</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse/ditto-clients/compare/2.3.0...2.4.0-M1">https://github.com/eclipse/ditto-clients/compare/2.3.0...2.4.0-M1</a></p>
   <h2>2.3.0</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/b4bb350bf844952d976b242e233706d18dbe8898"><code>b4bb350</code></a> adjusted copyright headers for next year</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/dafdc47cb00211bb6058cbf73bb49eefdb7b55f8"><code>dafdc47</code></a> Merge branch 'feature/importing-policies' into eclipse</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/218210fff5d7b1f52aaacedee52835d7842bcc50"><code>218210f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/issues/209">#209</a> from bosch-io/ditto-310-prep</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/a08874cb7bbebefb1f5c6f328551184efe252a98"><code>a08874c</code></a> prepare Ditto-Clients 3.1.0 release</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/c233c3f5d1b2135fe3f0d1a57a5cb126d6bbc333"><code>c233c3f</code></a> Merge branch 'master' into feature/importing-policies</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/013a0e1d4fbdb8b3bf8ff7ee2272232aea995142"><code>013a0e1</code></a> directly close&amp;release OSS nexus repositories on Ditto release</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/8bdd84822d9d56d0d96f9daf9c2ab6e9a17b2c84"><code>8bdd848</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/ditto-clients/issues/208">#208</a> from othermo/feature/add-cursor-pagination</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/6f4fc2a403cc673421e84518f6913cfb89c5b731"><code>6f4fc2a</code></a> throw error when both cursor/size and limit is set</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/763431a6fe28bcf78b8f001b76886012bc73d880"><code>763431a</code></a> return cursor in SearchThingsResponse</li>
   <li><a href="https://github.com/eclipse-ditto/ditto-clients/commit/02116e511b9d61d55b05fc1132b9d2aa6bb79fe7"><code>02116e5</code></a> add tests</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/ditto-clients/compare/1.0.0...3.1.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.ditto:ditto-client&package-manager=maven&previous-version=1.0.0&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dependabot[bot] closed pull request #1035: Bump ditto-client from 1.0.0 to 3.1.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1035: Bump ditto-client from 1.0.0 to 3.1.0
URL: https://github.com/apache/streampipes/pull/1035


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dependabot[bot] commented on pull request #1035: Bump ditto-client from 1.0.0 to 3.1.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1035:
URL: https://github.com/apache/streampipes/pull/1035#issuecomment-1373052814

   Superseded by #1046.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org