|
1 | 1 | ## 6.4.0 [unreleased]
|
| 2 | + |
| 3 | +### Release Notice |
| 4 | + |
| 5 | +#### Spring |
| 6 | + |
| 7 | +:warning: The client upgrades the `OkHttp` library to version `4.10.0`. |
| 8 | + |
| 9 | +The `spring-boot` supports the `OkHttp:4.10.0` from the version `3.0.0-M4` - [spring-boot/OkHttp 4.10,0](https://github.com/spring-projects/spring-boot/commit/6cb1a958a5d43a2fffb7e7635e3be9c0ee15f3b1). |
| 10 | +For the older version of `spring-boot` you have to configure Spring Boot's `okhttp3.version` property: |
| 11 | + |
| 12 | +```xml |
| 13 | +<properties> |
| 14 | + <okhttp3.version>4.10.0</okhttp3.version> |
| 15 | +</properties> |
| 16 | +``` |
2 | 17 |
|
3 | 18 | ### Features
|
4 | 19 | 1. [#373](https://github.com/influxdata/influxdb-client-java/pull/373): Improve `FluxDSL`:
|
|
16 | 31 | 1. [#358](https://github.com/influxdata/influxdb-client-java/pull/358): Missing backpressure for asynchronous non-blocking API
|
17 | 32 | 1. [#372](https://github.com/influxdata/influxdb-client-java/pull/372): Redact the `Authorization` HTTP header from log
|
18 | 33 |
|
| 34 | +### Dependencies |
| 35 | +1. [#377](https://github.com/influxdata/influxdb-client-java/pull/377): Update dependencies: |
| 36 | + |
| 37 | +#### Build: |
| 38 | + - kotlin-stdlib to 1.7.10 |
| 39 | + - kotlinx-coroutines-core to 1.6.4 |
| 40 | + - lombok to 1.18.24 |
| 41 | + - micrometer-registry-influx to 1.9.2 |
| 42 | + - okhttp3 to 4.10.0 |
| 43 | + - okio to 3.2.0 |
| 44 | + - rxjava to 3.1.5 |
| 45 | + - scala-collection-compat_2.12 to 2.8.0 |
| 46 | + - spring to 5.3.22 |
| 47 | + - spring-boot to 2.7.2 |
| 48 | + |
| 49 | +#### Maven Plugin: |
| 50 | + - maven-bundle-plugin to 5.1.7 |
| 51 | + - maven-checkstyle-plugin to 3.1.2 |
| 52 | + - maven-compiler-plugin to 3.10.1 |
| 53 | + - maven-enforcer-plugin to 3.1.0 |
| 54 | + - maven-jar-plugin to 3.2.2 |
| 55 | + - maven-javadoc-plugin to 3.4.0 |
| 56 | + - maven-project-info-reports-plugin to 3.4.0 |
| 57 | + - maven-site-plugin to 3.12.0 |
| 58 | + - build-helper-maven-plugin to 3.3.0 |
| 59 | + - dokka-maven-plugin to 1.7.10 |
| 60 | + - jacoco-maven-plugin to 0.8.8 |
| 61 | + - karaf-maven-plugin to 4.4.1 |
| 62 | + - kotlin-maven-plugin to 1.7.10 |
| 63 | + - license-maven-plugin to 4.1 |
| 64 | + - nexus-staging-maven-plugin to 1.6.13 |
| 65 | + - scala-maven-plugin to 4.7.1 |
| 66 | + - scalatest-maven-plugin to 2.1.0 |
| 67 | + - scala-maven-plugin to 3.4.4 |
| 68 | + - scoverage-maven-plugin to 1.4.11 |
| 69 | + - versions-maven-plugin to 2.11.0 |
| 70 | + |
| 71 | +#### Test: |
| 72 | + - assertj-core to 3.23.1 |
| 73 | + - mockito to 4.6.1 |
| 74 | + - scalatest_2.12 to 3.2.12 |
| 75 | + - scalatest_2.13 to 3.2.12 |
| 76 | + |
19 | 77 | ## 6.3.0 [2022-06-30]
|
20 | 78 |
|
21 | 79 | ### Features
|
|
0 commit comments