Skip to content

Commit d5bba12

Browse files
committed
chore(release): release version 0.9.0 [skip ci]
1 parent a514108 commit d5bba12

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.
56
1. [#163](https://github.com/InfluxCommunity/influxdb3-java/pull/163): Introduces `InfluxDBApiHttpException` to facilitate write retries and error recovery.
67

78
### Bug Fixes
89

910
1. [#148](https://github.com/InfluxCommunity/influxdb3-java/pull/148): InfluxDB Edge (OSS) error handling
1011
1. [#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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5757
dependencies {
58-
implementation "com.influxdb:influxdb3-java:0.8.0"
58+
implementation "com.influxdb:influxdb3-java:0.9.0"
5959
}
6060
```
6161

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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

0 commit comments

Comments
 (0)