Skip to content

Commit f111cf4

Browse files
committed
docs: update CHANGELOG.md
1 parent 8285b61 commit f111cf4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## 1.2.0 [unreleased]
22

3+
### Features
4+
5+
1. [#238](https://github.com/InfluxCommunity/influxdb3-java/pull/238): Support fast writes without waiting for WAL
6+
persistence:
7+
- New write option (`WriteOptions.noSync`) added: `true` value means faster write but without the confirmation that
8+
the data was persisted. Default value: `false`.
9+
- **Supported by self-managed InfluxDB 3 Core and Enterprise servers only!**
10+
- Also configurable via connection string query parameter (`writeNoSync`).
11+
- Also configurable via environment variable (`INFLUX_WRITE_NO_SYNC`).
12+
- Long precision string values added from v3 HTTP API: `"nanosecond"`, `"microsecond"`, `"millisecond"`,
13+
`"second"` (
14+
in addition to the existing `"ns"`, `"us"`, `"ms"`, `"s"`).
15+
316
## 1.1.0 [2025-05-22]
417

518
### Features

0 commit comments

Comments
 (0)