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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
⚠️ Important Notice: Starting from this release, we won’t be listing every dependency change in our changelog. This helps us maintain the project faster and focus on important features for our InfluxDB client.
6
6
7
+
### Bug Fixes
8
+
9
+
1.[#794](https://github.com/influxdata/influxdb-client-java/issues/794): Delete unnecessary inheritance of `FlowableBufferTimedFlushable`.
10
+
7
11
## 7.2.0 [2024-08-12]
8
12
9
13
### Features
@@ -24,8 +28,7 @@
24
28
-[Generated REST API Documentation](https://docs.influxdata.com/influxdb/v2/api/v1-compatibility/#operation/PostQueryV1)
-[#794](https://github.com/influxdata/influxdb-client-java/issues/794): Delete unnecessary inheritance of FlowableBufferTimedFlushable.
28
-
31
+
29
32
### Bug Fixes
30
33
31
34
1.[#744](https://github.com/influxdata/influxdb-client-java/issues/744) following an `InfluxQLQueryAPI.query()` call, empty results from the server no longer result in a `null` result value.
0 commit comments