File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.9.0 [ unreleased ]
1+ ## 0.9.0 [ 2024-08-12 ]
22
33### Features
44
5+ 1 . [ #158 ] ( https://github.com/InfluxCommunity/influxdb3-java/pull/158 ) : Add InfluxDB Edge (OSS) authentication support.
561 . [ #163 ] ( https://github.com/InfluxCommunity/influxdb3-java/pull/163 ) : Introduces ` InfluxDBApiHttpException ` to facilitate write retries and error recovery.
67
78### Bug Fixes
89
9101 . [ #148 ] ( https://github.com/InfluxCommunity/influxdb3-java/pull/148 ) : InfluxDB Edge (OSS) error handling
10111 . [ #153 ] ( https://github.com/InfluxCommunity/influxdb3-java/pull/153 ) : Parsing timestamp columns
11- 1 . [ #158 ] ( https://github.com/InfluxCommunity/influxdb3-java/pull/158 ) : Add InfluxDB Edge (OSS) authentication support.
1212
1313## 0.8.0 [ 2024-06-24]
1414
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ Add the latest version of the client to your project:
4747<dependency >
4848 <groupId >com.influxdb</groupId >
4949 <artifactId >influxdb3-java</artifactId >
50- <version >0.8 .0</version >
50+ <version >0.9 .0</version >
5151</dependency >
5252```
5353
5454### Or when using Gradle
5555
5656``` groovy
5757dependencies {
58- implementation "com.influxdb:influxdb3-java:0.8 .0"
58+ implementation "com.influxdb:influxdb3-java:0.9 .0"
5959}
6060```
6161
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >com.influxdb</groupId >
4141 <artifactId >influxdb3-java</artifactId >
42- <version >0.9.0-SNAPSHOT </version >
42+ <version >0.8.0 </version >
4343 </dependency >
4444 </dependencies >
4545
You can’t perform that action at this time.
0 commit comments