Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@karel-rehor karel-rehor released this 18 Jun 12:45
· 1 commit to main since this release

Features

  1. #141 Move "setuptools" package to build dependency.
  2. #142: Support fast writes without waiting for WAL
    persistence:
    • New write option (WriteOptions.no_sync) added: True value means faster write but without the confirmation that
      the data was persisted. Default value: False.
    • Supported by self-managed InfluxDB 3 Core and Enterprise servers only!
    • Also configurable via environment variable (INFLUX_WRITE_NO_SYNC).
    • Long precision string values added from v3 HTTP API: "nanosecond", "microsecond", "millisecond",
      "second" ( in addition to the existing "ns", "us", "ms", "s").
  3. #145: Improve the document wording for README.md