Skip to content

Commit 2764787

Browse files
committed
docs: update CHANGELOG.md
1 parent fa6d10a commit 2764787

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
`"second"` (
1414
in addition to the existing `"ns"`, `"us"`, `"ms"`, `"s"`).
1515

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+
1627
## 1.1.0 [2025-05-22]
1728

1829
### Features

0 commit comments

Comments
 (0)