Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump influxdb-client-java from 4.3.0 to 6.4.0 #436

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2022

Bumps influxdb-client-java from 4.3.0 to 6.4.0.

Release notes

Sourced from influxdb-client-java's releases.

6.4.0

Release Notice

Spring

⚠️ The client upgrades the OkHttp library to version 4.10.0.

The spring-boot supports the OkHttp:4.10.0 from the version 3.0.0-M4 - spring-boot/OkHttp 4.10,0. For the older version of spring-boot you have to configure Spring Boot's okhttp3.version property:

<properties>
    <okhttp3.version>4.10.0</okhttp3.version>
</properties>

Features

  1. #373: Improve FluxDSL:
    • Add ability to define imports for each flux function [FluxDSL]
    • Add ability use multiple flux expressions [FluxDSL]
    • Add ability to define custom functions [FluxDSL]
    • Improve join flux, so it can be nested [FluxDSL]
    • Add missing parameter variants for RangeFlux amd AggregateWindow [FluxDSL]
    • Add TruncateTimeColumnFlux [FluxDSL]
    • Add ArrayFromFlux [FluxDSL]
    • Add UnionFlux [FluxDSL]
  2. #376 Add FillFlux [FluxDSL]

Bug Fixes

  1. #358: Missing backpressure for asynchronous non-blocking API
  2. #372: Redact the Authorization HTTP header from log

Dependencies

  1. #377: Update dependencies:

Build:

- kotlin-stdlib to 1.7.10
- kotlinx-coroutines-core to 1.6.4
- lombok to 1.18.24
- micrometer-registry-influx to 1.9.2
- okhttp3 to 4.10.0
- okio to 3.2.0
- rxjava to 3.1.5 
- scala-library_2 to 2.12.16
- scala-collection-compat_2.12 to 2.8.0
- spring to 5.3.22
- spring-boot to 2.7.2

Maven Plugin:

- maven-bundle-plugin to 5.1.7

... (truncated)

Changelog

Sourced from influxdb-client-java's changelog.

6.4.0 [2022-07-29]

Release Notice

Spring

⚠️ The client upgrades the OkHttp library to version 4.10.0.

The spring-boot supports the OkHttp:4.10.0 from the version 3.0.0-M4 - spring-boot/OkHttp 4.10,0. For the older version of spring-boot you have to configure Spring Boot's okhttp3.version property:

<properties>
    <okhttp3.version>4.10.0</okhttp3.version>
</properties>

Features

  1. #373: Improve FluxDSL:
    • Add ability to define imports for each flux function [FluxDSL]
    • Add ability use multiple flux expressions [FluxDSL]
    • Add ability to define custom functions [FluxDSL]
    • Improve join flux, so it can be nested [FluxDSL]
    • Add missing parameter variants for RangeFlux amd AggregateWindow [FluxDSL]
    • Add TruncateTimeColumnFlux [FluxDSL]
    • Add ArrayFromFlux [FluxDSL]
    • Add UnionFlux [FluxDSL]
  2. #376 Add FillFlux [FluxDSL]

Bug Fixes

  1. #358: Missing backpressure for asynchronous non-blocking API
  2. #372: Redact the Authorization HTTP header from log

Dependencies

  1. #377: Update dependencies:

Build:

- kotlin-stdlib to 1.7.10
- kotlinx-coroutines-core to 1.6.4
- lombok to 1.18.24
- micrometer-registry-influx to 1.9.2
- okhttp3 to 4.10.0
- okio to 3.2.0
- rxjava to 3.1.5 
- scala-library_2 to 2.12.16
- scala-collection-compat_2.12 to 2.8.0
- spring to 5.3.22
- spring-boot to 2.7.2

Maven Plugin:

... (truncated)

Commits
  • af6aa22 [maven-release-plugin] prepare release v6.4.0
  • 390c6de chore(release): release version 6.4.0 [skip ci]
  • 7890478 chore(deps): bump junit-platform-runner from 1.8.2 to 1.9.0 (#381)
  • 326932d chore(deps): bump plugin.surefire.version from 3.0.0-M5 to 3.0.0-M7 (#379)
  • e81db96 chore(deps): bump scala-library from 2.12.15 to 2.12.16 (#384)
  • fb85e12 chore: add configuration for Dependabot, update dependencies (#377)
  • 5c15cfa docs: update CHANGELOG.md
  • 0652e05 docs: update CHANGELOG.md
  • 2c8e6dd fix: add backpressure to GroupBy [WriteApi] (#358)
  • 77fb8db feat: add fill flux (#376)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 4.3.0 to 6.4.0.
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v4.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 30, 2022
@sruehl sruehl merged commit 8eea30a into develop Aug 2, 2022
@sruehl sruehl deleted the dependabot/maven/com.influxdb-influxdb-client-java-6.4.0 branch August 2, 2022 19:36
chrisdutz pushed a commit that referenced this pull request Aug 10, 2022
Bumps [influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 4.3.0 to 6.4.0.
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v4.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant