We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6d10a commit 2764787Copy full SHA for 2764787
CHANGELOG.md
@@ -13,6 +13,17 @@
13
`"second"` (
14
in addition to the existing `"ns"`, `"us"`, `"ms"`, `"s"`).
15
16
+### Bug Fixes
17
+
18
+1. [#239](https://github.com/InfluxCommunity/influxdb3-java/pull/239): Use write options from `ClientConfig` in
19
+ `InfluxDBClientImpl` write methods:
20
+ ```java
21
+ public void writeRecord(@Nullable final String record);
22
+ public void writeRecords(@Nonnull final List<String> records);
23
+ public void writePoint(@Nullable final Point point);
24
+ public void writePoints(@Nonnull final List<Point> points);
25
+ ```
26
27
## 1.1.0 [2025-05-22]
28
29
### Features
0 commit comments