File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33### Features
44
551 . [ #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 ` .
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
You can’t perform that action at this time.
0 commit comments