github influxdata/influxdb v2.0.0-rc.0

latest releases: v2.7.6, v1.11.6rc1, v1.11.6rc0...
pre-release3 years ago

v2.0.0-rc.0 [2020-09-29]

Docker

docker pull quay.io/influxdb/influxdb:2.0.0-rc

Packages

Platform Package
Mac OS X influxdb-2.0.0-rc.0_darwin_amd64.tar.gz
Mac OS X (CLI Only) influxdb_client_2.0.0-rc.0_darwin_amd64.tar.gz
Linux influxdb-2.0.0-rc.0_linux_amd64.tar.gz
Linux (CLI Only) influxdb_client_2.0.0-rc.0_linux_amd64.tar.gz

Breaking Changes

In the interests of simplifying the migration for existing users of InfluxDB 1.x, this
release includes significant breaking changes.

Upgrading from previous beta builds of influxd is not supported

In order to continue using influxd betas, users will be required to move all existing
data out of their ~/.influxdbv2 (or equivalent) path, including influxd.bolt. This
means all existing dashboards, tasks, integrations, alerts, users and tokens will need to
be recreated. The influx export all command may be used to export and re-import most
of this data.

At this time, there is no tooling to convert existing time series data from previous
beta releases. If data from a prior beta release is found, influxd will refuse to start.

We have also changed the default port of InfluxDB from 9999 back to 8086. If you still would like
to run on port 9999, you can start influxd with the --http-bind-address option. You will also
need to update any InfluxDB CLI config profiles with the new port number.

  1. 19446: Port TSM1 storage engine
  2. 19494: Changing the default port from 9999 to 8086
  3. 19636: Disable unimplemented delete with predicate API

Features

  1. 18779: Add new processing options and enhancements to influx write.
  2. 19246: Redesign load data page to increase discovery and ease of use
  3. 19334: Add --active-config flag to influx to set config for single command
  4. 19219: List buckets via the API now supports after (ID) parameter as an alternative to offset.
  5. 19390: Record last success and failure run times in the Task
  6. 19402: Inject Task's LatestSuccess Timestamp In Flux Extern
  7. 19433: Add option to dump raw query results in CLI
  8. 19506: Add TSM 1.x storage options as flags
  9. 19508: Add subset of InfluxQL coordinator options as flags
  10. 19457: Add ability to export resources by name via the CLI
  11. 19640: Turn on Community Templates
  12. 19663: Added InfluxDB v2 Listener, NSD, OPC-UA, and Windows Event Log to the sources page
  13. 19662: Add max-line-length switch to influx write command to address token too long errors for large inputs

Bug Fixes

  1. 19331: Add description to auth influx command outputs.
  2. 19392: Include the edge of the boundary we are observing.
  3. 19453: Warn about duplicate tag names during influx write csv.
  4. 19466: Do not override existing line part in group annotation.
  5. 19637: Added PATCH to the list of allowed methods

Don't miss a new influxdb release

NewReleases is sending notifications on new releases.