Skip to content

0.20.0

Latest

Choose a tag to compare

@bednar bednar released this 11 Jun 06:49
· 1 commit to main since this release

Features

  1. #208: Add influx3 query CLI support for executing SQL/InfluxQL queries with JSON/JSONL/CSV/pretty output, including module execution via python -m influxdb_client_3.
  2. #213: Add partial write support and default writes to the V2 API endpoint.
    See Partial writes for more.
    no_sync requires use_v2_api=False; accept_partial applies only to V3 API endpoint writes.

Others

  1. #215:
    • Remove cookie/session-based signin/signout support from the writing client.
    • Remove basic authentication with a username and password.