You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by GitBox <gi...@apache.org> on 2022/07/29 12:53:59 UTC

[GitHub] [plc4x] dependabot[bot] opened a new pull request, #433: build(deps): bump influxdb-client-java from 4.3.0 to 6.3.0

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

   Bumps [influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 4.3.0 to 6.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/influxdata/influxdb-client-java/releases">influxdb-client-java's releases</a>.</em></p>
   <blockquote>
   <h2>6.3.0</h2>
   <h3>Features</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/367">#367</a>: Add HTTP status code to detail message of <code>InfluxException</code></li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/367">#367</a>: Add <code>GatewayTimeoutException</code> for HTTP status code 504</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/371">#371</a>: Add possibility to customize the <code>User-Agent</code> HTTP header</li>
   </ol>
   <h3>CI</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/369">#369</a>: Add JDK 18 to CI pipeline</li>
   </ol>
   <h2>6.2.0</h2>
   <h3>Features</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/354">#354</a>: Supports <code>contains</code> filter [FluxDSL]</li>
   </ol>
   <h3>Bug Fixes</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/359">#359</a>: Enable <code>OkHttp</code> retries for connection failure</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/360">#360</a>: Fix double quote escape in flux-dsl</li>
   </ol>
   <h2>6.1.0</h2>
   <h3>Breaking Changes</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/344">#344</a>: Rename <code>InvocableScripts</code> to <code>InvokableScripts</code></li>
   </ol>
   <h3>Features</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/337">#337</a>: Supports <code>columns</code> function [FluxDSL]</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/347">#347</a>: Add <code>Scala</code> WriteApi</li>
   </ol>
   <h3>Bug Fixes</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/339">#339</a>: Evaluation of connection string</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/352">#352</a>: Creating <code>Tasks</code> with <code>import</code> statements</li>
   </ol>
   <h2>6.0.0</h2>
   <h3>Migration Notice</h3>
   <p>:warning: The InfluxDB Client Library uses internally <code>RxJava</code> to support write with batching, retry and backpressure.
   The underlying outdated <code>RxJava2</code> library was upgraded to the latest <code>RxJava3</code>.</p>
   <ul>
   <li>see <a href="https://github.com/ReactiveX/RxJava/wiki/What&#x27;s-different-in-3.0">What is different in RxJava3</a></li>
   </ul>
   <h3>Changes in public API</h3>
   <ul>
   <li><code>WriteService</code> imports:
   <ul>
   <li><code>io.reactivex.Single</code> is refactored to <code>io.reactivex.rxjava3.core.Single</code></li>
   </ul>
   </li>
   <li><code>WriteOptions</code> imports:
   <ul>
   <li><code>io.reactivex.BackpressureOverflowStrategy</code> -&gt; <code>io.reactivex.rxjava3.core.BackpressureOverflowStrategy</code></li>
   <li><code>io.reactivex.Scheduler</code> -&gt; <code>io.reactivex.rxjava3.core.Scheduler</code></li>
   <li><code>io.reactivex.schedulers.Schedulers</code> -&gt; <code>io.reactivex.rxjava3.schedulers.Schedulers</code></li>
   </ul>
   </li>
   <li><code>InfluxDBClientReactive</code>:
   <ul>
   <li><code>Single&lt;HealthCheck&gt; health()</code> -&gt; <code>Publisher&lt;HealthCheck&gt; health()</code></li>
   </ul>
   </li>
   <li><code>WriteOptionsReactive</code>
   <ul>
   <li><code>io.reactivex.Scheduler</code> -&gt; <code>io.reactivex.rxjava3.core.Scheduler</code></li>
   <li><code>io.reactivex.schedulers.Schedulers</code> -&gt; <code>io.reactivex.rxjava3.schedulers.Schedulers</code></li>
   </ul>
   </li>
   <li><code>TelegrafsService</code> and <code>TelegrafsApi</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md">influxdb-client-java's changelog</a>.</em></p>
   <blockquote>
   <h2>6.3.0 [2022-06-30]</h2>
   <h3>Features</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/367">#367</a>: Add HTTP status code to detail message of <code>InfluxException</code></li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/367">#367</a>: Add <code>GatewayTimeoutException</code> for HTTP status code 504</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/371">#371</a>: Add possibility to customize the <code>User-Agent</code> HTTP header</li>
   </ol>
   <h3>CI</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/369">#369</a>: Add JDK 18 to CI pipeline</li>
   </ol>
   <h2>6.2.0 [2022-06-24]</h2>
   <h3>Features</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/354">#354</a>: Supports <code>contains</code> filter [FluxDSL]</li>
   </ol>
   <h3>Bug Fixes</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/359">#359</a>: Enable <code>OkHttp</code> retries for connection failure</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/360">#360</a>: Fix double quote escape in flux-dsl</li>
   </ol>
   <h2>6.1.0 [2022-05-20]</h2>
   <h3>Breaking Changes</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/344">#344</a>: Rename <code>InvocableScripts</code> to <code>InvokableScripts</code></li>
   </ol>
   <h3>Features</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/337">#337</a>: Supports <code>columns</code> function [FluxDSL]</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/347">#347</a>: Add <code>Scala</code> WriteApi</li>
   </ol>
   <h3>Bug Fixes</h3>
   <ol>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/339">#339</a>: Evaluation of connection string</li>
   <li><a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/pull/352">#352</a>: Creating <code>Tasks</code> with <code>import</code> statements</li>
   </ol>
   <h2>6.0.0 [2022-04-19]</h2>
   <h3>Migration Notice</h3>
   <p>:warning: The InfluxDB Client Library uses internally <code>RxJava</code> to support write with batching, retry and backpressure.
   The underlying outdated <code>RxJava2</code> library was upgraded to the latest <code>RxJava3</code>.</p>
   <ul>
   <li>see <a href="https://github.com/ReactiveX/RxJava/wiki/What&#x27;s-different-in-3.0">What is different in RxJava3</a></li>
   </ul>
   <h4>Spring</h4>
   <p>:warning: The client upgrades the <code>OkHttp</code> library to version <code>4.9.3</code>. The version <code>3.12.x</code> is no longer supported - <a href="https://github.com/square/okhttp#requirements">okhttp#requirements</a>.</p>
   <p>The <code>spring-boot</code> supports the <code>OkHttp:4.9.3</code> from the version <code>2.7.0.M2</code> - <a href="https://github.com/spring-projects/spring-boot/commit/fc8f55fbf44bd54e8e09de5858f8dbedb21fa9a5">spring-boot/OkHttp 4.9.3</a>.
   For the older version of <code>spring-boot</code> you have to configure Spring Boot's <code>okhttp3.version</code> property:</p>
   <pre lang="xml"><code>&lt;properties&gt;
       &lt;okhttp3.version&gt;4.9.3&lt;/okhttp3.version&gt;
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/d68eab65f3b73af648594395eb1e4e987f8e7c81"><code>d68eab6</code></a> [maven-release-plugin] prepare release v6.3.0</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/dc0c8950c87a9d0a6530239277aca316a6c653ea"><code>dc0c895</code></a> chore(release): release version 6.3.0 [skip ci]</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/bf2f4f98fb244327d6a9b6cd2b0df697ba49effd"><code>bf2f4f9</code></a> feat: add possibility to customize the User-Agent HTTP header (<a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/issues/371">#371</a>)</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/d866e4d7d2f821ef7d45a4c39d044624e5a0f88a"><code>d866e4d</code></a> chore: add JDK 18 to CI pipeline (<a href="https://github-redirect.dependabot.com/influxdata/influxdb-client-java/issues/369">#369</a>)</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/6bdad460381ece54bdbb83bada1968d691bdbeec"><code>6bdad46</code></a> feat: add HTTP status code to detail message of InfluxException, add `Gateway...</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/65d03983f6f5a09886d59fbf120ef469c2537232"><code>65d0398</code></a> chore(release): prepare for next development iteration</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/dfbc237910fcbfc60ac92d0ab2481798a8b1117f"><code>dfbc237</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/6fc4ca8a2e99fb1e351a387cd7a98414453785ed"><code>6fc4ca8</code></a> [maven-release-plugin] prepare release v6.2.0</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/bdb88b65c7fb19f27433f8fbffc4737083aae3c9"><code>bdb88b6</code></a> [maven-release-plugin] rollback the release of v6.2.0</li>
   <li><a href="https://github.com/influxdata/influxdb-client-java/commit/524adf801dd7791ba7cc8ac1fc0f18b63e9027b4"><code>524adf8</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a href="https://github.com/influxdata/influxdb-client-java/compare/v4.3.0...v6.3.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.influxdb:influxdb-client-java&package-manager=maven&previous-version=4.3.0&new-version=6.3.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@plc4x.apache.org

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


[GitHub] [plc4x] dependabot[bot] closed pull request #433: build(deps): bump influxdb-client-java from 4.3.0 to 6.3.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #433: build(deps): bump influxdb-client-java from 4.3.0 to 6.3.0
URL: https://github.com/apache/plc4x/pull/433


-- 
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@plc4x.apache.org

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


[GitHub] [plc4x] dependabot[bot] commented on pull request #433: build(deps): bump influxdb-client-java from 4.3.0 to 6.3.0

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

   Superseded by #436.


-- 
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@plc4x.apache.org

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