You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,37 @@
1
-
## 6.13.0 [unreleased]
1
+
## 7.0.0 [unreleased]
2
+
3
+
:warning: This client version discontinues support for Akka Streams and introduces support for Pekko Streams instead. Apache Pekko is a fork of [Akka](https://github.com/akka/akka) 2.6.x, created after the Akka project adopted the Business Source License, which is not compatible with open-source usage.
4
+
5
+
### Features
6
+
1.[#661](https://github.com/influxdata/influxdb-client-java/pull/661): Replaced Akka Streams with Pekko Streams in the Scala client.
7
+
8
+
9
+
### Dependencies
10
+
11
+
Update dependencies:
12
+
13
+
#### Build:
14
+
-[#664](https://github.com/influxdata/influxdb-client-java/pull/664): `kotlin` to `1.9.22`
15
+
-[#666](https://github.com/influxdata/influxdb-client-java/pull/666): `okio` to `3.7.0`
16
+
-[#667](https://github.com/influxdata/influxdb-client-java/pull/667): `rxjava` to `3.1.8`
17
+
-[#669](https://github.com/influxdata/influxdb-client-java/pull/669): `commons-lang3` to `3.14.0`
18
+
-[#670](https://github.com/influxdata/influxdb-client-java/pull/670): `micrometer-registry-influx` to `1.12.1`
19
+
20
+
#### Maven:
21
+
-[#671](https://github.com/influxdata/influxdb-client-java/pull/671): `maven-javadoc-plugin` to `3.6.3`
22
+
23
+
#### Test:
24
+
-[#668](https://github.com/influxdata/influxdb-client-java/pull/668): `junit-jupiter` to `5.10.1`
25
+
26
+
### Dependencies
27
+
28
+
Update dependencies:
29
+
30
+
#### Build:
31
+
-[#669](https://github.com/influxdata/influxdb-client-java/pull/669): `commons-lang3` to `3.14.0`
32
+
33
+
#### Test:
34
+
-[#668](https://github.com/influxdata/influxdb-client-java/pull/668): `junit-jupiter` to `5.10.1`
|**[java](./client)**| The reference Java client that allows query, write and InfluxDB 2.x management. |[javadoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-java/apidocs/index.html), [readme](./client#influxdb-client-java/)| 2.x |
59
-
|**[reactive](./client-reactive)**| The reference RxJava client for the InfluxDB 2.x that allows query and write in a reactive way.|[javadoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-reactive/apidocs/index.html), [readme](./client-reactive#influxdb-client-reactive/)|2.x |
60
-
|**[kotlin](./client-kotlin)**| The reference Kotlin client that allows query and write for the InfluxDB 2.x by Kotlin [Channel](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-channel/index.html) and [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html) coroutines. |[KDoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-kotlin/dokka/influxdb-client-kotlin/com.influxdb.client.kotlin/index.html), [readme](./client-kotlin#influxdb-client-kotlin/)| 2.x|
61
-
|**[scala](./client-scala)**| The reference Scala client that allows query and write for the InfluxDB 2.x by [Akka Streams](https://doc.akka.io/docs/akka/2.6/stream/). |[Scaladoc](https://influxdata.github.io/influxdb-client-java/client-scala/cross/influxdb-client-scala_2.13/scaladocs/com/influxdb/client/scala/index.html), [readme](./client-scala#influxdb-client-scala/)| 2.x |
62
-
|**[osgi](./client-osgi)**| The reference OSGi (R6) client embedding Java and reactive clients and providing standard features (declarative services, configuration, event processing) for the InfluxDB 2.x. |[javadoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-osgi/apidocs/index.html), [readme](./client-osgi)| 2.x |
63
-
|**[karaf](./karaf)**| The Apache Karaf feature definition for the InfluxDB 2.x. |[readme](./karaf)| 2.x |
|**[java](./client)**| The reference Java client that allows query, write and InfluxDB 2.x management. |[javadoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-java/apidocs/index.html), [readme](./client#influxdb-client-java/)| 2.x|
59
+
|**[reactive](./client-reactive)**| The reference RxJava client for the InfluxDB 2.x that allows query and write in a reactive way.|[javadoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-reactive/apidocs/index.html), [readme](./client-reactive#influxdb-client-reactive/)|2.x|
60
+
|**[kotlin](./client-kotlin)**| The reference Kotlin client that allows query and write for the InfluxDB 2.x by Kotlin [Channel](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-channel/index.html) and [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/index.html) coroutines. |[KDoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-kotlin/dokka/influxdb-client-kotlin/com.influxdb.client.kotlin/index.html), [readme](./client-kotlin#influxdb-client-kotlin/)| 2.x|
61
+
|**[scala](./client-scala)**| The reference Scala client that allows query and write for the InfluxDB 2.x by [Pekko Streams](https://pekko.apache.org/docs/pekko/current/stream/index.html). |[Scaladoc](https://influxdata.github.io/influxdb-client-java/client-scala/cross/influxdb-client-scala_2.13/scaladocs/com/influxdb/client/scala/index.html), [readme](./client-scala#influxdb-client-scala/)| 2.x|
62
+
|**[osgi](./client-osgi)**| The reference OSGi (R6) client embedding Java and reactive clients and providing standard features (declarative services, configuration, event processing) for the InfluxDB 2.x. |[javadoc](https://influxdata.github.io/influxdb-client-java/influxdb-client-osgi/apidocs/index.html), [readme](./client-osgi)| 2.x|
63
+
|**[karaf](./karaf)**| The Apache Karaf feature definition for the InfluxDB 2.x. |[readme](./karaf)| 2.x|
64
64
65
65
There is also possibility to use the Flux language over the InfluxDB 1.7+ provided by:
The reference Scala client that allows query and write for the InfluxDB 2.x by [Akka Streams](https://doc.akka.io/docs/akka/2.6/stream/).
5
+
The reference Scala client that allows query and write for the InfluxDB 2.x by [Pekko Streams](https://pekko.apache.org/docs/pekko/current/stream/index.html).
6
6
The client is cross-built against Scala `2.12` and `2.13`.
7
7
8
8
## Documentation
@@ -21,15 +21,15 @@ This section contains links to the client library documentation.
21
21
22
22
## Queries
23
23
24
-
The [QueryScalaApi](https://influxdata.github.io/influxdb-client-java/client-scala/cross/influxdb-client-scala_2.13/scaladocs/com/influxdb/client/scala/QueryScalaApi.html) is based on the [Akka Streams](https://doc.akka.io/docs/akka/2.6/stream/).
24
+
The [QueryScalaApi](https://influxdata.github.io/influxdb-client-java/client-scala/cross/influxdb-client-scala_2.13/scaladocs/com/influxdb/client/scala/QueryScalaApi.html) is based on the [Pekko Streams](https://pekko.apache.org/docs/pekko/current/stream/index.html).
25
25
26
26
The following example demonstrates querying using the Flux language:
0 commit comments