Skip to content

Commit a701ab8

Browse files
committed
docs: update CHANGELOG.md
1 parent d6ae869 commit a701ab8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## 0.14.0 [unreleased]
44

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

718
### Features

0 commit comments

Comments
 (0)