Skip to content

Commit 9f9d56a

Browse files
feat: clone options
1 parent 3c96436 commit 9f9d56a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Features
44

55
1. [#209](https://github.com/InfluxCommunity/influxdb3-java/pull/209) Add query function returning row as map.
6-
1. [#238](https://github.com/InfluxCommunity/influxdb3-java/pull/238): Support fast writes without waiting for WAL
6+
2. [#238](https://github.com/InfluxCommunity/influxdb3-java/pull/238): Support fast writes without waiting for WAL
77
persistence:
88
- New write option (`WriteOptions.noSync`) added: `true` value means faster write but without the confirmation that
99
the data was persisted. Default value: `false`.
@@ -25,6 +25,7 @@
2525
public void writePoint(@Nullable final Point point);
2626
public void writePoints(@Nonnull final List<Point> points);
2727
```
28+
2. [#241](https://github.com/InfluxCommunity/influxdb3-java/pull/241): Some default options will be used from a getter.
2829

2930
## 1.1.0 [2025-05-22]
3031

0 commit comments

Comments
 (0)