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
-[#400](https://github.com/influxdata/influxdb-client-java/pull/400): `mockito` to `4.7.0`
139
139
140
140
## 6.4.0 [2022-07-29]
141
-
141
+
142
142
### Release Notice
143
143
144
144
#### Spring
145
145
146
-
:warning: The client upgrades the `OkHttp` library to version `4.10.0`.
146
+
:warning: The client upgrades the `OkHttp` library to version `4.10.0`.
147
147
148
148
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).
149
149
For the older version of `spring-boot` you have to configure Spring Boot's `okhttp3.version` property:
@@ -165,7 +165,7 @@ For the older version of `spring-boot` you have to configure Spring Boot's `okht
@@ -354,7 +354,7 @@ This release also uses new version of InfluxDB OSS API definitions - [oss.yml](h
354
354
+ "my-username",
355
355
+ "my-password".toCharArray(),
356
356
+ "my-db",
357
-
+ "autogen",
357
+
+ "autogen",
358
358
+ WriteConsistency.ALL);
359
359
```
360
360
@@ -390,7 +390,7 @@ This release also uses new version of InfluxDB OSS API definitions - [oss.yml](h
390
390
## 4.1.0 [2022-01-20]
391
391
392
392
### Features
393
-
1. [#286](https://github.com/influxdata/influxdb-client-java/pull/286): Add support for Parameterized Queries
393
+
1. [#286](https://github.com/influxdata/influxdb-client-java/pull/286): Add support for Parameterized Queries
394
394
395
395
### Bug Fixes
396
396
1. [#283](https://github.com/influxdata/influxdb-client-java/pull/283): Serialization `null` tag's value into LineProtocol
@@ -410,8 +410,8 @@ This release uses the latest InfluxDB OSS API definitions - [oss.yml](https://ra
410
410
411
411
- Add `LegacyAuthorizationsService` to deal with legacy authorizations
412
412
- Add `ResourceService` to retrieve all knows resources
413
-
- Move `postSignin` operation from `DefaultService` to `SigninService`
414
-
- Move `postSignout` operation from `DefaultService` to `SignoutService`
413
+
- Move `postSignin` operation from `DefaultService` to `SigninService`
414
+
- Move `postSignout` operation from `DefaultService` to `SignoutService`
415
415
- Remove `TemplateApi` in favour of [InfluxDB Community Templates](https://github.com/influxdata/community-templates). For more info see - [influxdb#19300](https://github.com/influxdata/influxdb/pull/19300), [openapi#192](https://github.com/influxdata/openapi/pull/192)
416
416
417
417
### Deprecates
@@ -443,9 +443,9 @@ This release uses the latest InfluxDB OSS API definitions - [oss.yml](https://ra
443
443
444
444
### CI
445
445
1. [#267](https://github.com/influxdata/influxdb-client-java/pull/267): Add JDK 17 (LTS) to CI pipeline instead of JDK 16
446
-
446
+
447
447
## 3.3.0 [2021-09-17]
448
-
448
+
449
449
### Bug Fixes
450
450
1. [#258](https://github.com/influxdata/influxdb-client-java/pull/258): Avoid requirements to `jdk.unsupported` module
451
451
1. [#263](https://github.com/influxdata/influxdb-client-java/pull/263): Fix dependency structure for `flux-dsl` module
@@ -456,7 +456,7 @@ This release uses the latest InfluxDB OSS API definitions - [oss.yml](https://ra
456
456
457
457
### CI
458
458
1. [#266](https://github.com/influxdata/influxdb-client-java/pull/266): Switch to next-gen CircleCI's convenience images
459
-
459
+
460
460
## 3.2.0 [2021-08-20]
461
461
462
462
### Bug Fixes
@@ -498,10 +498,10 @@ Change configuration prefix from `spring.influx2` to `influx` according to [Spri
498
498
499
499
#### `influxdb-spring`:
500
500
501
-
The `micrometer` v1.7.0 brings [support](https://github.com/micrometer-metrics/micrometer/issues/1974) for InfluxDB 2.
501
+
The `micrometer` v1.7.0 brings [support](https://github.com/micrometer-metrics/micrometer/issues/1974) for InfluxDB 2.
502
502
That is a reason why the [influxdb-spring](./spring) no longer needs provide a custom Micrometer metrics exporter.
503
-
Now you are able to use `micrometer-registry-influx`, for more info [see our docs](./spring/README.md#actuator-for-influxdb2-micrometer-registry).
504
-
503
+
Now you are able to use `micrometer-registry-influx`, for more info [see our docs](./spring/README.md#actuator-for-influxdb2-micrometer-registry).
504
+
505
505
#### Management API
506
506
This release introduces a support for new InfluxDB OSS API definitions - [oss.yml](https://github.com/influxdata/openapi/blob/master/contracts/oss.yml). The following breaking changes are in underlying API services and doesn't affect common apis such as - `WriteApi`, `QueryApi`, `BucketsApi`, `OrganizationsApi`...
507
507
@@ -538,7 +538,7 @@ The `shift()` function renamed to `timeShift()`.
538
538
539
539
### API
540
540
1. [#233](https://github.com/influxdata/influxdb-client-java/pull/233): Use InfluxDB OSS API definitions to generated APIs
541
-
541
+
542
542
## 2.3.0 [2021-06-04]
543
543
544
544
### Features
@@ -567,7 +567,7 @@ You have to replace your dependency from: `influxdb-client-scala` to:
@@ -628,7 +628,7 @@ You have to replace your dependency from: `influxdb-client-scala` to:
628
628
629
629
### API
630
630
1. [#139](https://github.com/influxdata/influxdb-client-java/pull/148): Changed default port from 9999 to 8086
631
-
1. [#153](https://github.com/influxdata/influxdb-client-java/pull/153): Removed labels in Organization API, removed Pkg* domains, added "after" to FindOption
631
+
1. [#153](https://github.com/influxdata/influxdb-client-java/pull/153): Removed labels in Organization API, removed Pkg* domains, added "after" to FindOption
632
632
633
633
### Bug Fixes
634
634
1. [#151](https://github.com/influxdata/influxdb-client-java/pull/151): Fixed closing OkHttp3 response body
@@ -638,16 +638,16 @@ You have to replace your dependency from: `influxdb-client-scala` to:
638
638
### Features
639
639
1. [#139](https://github.com/influxdata/influxdb-client-java/pull/139): Marked Apis as @ThreadSafe
640
640
1. [#140](https://github.com/influxdata/influxdb-client-java/pull/140): Validate OffsetDateTime to satisfy RFC 3339
641
-
1. [#141](https://github.com/influxdata/influxdb-client-java/issues/141): Move swagger api generator to separate module influxdb-clients-apigen
641
+
1. [#141](https://github.com/influxdata/influxdb-client-java/issues/141): Move swagger api generator to separate module influxdb-clients-apigen
642
642
643
643
### Bug Fixes
644
644
1. [#136](https://github.com/influxdata/influxdb-client-java/pull/136): Data Point: measurement name is requiring in constructor
645
-
1. [#132](https://github.com/influxdata/influxdb-client-java/pull/132): Fixed thread safe issue in MeasurementMapper
645
+
1. [#132](https://github.com/influxdata/influxdb-client-java/pull/132): Fixed thread safe issue in MeasurementMapper
646
646
647
647
## 1.10.0 [2020-07-17]
648
648
649
649
### Bug Fixes
650
-
1. [#129](https://github.com/influxdata/influxdb-client-java/pull/129): Fixed serialization of `\n`, `\r` and `\t` to Line Protocol, `=` is valid sign for measurement name
650
+
1. [#129](https://github.com/influxdata/influxdb-client-java/pull/129): Fixed serialization of `\n`, `\r` and `\t` to Line Protocol, `=` is valid sign for measurement name
651
651
652
652
### Dependencies
653
653
@@ -664,16 +664,16 @@ You have to replace your dependency from: `influxdb-client-scala` to:
664
664
1. [#122](https://github.com/influxdata/influxdb-client-java/pull/122): Removed log system from Bucket, Dashboard, Organization, Task and Users API - [influxdb#18459](https://github.com/influxdata/influxdb/pull/18459)
665
665
666
666
### CI
667
-
1. [#123](https://github.com/influxdata/influxdb-client-java/pull/123): Upgraded InfluxDB 1.7 to 1.8
667
+
1. [#123](https://github.com/influxdata/influxdb-client-java/pull/123): Upgraded InfluxDB 1.7 to 1.8
668
668
669
669
### Bug Fixes
670
670
1. [#116](https://github.com/influxdata/influxdb-client-java/pull/116): The closing message of the `WriteApi` has `Fine` log level
- Supports querying using the Flux language over the InfluxDB 1.7+ REST API (`/api/v2/query endpoint`)
51
-
50
+
- Supports querying using the Flux language over the InfluxDB 1.7+ REST API (`/api/v2/query endpoint`)
51
+
52
52
## Clients
53
53
54
54
The Java, Reactive, OSGi, Kotlin and Scala clients are implemented for the InfluxDB 2.x:
@@ -62,7 +62,7 @@ The Java, Reactive, OSGi, Kotlin and Scala clients are implemented for the Influ
62
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
63
|**[karaf](./karaf)**| The Apache Karaf feature definition for the InfluxDB 2.x. |[readme](./karaf)| 2.x |
64
64
65
-
There is also possibility to use the Flux language over the InfluxDB 1.7+ provided by:
65
+
There is also possibility to use the Flux language over the InfluxDB 1.7+ provided by:
|**[flux-dsl](./flux-dsl)**| A Java query builder for the Flux language |[javadoc](https://influxdata.github.io/influxdb-client-java/flux-dsl/apidocs/index.html), [readme](./flux-dsl#flux-dsl/)| 1.7+, 2.x |
83
83
84
84
85
-
## How To Use
85
+
## How To Use
86
86
87
-
This clients are hosted in Maven central Repository.
87
+
This clients are hosted in Maven central Repository.
88
88
89
89
If you want to use it with the Maven, you have to add only the dependency on the artifact.
90
90
@@ -102,15 +102,15 @@ Download the latest version:
@@ -202,9 +202,9 @@ public class InfluxDB2Example {
202
202
Instant time;
203
203
}
204
204
}
205
-
```
205
+
```
206
206
207
-
### Use Management API to create a new Bucket in InfluxDB 2.x
207
+
### Use Management API to create a new Bucket in InfluxDB 2.x
208
208
209
209
The following example demonstrates how to use a InfluxDB 2.x Management API. For further information see [client documentation](./client#management-api).
210
210
@@ -218,15 +218,15 @@ Download the latest version:
@@ -289,7 +289,7 @@ public class InfluxDB2ManagementExample {
289
289
influxDBClient.close();
290
290
}
291
291
}
292
-
```
292
+
```
293
293
294
294
### InfluxDB 1.8 API compatibility
295
295
@@ -301,7 +301,7 @@ The following forward compatible APIs are available:
301
301
|:----------|:----------|:----------|
302
302
|[QueryApi.java](client/src/main/java/com/influxdb/client/QueryApi.java)|[/api/v2/query](https://docs.influxdata.com/influxdb/latest/tools/api/#api-v2-query-http-endpoint)| Query data in InfluxDB 1.8.0+ using the InfluxDB 2.x API and [Flux](https://docs.influxdata.com/flux/latest/)_(endpoint should be enabled by [`flux-enabled` option](https://docs.influxdata.com/influxdb/latest/administration/config/#flux-enabled-false))_|
303
303
|[WriteApi.java](client/src/main/java/com/influxdb/client/WriteApi.java)|[/api/v2/write](https://docs.influxdata.com/influxdb/latest/tools/api/#api-v2-write-http-endpoint)| Write data to InfluxDB 1.8.0+ using the InfluxDB 2.x API |
304
-
|[health()](client/src/main/java/com/influxdb/client/InfluxDBClient.java#L236)|[/health](https://docs.influxdata.com/influxdb/latest/tools/api/#health-http-endpoint)| Check the health of your InfluxDB instance |
304
+
|[health()](client/src/main/java/com/influxdb/client/InfluxDBClient.java#L236)|[/health](https://docs.influxdata.com/influxdb/latest/tools/api/#health-http-endpoint)| Check the health of your InfluxDB instance |
305
305
306
306
For detail info see [InfluxDB 1.8 example](examples/src/main/java/example/InfluxDB18Example.java).
307
307
@@ -319,17 +319,17 @@ Download the latest version:
0 commit comments