Skip to content

Latest commit

 

History

History
1478 lines (1107 loc) · 108 KB

CHANGELOG_OLD.md

File metadata and controls

1478 lines (1107 loc) · 108 KB

unreleased

Go Version

This release upgrades the project to go version 1.17.

Minimum macOS Version

Because of the version bump to go, the macOS build for this release requires at least version 10.13 High Sierra to run.

influx CLI moved to separate repository

The influx CLI has been moved to its own GitHub repository. Release artifacts produced by influxdb are impacted as follows:

  • Release archives (.tar.gz and .zip) no longer contain the influx binary.
  • The influxdb2 package (.deb and .rpm) no longer contains the influx binary. Instead, it declares a recommended dependency on the new influx-cli package.
  • The quay.io/influxdb/influxdb image no longer contains the influx binary. Users are recommended to migrate to the influxdb image hosted in DockerHub.

With this change, versions of the influx CLI and influxd server are not guaranteed to exactly match. Please use influxd version or curl <your-server-url>/health when checking the version of the installed/running server.

Notebooks and Annotations

Support for Notebooks and Annotations is included with this release.

SQLite Metadata Store

This release adds an embedded SQLite database for storing metadata required by the latest UI features like Notebooks and Annotations.

Features

  1. 19811: Add Geo graph type to be able to store in Dashboard cells.
  2. 21218: Add the properties of a static legend for line graphs and band plots.
  3. 21367: List users via the API now supports pagination
  4. 21531: Remove feature flags for permanent UI features
  5. 21543: Added influxd configuration flag --sqlite-path for specifying a user-defined path to the SQLite database file
  6. 21543: Updated influxd configuration flag --store to work with string values disk or memory. Memory continues to store metadata in-memory for testing; disk will persist metadata to disk via bolt and SQLite
  7. 21547: Allow hiding the tooltip independently of the static legend
  8. 21584: Added the api/v2/backup/metadata endpoint for backing up both KV and SQL metadata, and the api/v2/restore/sql for restoring SQL metadata.
  9. 21635: Port influxd inspect verify-seriesfile to 2.x
  10. 21621: Add storage-wal-max-concurrent-writes config option to influxd to enable tuning memory pressure under heavy write load.
  11. 21621: Add storage-wal-max-write-delay config option to influxd to prevent deadlocks when the WAL is overloaded with concurrent writes.
  12. 21615: Ported the influxd inspect verify-tsm command from 1.x.
  13. 21646: Ported the influxd inspect verify-tombstone command from 1.x.
  14. 21761: Ported the influxd inspect dump-tsm command from 1.x.
  15. 21788: Ported the influxd inspect report-tsi command from 1.x.
  16. 21784: Ported the influxd inspect dumptsi command from 1.x.
  17. 21786: Ported the influxd inspect deletetsm command from 1.x.
  18. 21888: Ported the influxd inspect dump-wal command from 1.x.
  19. 21828: Added the command influx inspect verify-wal.
  20. 21814: Ported the influxd inspect report-tsm command from 1.x.
  21. 21936: Ported the influxd inspect build-tsi command from 1.x.
  22. 21938: Added route to delete individual secret.
  23. 21972: Added support for notebooks and annotations.
  24. 22072: Added --flux-log-enabled option to influxd to show detail logs for flux queries.
  25. 22135: Added route to return known resources.
  26. 22311: Add storage-no-validate-field-size config to influxd to disable enforcement of max field size.
  27. 22316: Optimize series iteration for queries that can be answered without inspecting TSM data.
  28. 22322: Add support for merge_hll, sum_hll, and count_hll in InfluxQL.

Bug Fixes

  1. 21648: Change static legend's hide to show to let users decide if they want it.
  2. 22186: Preserve comments in flux queries when saving task definitions.
  3. 22228: influxdb2 packages should depend on curl.
  4. 22211: Prevent scheduling an inactivated task after updating it.
  5. 22235: Avoid compaction queue stats flutter.
  6. 22272: Requests to /api/v2/authorizations filter correctly on org and user parameters.
  7. 22311: Enforce max field size while parsing line protocol.
  8. 22334: Periodically compact old and large TSI files.

v2.0.8 [2021-08-13]

Go Version

This release upgrades the project to go version 1.16.

Minimum macOS Version

Because of the version bump to go, the macOS build for this release requires at least version 10.12 Sierra to run.

Features

  1. 21910: Added --ui-disabled option to influxd to allow for running with the UI disabled.
  2. 21958: Telemetry improvements: Do not record telemetry data for non-existant paths; replace invalid static asset paths with a slug.
  3. 22023: Upgrade Flux to v0.124.0.

Bug Fixes

  1. 21610: Avoid rewriting fields.idx unnecessarily.
  2. 21662: Do not close connection twice in DigestWithOptions.
  3. 21691: Remove incorrect optimization for group-by.
  4. 21747: Rename arm rpms with yum-compatible names.
  5. 21800: Return an error instead of panicking when InfluxQL statement rewrites fail.
  6. 21802: Removed unused chronograf-migator package & chronograf API service, and updated various "chronograf" references.
  7. 21839: Fix display and parsing of influxd upgrade CLI prompts in PowerShell.
  8. 21840: Migrate restored KV snapshots to latest schema before using them.
  9. 21844: Upgrade to latest version of influxdata/cron so that tasks can be created with interval of every: 1w.
  10. 21849: Specify which fields are missing when rejecting an incomplete onboarding request.
  11. 21850: Systemd unit should block on startup until http endpoint is ready.
  12. 21925: Upgrade to golang-jwt 3.2.1..
  13. 21946: Prevent silently dropped writes when there are overlapping shards.
  14. 21950: Invalid requests to /api/v2 subroutes now return 404 instead of a list of links.
  15. 21962: Flux metaqueries for _field take fast path if _measurement is the only predicate.
  16. 22059: Copy names from mmapped memory before closing iterator.
  17. 22174: systemd service -- handle 40x and block indefinitely.

v2.0.7 [2021-06-04]

Features

  1. 21539: Upgrade Flux to v0.117.0.
  2. 21519: Optimize table.fill() execution within Flux aggregate windows.

Bug Fixes

  1. 21318: Fix off-by-one error in query range calculation over partially compacted data.
  2. 21345: Deprecate the unsupported PostSetupUser API.
  3. 21356: Disable MergeFiltersRule until it is more stable.
  4. 21369: Add limits to the /api/v2/delete endpoint for start and stop times with error messages.
  5. 21375: Add logging to NATS streaming server to help debug startup failures.
  6. 21477: Accept --input instead of a positional arg in influx restore.
  7. 21477: Print error instead of panicking when influx restore fails to find backup manifests.
  8. 21481: Set last-modified time of empty shard directory to the directory's mod time instead of Unix epoch.
  9. 21486: Remove erroneous dependency on istio.
  10. 21522: Replace telemetry file name with slug for ttf, woff, and eot files.
  11. 21540: Enable use of absolute path for --upgrade-log when running influxd upgrade on Windows.
  12. 21545: Make InfluxQL meta queries respect query timeouts.

v2.0.6 [2021-04-29]

Bug Fixes

  1. 21321: Ensure query config written by influxd upgrade is valid.
  2. 21324: Revert to nonzero defaults for query-concurrency and query-queue-size to avoid validation failures for upgrading users.
  3. 21324: Don't fail validation when query-concurrency is 0 and query-queue-size is > 0.

v2.0.5 [2021-04-27]

Windows Support

This release includes our initial Windows preview build.

Breaking Changes

/debug/vars removed

Prior to this release, the influxd server would always expose profiling information over /debug/vars. This endpoint was unauthenticated, and not used by InfluxDB systems to report diagnostics. For security and clarity, the endpoint has been removed. Use the /metrics endpoint to collect system statistics.

influx transpile removed

The transpile command has been retired. Users can send InfluxQL directly to the server via the /api/v2/query or /query HTTP endpoints.

Default query concurrency changed

The default setting for the max number of concurrent Flux queries has been changed from 10 to unlimited. Set the query-concurrency config parameter to > 0 when running influxd to re-limit the maximum running query count, and the query-queue-size config parameter to > 0 to set the max number of queries that can be queued before the server starts rejecting requests.

Prefix for query-controller metrics changed

The prefix used for Prometheus metrics from the query controller has changed from query_control_ to qc_.

Features

  1. 20621: Add Swift client library to the data loading section of the UI.
  2. 20307: Add influx task retry-failed command to rerun failed runs.
  3. 20759: Add additional properties for Mosaic Graph.
  4. 20763: Add --compression option to influx write to support GZIP inputs.
  5. 20827: Add --pprof-disabled option to influxd to disable exposing profiling information over HTTP.
  6. 20827: Add /debug/pprof/all HTTP endpoint to gather all profiles at once.
  7. 20827: Upgrade http.pprof-enabled config in influxd upgrade.
  8. 20911: Add support for explicitly setting shard-group durations on buckets. Thanks @hinst!
  9. 20882: Rewrite regex conditions in InfluxQL subqueries for performance. Thanks @yujiahaol68!
  10. 20963: Add --metrics-disabled option to influxd to disable exposing Prometheus metrics over HTTP.
  11. 20971: Add --http-read-header-timeout, --http-read-timeout, --http-write-timeout, and --http-idle-timeout options to influxd.
  12. 20971: Set a default --http-read-header-timeout of 10s in influxd.
  13. 20971: Set a default --http-idle-timeout of 3m in influxd.
  14. 20861: Update Telegraf plugins in UI to include additions and changes in 1.18 release.
  15. 20894: Display task IDs in the UI.
  16. 21046: Write to standard out when --output-path - is passed to influxd inspect export-lp.
  17. 21006: Add -p, --profilers flag to influx query command.
  18. 21090: Update UI to match InfluxDB Cloud.
  19. 21127: Allow for disabling concurrency-limits in Flux controller.
  20. 21158: Replace unique resource IDs (UI assets, backup shards) with slugs to reduce cardinality of telemetry data.
  21. 21235: HTTP server errors output logs following the standard format.
  22. 21255: Upgrade Flux to v0.113.0.
  23. 21364: Update Static Legend properties to allow disabling without nulling

Bug Fixes

  1. 20705: Repair swagger to match implementation of DBRPs type.
  2. 19936: Fix use-after-free bug in series ID iterator. Thanks @foobar!
  3. 20585: Fix TSM WAL segement size check. Thanks @foobar!
  4. 20754: Update references to docs site to use current URLs.
  5. 20773: Fix data race in TSM engine when inspecting tombstone stats.
  6. 20797: Fix data race in TSM cache. Thanks @StoneYunZhao!
  7. 20811: Fix TSM WAL segment size computing. Thanks @StoneYunZhao!
  8. 20798: Deprecate misleading retentionPeriodHrs key in onboarding API.
  9. 20819: Fix Single Stat graphs with thresholds crashing on negative values.
  10. 20809: Fix InfluxDB port in Flux function UI examples. Thanks @sunjincheng121!
  11. 20827: Remove unauthenticated, unsupported /debug/vars HTTP endpoint.
  12. 20856: Respect 24 hour clock formats in the UI and allow more choices
  13. 20875: Prevent "do not have an execution context" error when parsing Flux options in tasks.
  14. 20932: Prevent time field names from being formatted in the Table visualization
  15. 20929: Log error details when influxd upgrade fails to migrate databases.
  16. 20921: Fix the cipher suite used when TLS strict ciphers are enabled in influxd.
  17. 20925: Fix parse error in UI for tag filters containing regex meta characters.
  18. 21042: Prevent concurrent access panic when gathering bolt metrics.
  19. 21127: Fix race condition in Flux controller shutdown.
  20. 21228: Reduce lock contention when adding new fields and measurements.
  21. 21232: Escape dots in community templates hostname regex.
  22. 21140: Use descending cursor when needed in pushed-down aggregate Flux queries.

v2.0.4 [2021-02-08]

Docker

ARM64

This release extends the Docker builds hosted in quay.io to support the linux/arm64 platform.

2.x nightly images

Prior to this release, competing nightly builds caused the nightly Docker tag to contain outdated binaries. This conflict has been fixed, and the image tagged with nightly will now contain 2.x binaries built from the HEAD of the master branch.

Breaking Changes

inmem index option removed

This release fully removes the inmem indexing option, along with the associated config options:

  • max-series-per-database
  • max-values-per-tag

Replacement tsi1 indexes will be automatically generated on startup for shards that need it.

Artifact naming conventions

The names of artifacts produced by our nightly & release builds have been updated according to the Google developer guidelines. Underscores (_) have been replaced by hyphens (-) in nearly all cases; the one exception is the use of x86_64 in our RPM packages, which has been left unchanged.

Features

  1. 20473: Add --overwrite-existing-v2 flag to influxd upgrade to overwrite existing files at output paths (instead of aborting).
  2. 20524: Add influxd print-config command to support automated config inspection.
  3. 20561: Add nats-port config option for influxd server.
  4. 20564: Add nats-max-payload-bytes config option for influxd server.
  5. 20467: Add influxd inspect export-lp command to extract data in line-protocol format.
  6. 20604: Update telegraf plugins list in UI to include Beat, Intel PowerStats, and Rienmann.
  7. 20634: Promote schema and fill query optimizations to default behavior.
  8. 20678: Upgrade Flux to v0.104.0
  9. 20680: UI: Upgrade flux-lsp-browser to v0.5.31

Bug Fixes

  1. 20339: Include upgrade helper script in goreleaser manifest.
  2. 20348: Don't show the upgrade notice on fresh influxdb2 installs.
  3. 20348: Ensure config.toml is initialized on fresh influxdb2 installs.
  4. 20349: Ensure influxdb service sees default env variables when running under init.d.
  5. 20317: Don't ignore failures to set password during initial user onboarding.
  6. 20362: Don't overwrite stack name/description on influx stack update.
  7. 20355: Fix timeout setup for influxd graceful shutdown.
  8. 20387: Improve error message shown when influx CLI can't find an org by name.
  9. 20380: Remove duplication from task error messages.
  10. 20313: Automatically build tsi1 indexes for shards that need it instead of falling back to inmem.
  11. 20313: Fix logging initialization for storage engine.
  12. 20442: Don't return 500 codes for partial write failures.
  13. 20440: Add confirmation step w/ file sizes before copying data files in influxd upgrade.
  14. 20409: Improve messages in DBRP API validation errors.
  15. 20489: Improve error message when opening BoltDB with unsupported file system options.
  16. 20490: Fix silent failure to register CLI args as required.
  17. 20522: Fix loading config when INFLUXD_CONFIG_PATH points to a .yml file.
  18. 20527: Don't leak .tmp files while backing up shards.
  19. 20527: Allow backups to complete while a snapshot is in progress.
  20. 20539: Prevent extra output row from GROUP BY crossing DST boundary.
  21. 20548: Prevent panic in influxd upgrade when V1 users exist and no V1 config is given.
  22. 20565: Set correct Content-Type on v1 query responses.
  23. 20565: Update V1 API spec to document all valid Accept headers and matching Content-Types.
  24. 20578: Respect the --skip-verify flag when running influx query.
  25. 20495: Update Flux functions list in UI to reflect that v1 package was renamed to schema.
  26. 20669: Remove blank lines from payloads sent by influx write.
  27. 20657: Allow for creating users without initial passwords in influx user create.
  28. 20679: Fix incorrect "bucket not found" errors when passing --bucket-id to influx write.
  29. 20702: Fix loading config when INFLUXD_CONFIG_PATH points to a directory with . in its name.
  30. 20678: Fix infinite loop in Flux parser caused by invalid array expressions.
  31. 20360: Update API spec to document Flux dictionary features.

v2.0.3 [2020-12-14]

ARM Support

This release includes our initial ARM64 preview build.

Breaking Changes

influxd upgrade

Previously, influxd upgrade would attempt to write upgraded config.toml files into the same directory as the source influxdb.conf file. If this failed, a warning would be logged and config.toml would be written into the HOME directory.

This release breaks this behavior in two ways:

  1. By default, config.toml is now written into the same directory as the Bolt DB and engine files (~/.influxdbv2/)
  2. If writing upgraded config fails, the upgrade process exits with an error instead of falling back to the HOME directory

Users can use the new --v2-config-path option to override the output path for upgraded config if they can't or don't want to use the default.

v2 packaging

Based on community feedback, the v2 deb and rpm packaging has been improved to avoid confusion between versions. The package name is now influxdb2 and conflicts with any previous influxdb package (including initial 2.0.0, 2.0.1, and 2.0.2 packages). Additionally, v2 specific path defaults are now defined and helper scripts are provided for influxd upgrade and cleanup cases.

Features

  1. 20123: Allow password to be specified as a CLI option in influx v1 auth create.
  2. 20123: Allow password to be specified as a CLI option in influx v1 auth set-password.
  3. 20110: Allow for users to specify where V2 config should be written in influxd upgrade.
  4. 20204: Improve ID-related error messages for influx v1 dbrp commands.
  5. 20236: Delete with predicate.
  6. 20322: Upgrade Flux to v0.99.0.
  7. 20327: Upgrade flux-lsp-browser to v0.5.26.

Bug Fixes

  1. 20110: Use V2 directory for default V2 config path in influxd upgrade.
  2. 20137: Fix panic when writing a point with 100 tags. Thanks @foobar!
  3. 20151: Don't log bodies of V1 write requests.
  4. 20097: Ensure Index.Walk fetches matching foreign keys only.
  5. 20149: Enforce max value of 2147483647 on query concurrency to avoid startup panic.
  6. 20149: Enforce max value of 2147483647 on query queue size to avoid startup panic.
  7. 20168: Auto-migrate existing DBRP mappings from old schema to avoid panic.
  8. 20201: Optimize shard lookup in groups containing only one shard. Thanks @StoneYunZhao!
  9. 20155: Respect the --name option in influx setup whether configs already exist or not.
  10. 20155: Allow for 0 (infinite) values for --retention in influx setup.
  11. 20305: Set v2 default paths and provide upgrade helper scripts in release packages

v2.0.2 [2020-11-19]

Features

  1. 19979: Added functionality to filter task runs by time.
  2. 20036: Warn if V1 users are upgraded, but V1 auth wasn't enabled.
  3. 20039: Export 1.x CQs as part of influxd upgrade.
  4. 20053: Upgrade Flux to v0.95.0.
  5. 20058: UI: Upgrade flux-lsp-browser to v0.5.23.
  6. 20067: Add DBRP cli commands as influxd v1 dbrp.

Bug Fixes

  1. 19987: Fix various typos. Thanks @kumakichi!
  2. 19991: Use --skip-verify flag for backup/restore CLI command.
  3. 19995: Don't auto-print help on influxd errors
  4. 20008: Add locking during TSI iterator creation.
  5. 20012: Validate input paths to influxd upgrade up-front.
  6. 20015: Add same site strict flag to session cookie.
  7. 20017: Don't include duplicates for SHOW DATABASES
  8. 20064: Ensure Flux reads across all shards.
  9. 20047: Allow scraper to ignore insecure certificates on a target. Thanks @cmackenzie1!
  10. 20076: Remove internal influxd upgrade subcommands from help text.
  11. 20074: Use default DBRP mapping on V1 write when no RP is specified.
  12. 20091: Make the DBRP http API match the swagger spec.

v2.0.1 [2020-11-10]

Bug Fixes

  1. 19918: Swagger: add operationId to /delete
  2. 19967: Upgrade: add log-level option
  3. 19969: Check for existing 2.x CLI configs file
  4. 19971: Swagger: remove Invites from swagger
  5. 19972: Remove obsolete unused option (influx-command-path)
  6. 19980: check write permission in legacy write path

v2.0.0 [2020-11-09]

Features

  1. 19935: Improve the UI for the influx v1 auth commands
  2. 19940: Update Flux to v0.94.0
  3. 19943: Upgrade flux-lsp-browser to v0.5.22
  4. 19946: Adding RAS telegraf input

Bug Fixes

  1. 19924: Remove unused 'security-script' option from upgrade command
  2. 19925: Create CLI configs in influxd upgrade
  3. 19928: Fix parsing of retention policy CLI args in influx setup and influxd upgrade
  4. 19930: Replace 0 with MaxInt when upgrading query-concurrency
  5. 19937: Create CLI configs
  6. 19939: Make influxd help more specific
  7. 19945: Allow write-only V1 tokens to find DBRPs
  8. 19947: Updating v1 auth description
  9. 19952: Use db/rp naming convention when migrating DBs to buckets
  10. 19956: Improve help for --no-password switch
  11. 19959: Use 10 instead of MaxInt when rewriting query-concurrency
  12. 19960: Remove bucket and mapping auto-creation from v1 /write API
  13. 19885: Misuse of reflect.SliceHeader

v2.0.0-rc.4 [2020-11-05]

Features

  1. 19854: Use v1 authorization for users upgrade
  2. 19855: Enable window pushdowns
  3. 19864: Implement backup/restore CLI subcommands
  4. 19865: Implementation of v1 authorization
  5. 19879: Make sure the query plan nodes have unique ids
  6. 19881: Update Flux to v0.93.0

Bug Fixes

  1. 19685: Cloning tasks makes actions shared in task list view
  2. 19712: Reduce filesize of influx binary
  3. 19819: Isolate telegraf config service and remove URM interactions
  4. 19853: Use updated HTTP client for authorization service
  5. 19856: Make tagKeys and tagValues work for edge cases involving fields
  6. 19870: Correctly parse float as 64-bits
  7. 19873: Add simple metrics related to installed templates
  8. 19885: Remove extra multiplication of retention policies in onboarding
  9. 19887: Use fluxinit package to init flux library instead of builtin
  10. 19886: Add Logger to constructor function to ensure log field is initialized
  11. 19894: Return empty iterator instead of null in tagValues
  12. 19899: Docs: flux 0.92 functions
  13. 19908: Fix /ready response content type

v2.0.0-rc.3 [2020-10-29]

Features

  1. 19807: Enable window agg mean pushdown
  2. 19813: Aggregate array cursors
  3. 19815: Create a v1 authorization service
  4. 19826: Update FLux to v0.91.0
  5. 19829: Extend CLI with v1 authorization commands
  6. 19839: Add tick generation properties and legendColorizeRows
  7. 19840: Add bcrypt password support to v1 authorizations
  8. 19850: Update generate ticks into an array of properties for each axis

Bug Fixes

  1. 19784: UI: bump papaparse from 4.6.3 to 5.2.0
  2. 19802: Docs: update PostDBRP docs to reflect mutual exclusive requirement of org vs orgID
  3. 19804: Notifications: move rule service into own package
  4. 19816: Type-convert fs.Bavail for portability
  5. 19818: Notifications: isolate endpoint service
  6. 19823: Clear Logout
  7. 19825: Docs: Update FUZZ.md
  8. 19828: Add 1.x compatible endpoints to swagger
  9. 19833: allow newIndexSeriesCursor() to accept an influxql.Expr
  10. 19834: Docs: Fix typos in http/swagger.yml
  11. 19836: UI: import flux-lsp v0.5.21
  12. 19846: prune some unreferenced packages

v2.0.0-rc.2 [2020-10-21]

Features

  1. 19725: Add window agg result set
  2. 19740: Provide means to remove stack without confirmation
  3. 19750: Return error on failed resource addition
  4. 19774: Update Flux to v0.90.0

Bug Fixes

  1. 19465: Use valid flux in pkger test templates
  2. 19773: Upgrade: fallback to user's home when saving upgraded config
  3. 19775: Telegraf plugin updates (remove RAS for now)
  4. 19776: TimeMachine: change derivative to 1s
  5. 19789: Launcher: Switch to AuthorizationService from authorization package
  6. 19780: Upgrade: proper default 2.x config filename
  7. 19781: Upgrade: fixing typos and grammar errors

v2.0.0-rc.1 [2020-10-14]

Features

  1. 19641: Added influx upgrade command for upgrading from 1.x to 2.0
  2. 19746: Added Intel RDT and RAS Daemon telegraf plugins
  3. 19731: Upgraded Flux to v0.89.0

Bug Fixes

  1. 19708: Scrapers not working in RC0
  2. 19732: Update default value of list tasks influx CLI command to 100
  3. 19710: InfluxDB Templates: allow same duration unit identifiers that the tasks api allows
  4. 19700: InfluxDB Templates: preserve cell colors on export/import
  5. 19695: Influx CLI fix an issue where a single telegraf config was not being returned
  6. 19593: Don't allow short passwords in influx setup

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

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
  14. 19660: Add --rate-limit option to influx write.
  15. 19740: Add --force option to influx stack rm to skip confirmation

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

v2.0.0-beta.16 [2020-08-07]

Breaking

  1. 19066: Drop deprecated /packages route tree
  2. 19116: Support more types for template envRef default value and require explicit default values
  3. 19104: Remove orgs/labels nested routes from the API.
  4. 19653: Remove PointBatcher from tsdb package API

Features

  1. 19075: Add resource links to a stack's resources from public HTTP API list/read calls
  2. 19103: Enhance resource creation experience when limits are reached
  3. 19223: Add dashboards command to influx CLI
  4. 19225: Allow user onboarding to optionally set passwords
  5. 18841: Limit query response sizes for queries built in QueryBuilder by requiring an aggregate window
  6. 19135: Add telegram notification.

Bug Fixes

  1. 19043: Enforce all influx CLI flag args are valid
  2. 19188: Dashboard cells correctly map results when multiple queries exist
  3. 19146: Dashboard cells and overlay use UTC as query time when toggling to UTC timezone
  4. 19222: Bucket names may not include quotation marks
  5. 19317: Add validation to Variable name creation for valid Flux identifiers.

UI Improvements

  1. 19231: Alerts page filter inputs now have tab indices for keyboard navigation
  2. 19364: Errors in OSS are now properly printed to the console

v2.0.0-beta.15 [2020-07-23]

Breaking

  1. 19004: Removed the migrate command from the influxd binary.
  2. 18921: Restricted UI variable names to not clash with Flux reserved words

Features

  1. 18888: Add event source to influx stack operations
  2. 18910: Add uninstall functionality for stacks
  3. 18912: Drop deprecated influx pkg command tree
  4. 18997: Add telegraf management commands to influx CLI
  5. 19030: Enable dynamic destination for the influx CLI configs file
  6. 19029: Navigating away from a dashboard cancels all pending queries
  7. 19003: Upgrade to Flux v0.74.0
  8. 19040: Drop the REPL command from influx CLI
  9. 19032: Redesign asset & rate limit alerts

Bug Fixes

  1. 18891: Allow 0 to be the custom set minimum value for Y Domain
  2. 18969: Single Stat cells should render properly in Safari again
  3. 18974: Limit variable querying when submitting queries to used variables
  4. 19039: Fix an issue where switching orgs was not redirecting correctly
  5. 18989: Stopped fetching tags in the advanced builder
  6. 19044: Graph customization: X and Y axis properly accept values

v2.0.0-beta.14 [2020-07-08]

Features

  1. 18758: Extend influx stacks update cmd with ability to add resources without apply template
  2. 18793: Normalize InfluxDB templates under new /api/v2/templates and /api/v2/stacks public API
  3. 18818: Extend template Summary and Diff nested types with kind identifiers
  4. 18857: Flux updated to v0.71.1
  5. 18805: Added static builds for Linux

Bug Fixes

  1. 18878: Don't overwrite build date set via ldflags
  2. 18842: Fixed an issue where define query was unusable after importing a Check
  3. 18845: Update documentation links

v2.0.0-beta.13 [2020-06-25]

Features

  1. 18387: Integrate query cancellation after queries have been submitted
  2. 18515: Extend templates with the source file|url|reader.
  3. 18539: Collect stats on installed influxdata community template usage.
  4. 18541: Pkger allow raw github.com host URLs for yaml|json|jsonnet URLs
  5. 18546: Influx allow for files to be remotes for all template commands
  6. 18560: Extend stacks API with update capability
  7. 18568: Add support for config files to influxd and any cli.NewCommand use case
  8. 18573: Extend influx stacks cmd with new influx stacks update cmd
  9. 18595: Add ability to skip resources in a template by kind or by metadata.name
  10. 18600: Extend influx apply with resource filter capabilities
  11. 18601: Provide active config running influx config without args
  12. 18606: Enable influxd binary to look for a config file on startup
  13. 18647: Add support for env ref default values to the template parser
  14. 18655: Add support for platform variable selected field to templates

Bug Fixes

  1. 18602: Fix uint overflow during setup on 32bit systems
  2. 18623: Drop support for --local flag within influx CLI
  3. 18632: Prevents undefined queries in cells from erroring out in dashboards
  4. 18649: Fixes bucket selection issue and query builder state
  5. 18658: Add support for 'd' day and 'w' week time identifiers in the CLI for bucket and setup commands
  6. 18581: Cache dashboard cell query results to use as a reference for cell configurations
  7. 18707: Validate host-url for influx config create/set commands
  8. 18713: Fix influx CLI flags to accurately depict flags for all commands

v2.0.0-beta.12 [2020-06-12]

Features

  1. 18279: Make all pkg applications stateful via stacks
  2. 18322: Add ability to export a stack's existing (as they are in the platform) resource state as a pkg
  3. 18334: Update influx pkg commands with improved usage and examples in long form.
  4. 18344: Extend influx CLI with version and User-Agent.
  5. 18355: Integrate RedirectTo functionality so CLOUD users now get navigated back to the originally linked page after login
  6. 18392: Consolidate pkg influx commands under templates. This removes some nesting of the CLI commands as part of that.
  7. 18400: Dashboards maintain sort order after navigating away
  8. 18480: Allows tasks to open in new tabs
  9. 18553: Update usage and soften comparisons for kind matching on 'influx export --resourceType' cmd

Bug Fixes

  1. 18331: Support organization name in addition to ID in DBRP operations
  2. 18335: Disable failing when providing an unexpected error to influx CLI
  3. 18345: Have influx delete cmd respect the config
  4. 18385: Store initialization for pkger enforced on reads
  5. 18434: Backfill missing fillColumns field for histograms in pkger
  6. 18471: Notifies the user how to escape presentation mode when the feature is toggled

UI Improvements

  1. 18319: Display bucket ID in bucket list and enable 1 click copying
  2. 18361: Tokens list is now consistent with the other resource lists
  3. 18346: Reduce the number of variables being hydrated when toggling variables
  4. 18447: Redesign dashboard cell loading indicator to be more obvious
  5. 18593: Add copyable User and Organization Ids to About page

v2.0.0-beta.11 [2020-05-26]

Features

  1. 18011: Integrate UTC dropdown when making custom time range query
  2. 18040: Allow for min OR max y-axis visualization settings rather than min AND max
  3. 17764: Add CSV to line protocol conversion library
  4. 18059: Make the dropdown width adjustable
  5. 18173: Add version to /health response

Bug Fixes

  1. 18066: Fixed bug that wasn't persisting timeFormat for Graph + Single Stat selections
  2. 17959: Authorizer now exposes full permission set
  3. 18071: Fixed issue that was causing variable selections to hydrate all variable values
  4. 18016: Remove the fancy scrollbars
  5. 18171: Check status now displaying warning if loading a large amount

v2.0.0-beta.10 [2020-05-07]

Features

  1. 17934: Add ability to delete a stack and all the resources associated with it
  2. 17941: Enforce DNS name compliance on all pkger resources' metadata.name field
  3. 17989: Add stateful pkg management with stacks
  4. 18007: Add remove and list pkger stack commands to influx CLI
  5. 18017: Fixup display message for interactive influx setup cmd

Bug Fixes

  1. 17906: Ensure UpdateUser cleans up the index when updating names
  2. 17933: Ensure Checks can be set for zero values

UI Improvements

  1. 17860: Allow bucket creation from the Data Explorer and Cell Editor

v2.0.0-beta.9 [2020-04-23]

Features

  1. 17851: Add feature flag package capability and flags endpoint

Bug Fixes

  1. 17618: Add index for URM by user ID to improve lookup performance
  2. 17751: Existing session expiration time is respected on session renewal
  3. 17817: Make CLI respect env vars and flags in addition to the configs and extend support for config orgs to all commands

UI Improvements

  1. 17714: Cloud environments no longer render markdown images, for security reasons.
  2. 17321: Improve UI for sorting resources
  3. 17740: Add single-color color schemes for visualizations
  4. 17849: Move Organization navigation items to user menu.

v2.0.0-beta.8 [2020-04-10]

Features

  1. 17490: influx config -, to switch back to previous activated configuration
  2. 17581: Introduce new navigation menu
  3. 17595: Add -f (--file) option to influx query and influx task commands
  4. 17498: Added support for command line options to limit memory for queries

Bug Fixes

  1. 17257: Fix retention policy after bucket is migrated
  2. 17612: Fix card size and layout jank in dashboards index view
  3. 17651: Fix check graph font and lines defaulting to black causing graph to be unreadable
  4. 17660: Fix text wrapping display issue and popover sizing bug when adding labels to a resource
  5. 17670: Respect the now-time of the compiled query if it's provided
  6. 17692: Update giraffe to fix spacing between ticks
  7. 17694: Fixed typos in the Flux functions list
  8. 17701: Allow mouse cursor inside Script Editor for Safari
  9. 17609: Fixed an issue where Variables could not use other Variables
  10. 17754: Adds error messaging for Cells in Dashboard View

UI Improvements

  1. 17583: Update layout of Alerts page to work on all screen sizes
  2. 17657: Sort dashboards on Getting Started page by recently modified

v2.0.0-beta.7 [2020-03-27]

Features

  1. 17232: Allow dashboards to optionally be displayed in light mode
  2. 17273: Add shell completions command for the influx cli
  3. 17353: Make all pkg resources unique by metadata.name field
  4. 17363: Telegraf config tokens can no longer be retrieved after creation, but new tokens can be created after a telegraf has been setup
  5. 17400: Be able to delete bucket by name via cli
  6. 17396: Add module to write line data to specified url, org, and bucket
  7. 17398: Extend influx cli write command with ability to process CSV data
  8. 17448: Add foundation for pkger stacks, stateful package management
  9. 17462: Flag to disable scheduling of tasks
  10. 17470: Add ability to output cli output as json and hide table headers
  11. 17472: Add an easy way to switch config via cli

Bug Fixes

  1. 17240: NodeJS logo displays properly in Firefox
  2. 17363: Fixed telegraf configuration bugs where system buckets were appearing in the buckets dropdown
  3. 17391: Fixed threshold check bug where checks could not be created when a field had a space in the name
  4. 17384: Reuse slices built by iterator to reduce allocations
  5. 17404: Updated duplicate check error message to be more explicit and actionable
  6. 17515: Editing a table cell shows the proper values and respects changes
  7. 17521: Table view scrolling should be slightly smoother
  8. 17601: URL table values on single columns are being correctly parsed
  9. 17552: Fixed a regression bug that insert aggregate functions where the cursor is rather than a new line

UI Improvements

  1. 17291: Redesign OSS Login page
  2. 17297: Display graphic when a dashboard has no cells

v2.0.0-beta.6 [2020-03-12]

Features

  1. 17085: Clicking on bucket name takes user to Data Explorer with bucket selected
  2. 17095: Extend pkger dashboards with table view support
  3. 17114: Allow for retention to be provided to influx setup command as a duration
  4. 17138: Extend pkger export all capabilities to support filtering by lable name and resource type
  5. 17049: Added new login and sign-up screen that for cloud users that allows direct login from their region
  6. 17170: Added new cli multiple profiles management tool
  7. 17145: Update kv.Store to define schema changes via new kv.Migrator types

Bug Fixes

  1. 17039: Fixed issue where tasks are exported for notification rules
  2. 17042: Fixed issue where tasks are not exported when exporting by org id
  3. 17070: Fixed issue where tasks with imports in query break in pkger
  4. 17028: Fixed issue where selecting an aggregate function in the script editor was not adding the function to a new line
  5. 17072: Fixed issue where creating a variable of type map was piping the incorrect value when map variables were used in queries
  6. 17050: Added missing user names to auth CLI commands
  7. 17113: Disabled group functionality for check query builder
  8. 17120: Fixed cell configuration error that was popping up when users create a dashboard and accessed the disk usage cell for the first time
  9. 17097: Listing all the default variables in the VariableTab of the script editor
  10. 17049: Fixed bug that was preventing the interval status on the dashboard header from refreshing on selections
  11. 17161: Update table custom decimal feature for tables to update table onFocus
  12. 17168: Fixed UI bug that was setting Telegraf config buttons off-center and was resizing config selections when filtering through the data
  13. 17208: Fixed UI bug that was setting causing dashboard cells to error when the a v.bucket was being used and was being configured for the first time
  14. 17214: Fix appearance of client library logos in Safari
  15. 17202: Fixed UI bug that was preventing checks created with the query builder from updating. Also fixed a bug that was preventing dashboard cell queries from working properly when creating group queries using the query builder

v2.0.0-beta.5 [2020-02-27]

Features

  1. 16991: Update Flux functions list for v0.61
  2. 16574: Add secure flag to session cookie

Bug Fixes

  1. 16919: Sort dashboards on homepage alphabetically
  2. 16934: Tokens page now sorts by status
  3. 16931: Set the default value of tags in a Check
  4. 16935: Fix sort by variable type
  5. 16973: Calculate correct stacked line cumulative when lines are different lengths
  6. 17010: Fixed scrollbar issue where resource cards would overflow the parent container rather than be hidden and scrollable
  7. 16992: Query Builder now groups on column values, not tag values
  8. 17013: Scatterplots can once again render the tooltip correctly
  9. 17027: Drop pkger gauge chart requirement for color threshold type
  10. 17040: Fixed bug that was preventing the interval status on the dashboard header from refreshing on selections
  11. 16961: Remove cli confirmation of secret, add an optional parameter of secret value

v2.0.0-beta.4 [2020-02-14]

Features

  1. 16855: Added labels to buckets in UI
  2. 16842: Connect monaco editor to Flux LSP server
  3. 16856: Update Flux to v0.59.6

Bug Fixes

  1. 16852: Revert for bad indexing of UserResourceMappings and Authorizations
  2. 15911: Gauge no longer allowed to become too small
  3. 16878: Fix issue with INFLUX_TOKEN env vars being overridden by default token

v2.0.0-beta.3 [2020-02-11]

Features

  1. 16765: Extend influx cli pkg command with ability to take multiple files and directories
  2. 16767: Extend influx cli pkg command with ability to take multiple urls, files, directories, and stdin at the same time
  3. 16786: influx cli can manage secrets.

Bug Fixes

  1. 16733: Fix notification rule renaming panics from UI
  2. 16769: Fix the tooltip for stacked line graphs
  3. 16825: Fixed false success notification for read-only users creating dashboards
  4. 16822: Fix issue with pkger/http stack crashing on dupe content type

v2.0.0-beta.2 [2020-01-24]

Features

  1. 16711: Query Builder supports group() function (change the dropdown from filter to group)
  2. 16523: Change influx packages to be CRD compliant
  3. 16547: Allow trailing newline in credentials file and CLI integration
  4. 16545: Add support for prefixed cursor search to ForwardCursor types
  5. 16504: Add backup and restore
  6. 16522: Introduce resource logger to tasks, buckets and organizations

Bug Fixes

  1. 16656: Check engine closed before collecting index metrics
  2. 16412: Reject writes which use any of the reserved tag keys
  3. 16715: Fixed dashboard mapping for getDashboards to map correct prop
  4. 16716: Improve the lacking error responses for unmarshal errors in org service

Bug Fixes

  1. 16527: fix /telegrafs panics when using org=org_name parameter

UI Improvements

  1. 16575: Swap billingURL with checkoutURL
  2. 16203: Move cloud navigation to top of page instead of within left side navigation
  3. 16536: Adjust aggregate window periods to be more "reasonable". Use duration input with validation.

v2.0.0-beta.1 [2020-01-08]

Features

  1. 16234: Add support for notification endpoints to influx templates/pkgs.
  2. 16242: Drop id prefix for secret key requirement for notification endpoints
  3. 16259: Add support for check resource to pkger parser
  4. 16262: Add support for check resource pkger dry run functionality
  5. 16275: Add support for check resource pkger apply functionality
  6. 16283: Add support for check resource pkger export functionality
  7. 16212: Add new kv.ForwardCursor interface
  8. 16297: Add support for notification rule to pkger parser
  9. 16298: Add support for notification rule pkger dry run functionality
  10. 16305: Add support for notification rule pkger apply functionality
  11. 16312: Add support for notification rule pkger export functionality
  12. 16320: Add support for tasks to pkger parser
  13. 16322: Add support for tasks to pkger dry run functionality
  14. 16323: Add support for tasks to pkger apply functionality
  15. 16324: Add support for tasks to pkger export functionality
  16. 16226: Add group() to Query Builder
  17. 16338: Add last run status to check and notification rules
  18. 16340: Add last run status to tasks
  19. 16341: Extend pkger apply functionality with ability to provide secrets outside of pkg
  20. 16345: Add hide headers flag to influx cli task find cmd
  21. 16336: Manual Overrides for Readiness Endpoint
  22. 16347: Drop legacy inmem service implementation in favor of kv service with inmem dependency
  23. 16348: Drop legacy bolt service implementation in favor of kv service with bolt dependency
  24. 16014: While creating check, also display notification rules that would match check based on tag rules
  25. 16389: Increase default bucket retention period to 30 days
  26. 16430: Added toggle to table thresholds to allow users to choose between setting threshold colors to text or background
  27. 16418: Add Developer Documentation
  28. 16260: Capture User-Agent header as query source for logging purposes
  29. 16469: Add support for configurable max batch size in points write handler
  30. 16509: Add support for applying an influx package via a public facing URL
  31. 16511: Add jsonnet support for influx packages
  32. 14782: Add view page for Check
  33. 16537: Add update password for CLI

Bug Fixes

  1. 16225: Ensures env vars are applied consistently across cmd, and fixes issue where INFLUX_ env var prefix was not set globally.
  2. 16235: Removed default frontend sorting when flux queries specify sorting
  3. 16238: Store canceled task runs in the correct bucket
  4. 16237: Updated Sortby functionality for table frontend sorts to sort numbers correctly
  5. 16249: Prevent potential infinite loop when finding tasks by organization.
  6. 16255: Retain user input when parsing invalid JSON during import
  7. 16268: Fixed test flakiness that stemmed from multiple flush/signins being called in the same test suite
  8. 16346: Update pkger task export to only trim out option task and not all vars provided
  9. 16374: Update influx CLI, only show "see help" message, instead of the whole usage.
  10. 16380: Fix notification tag matching rules and enable tests to verify
  11. 16376: Extend the y-axis when stacked graph is selected
  12. 16404: Fixed query reset bug that was resetting query in script editor whenever dates were changed
  13. 16430: Fixed table threshold bug that was defaulting set colors to the background.
  14. 16435: Time labels are no longer squished to the left
  15. 16427: Fixed underlying issue with disappearing queries made in Advanced Mode
  16. 16439: Prevent negative zero and allow zero to have decimal places
  17. 16376: Limit data loader bucket selection to non system buckets
  18. 16458: Fix EOF error when manually running tasks from the Task Page.
  19. 16491: Add missing env vals to influx cli usage and fixes precedence of flag/env var priority

UI Improvements

  1. 16444: Add honeybadger reporting to create checks

v2.0.0-alpha.21 [2019-12-13]

Features

  1. 15836: Add stacked line layer option to graphs
  2. 16094: Annotate log messages with trace ID, if available
  3. 16187: Bucket create to accept an org name flag
  4. 16158: Add trace ID response header to query endpoint

Bug Fixes

  1. 15655: Allow table columns to be draggable in table settings
  2. 15757: Light up the home page icon when active
  3. 15797: Make numeric inputs first class citizens
  4. 15853: Prompt users to make a dashboard when dashboards are empty
  5. 15884: Remove name editing from query definition during threshold check creation
  6. 15975: Wait until user stops dragging and releases marker before zooming in after threshold changes
  7. 16057: Adds properties to each cell on GET /dashboards/{dashboardID}
  8. 16101: Gracefully handle invalid user-supplied JSON
  9. 16105: Fix crash when loading queries built using Query Builder
  10. 16112: Create cell view properties on dashboard creation
  11. 16144: Scrollbars are dapper and proper
  12. 16172: Fixed table ui threshold colorization issue where setting thresholds would not change table UI
  13. 16194: Fixed windowPeriod issue that stemmed from webpack rules
  14. 16175: Added delete functionality to note cells so that they can be deleted
  15. 16204: Fix failure to create labels when creating telegraf configs
  16. 16207: Fix crash when editing a Telegraf config
  17. 16201: Updated start/endtime functionality so that custom script timeranges overwrite dropdown selections
  18. 16217: Fix 12-hour time format to use consistent formatting and number of time ticks

UI Improvements

v2.0.0-alpha.20 [2019-11-20]

Features

  1. 15805: Add tls insecure skip verify to influx CLI.
  2. 15981: Extend influx cli user create to allow for organization ID and user passwords to be set on user.
  3. 15983: Autopopulate organization ids in the code samples
  4. 15749: Expose bundle analysis tools for frontend resources
  5. 15674: Allow users to view just the output section of a telegraf config
  6. 15923: Allow the users to see string data in the single stat graph type

Bug Fixes

  1. 15777: Fix long startup when running 'influx help'
  2. 15713: Mock missing Flux dependencies when creating tasks
  3. 15731: Ensure array cursor iterator stats accumulate all cursor stats
  4. 15866: Do not show Members section in Cloud environments
  5. 15801: Change how cloud mode is enabled
  6. 15820: Merge frontend development environments
  7. 15944: Refactor table state logic on the frontend
  8. 15920: Arrows in tables now show data in ascending and descening order
  9. 15728: Sort by retention rules now sorts by seconds
  10. 15628: Horizontal scrollbar no longer covering data

UI Improvements

  1. 15809: Redesign cards and animations on getting started page
  2. 15787: Allow the users to filter with labels in telegraph input search

v2.0.0-alpha.19 [2019-10-30]

Features

  1. 15313: Add shortcut for toggling comments in script editor
  2. 15650: Expose last run status and last run error in task API

UI Improvements

  1. 15503: Redesign page headers to be more space efficient
  2. 15426: Add 403 handler that redirects back to the sign-in page on oats-generated routes.
  3. 15710: Add button to nginx and redis configuration sections to make interaction more clear

Bug Fixes

  1. 15295: Ensures users are created with an active status
  2. 15306: Added missing string values for CacheStatus type
  3. 15348: Disable saving for threshold check if no threshold selected
  4. 15354: Query variable selector shows variable keys, not values
  5. 15246: UI/Telegraf filter functionality shows results based on input name
  6. 13940: Create Label Overlay UI will disable the submit button and return a UI error if the name field is empty
  7. 15452: Log error as info message on unauthorized API call attempts
  8. 15504: Ensure members&owners eps 404 when /org resource does not exist
  9. 15510: UI/Telegraf sort functionality fixed
  10. 15549: UI/Task edit functionality fixed
  11. 15559: Exiting a configuration of a dashboard cell now properly renders the cell content
  12. 15556: Creating a check now displays on the checklist
  13. 15592: Changed task runs success status code from 200 to 201 to match Swagger documentation.
  14. 15634: TextAreas have the correct height
  15. 15647: Ensures labels are unique by organization in the kv store
  16. 15695: Ensures variable names are unique by organization

v2.0.0-alpha.18 [2019-09-26]

Features

  1. 15151: Add jsonweb package for future JWT support
  2. 15168: Added the JMeter Template dashboard
  3. 15152: Add JWT support to http auth middleware

UI Improvements

  1. 15211: Display dashboards index as a grid
  2. 15099: Add viewport scaling to html meta for responsive mobile scaling
  3. 15056: Remove rename and delete functionality from system buckets
  4. 15056: Prevent new buckets from being named with the reserved "_" prefix
  5. 15056: Prevent user from selecting system buckets when creating Scrapers, Telegraf configurations, read/write tokens, and when saving as a task
  6. 15056: Limit values from draggable threshold handles to 2 decimal places
  7. 15040: Redesign check builder UI to fill the screen and make more room for composing message templates
  8. 14990: Move Tokens tab from Settings to Load Data page
  9. 14990: Expose all Settings tabs in navigation menu
  10. 15289: Added Stream and table functions to query builder

Bug Fixes

  1. 14931: Remove scrollbars blocking onboarding UI step.

v2.0.0-alpha.17 [2019-08-14]

Features

  1. 14809: Add task middleware's for checks and notifications
  2. 14495: optional gzip compression of the query CSV response.
  3. 14567: Add task types.
  4. 14604: When getting task runs from the API, runs will be returned in order of most recently scheduled first.
  5. 14631: Added Github and Apache templates
  6. 14631: Updated name of Local Metrics template
  7. 14631: Dashboards for all Telegraf config bundles now created
  8. 14694: Add ability to find tasks by name.
  9. 14901: Add ability to Peek() on reads package StreamReader types.

UI Improvements

  1. 14917: Make first steps in Monitoring & Alerting more obvious
  2. 14889: Make adding data to buckets more discoverable
  3. 14709: Move Buckets, Telgrafs, and Scrapers pages into a tab called "Load Data" for ease of discovery
  4. 14846: Standardize formatting of "updated at" timestamp in all resource cards
  5. 14887: Move no buckets warning in telegraf tab above the search box

Bug Fixes

  1. 14480: Fix authentication when updating a task with invalid org or bucket.
  2. 14497: Update the documentation link for Telegraf.
  3. 14492: Fix to surface errors properly as task notifications on create.
  4. 14569: Fix limiting of get runs for task.
  5. 14779: Refactor tasks coordinator.
  6. 14846: Ensure onboarding "advanced" button goes to correct location

v2.0.0-alpha.16 [2019-07-25]

Bug Fixes

  1. 14385: Add link to Documentation text in line protocol upload overlay
  2. 14344: Fix issue in Authorization API, can't create auth for another user.
  3. 14352: Fix Influx CLI ignored user flag for auth creation.
  4. 14379: Fix the map example in the documentation
  5. 14423: Ignore null/empty Flux rows which prevents a single stat/gauge crash.
  6. 14434: Fixes an issue where clicking on a dashboard name caused an incorrect redirect.
  7. 14441: Upgrade templates lib to 0.5.0
  8. 14453: Upgrade giraffe lib to 0.16.1
  9. 14412: Fix incorrect notification type for manually running a Task
  10. 14356: Fix an issue where canceled tasks did not resume.

v2.0.0-alpha.15 [2019-07-11]

Features

  1. 14256: Add time zone support to UI
  2. 14243: Addded new storage inspection tool to verify tsm files
  3. 14353: Require a token to be supplied for all task creation

Bug Fixes

  1. 14287: Fix incorrect reporting of task as successful when error occurs during result iteration
  2. 14412: Fix incorrect notification type for manually running a Task

Known Issues

  1. influxdata/flux#1492: Null support in Flux was introduced in Alhpa 14. Several null issues were fixed in this release, but one known issue remains - Users may hit a panic if the first record processed by a map function has a null value.

v2.0.0-alpha.14 [2019-06-28]

Features

  1. 14221: Add influxd inspect verify-wal tool
  2. 14218: Move to Flux .34.2 - which includes new string functions and initial multi-datasource support with Sql.from()
  3. 14164: Only click save once to save cell
  4. 14188: Enable selecting more columns for line visualizations

UI Improvements

  1. 14194: Draw gauges correctly on HiDPI displays
  2. 14194: Clamp gauge position to gauge domain
  3. 14168: Improve display of error messages
  4. 14157: Remove rendering bottleneck when streaming Flux responses
  5. 14165: Prevent variable dropdown from clipping

v2.0.0-alpha.13 [2019-06-13]

Features

  1. 14130: Add static templates for system, docker, redis, kubernetes
  2. 14189: Add option to select a token when creating a task
  3. 14200: Add the ability to update a token when updating a task

v2.0.0-alpha.12 [2019-06-13]

Features

  1. 14059: Enable formatting line graph y ticks with binary prefix
  2. 14052: Add x and y column pickers to graph types
  3. 14128: Add option to shade area below line graphs

Bug Fixes

  1. 14085: Fix performance regression in graph tooltips

UI Improvements

v2.0.0-alpha.11 [2019-05-31]

  1. 14031: Correctly check if columnKeys include xColumn in heatmap

v2.0.0-alpha.10 [2019-05-30]

Features

  1. 13945: Add heatmap visualization type
  2. 13961: Add scatter graph visualization type
  3. 13850: Add description field to Tasks
  4. 13924: Add CLI arguments for configuring session length and renewal
  5. 13961: Add smooth interpolation option to line graphs

Bug Fixes

  1. 13753: Removed hardcoded bucket for Getting Started with Flux dashboard
  2. 13783: Ensure map type variables allow for selecting values
  3. 13800: Generate more idiomatic Flux in query builder
  4. 13797: Expand tab key presses to 2 spaces in the Flux editor
  5. 13823: Prevent dragging of Variable Dropdowns when dragging a scrollbar inside the dropdown
  6. 13853: Improve single stat computation
  7. 13945: Fix crash when opening histogram settings with no data

UI Improvements

  1. #13835: Render checkboxes in query builder tag selection lists
  2. #13856: Fix jumbled card text in Telegraf configuration wizard
  3. #13888: Change scrapers in scrapers list to be resource cards
  4. #13925: Export and download resource with formatted resource name with no spaces

v2.0.0-alpha.9 [2019-05-01]

NOTE: This will remove all tasks from your InfluxDB v2.0 instance.

Features

  1. 13423: Set autorefresh of dashboard to pause if absolute time range is selected
  2. 13473: Switch task back end to a more modular and flexible system
  3. 13493: Add org profile tab with ability to edit organization name
  4. 13510: Add org name to dahboard page title
  5. 13520: Add cautioning to bucket renaming
  6. 13560: Add option to generate all access token in tokens tab
  7. 13601: Add option to generate read/write token in tokens tab
  8. 13715: Added a new Local Metrics Dashboard template that is created during Quick Start

Bug Fixes

  1. 13584: Fixed scroll clipping found in label editing flow
  2. 13585: Prevent overlapping text and dot in time range dropdown
  3. 13602: Updated link in notes cell to a more useful site
  4. 13618: Show error message when adding line protocol
  5. 13657: Update UI Flux function documentation
  6. 13718: Updated System template to support math with floats
  7. 13732: Fixed the window function documentation
  8. 13738: Fixed typo in the range Flux function example
  9. 13742: Updated the systemTime function to use system.time

UI Improvements

  1. 13424: Add general polish and empty states to Create Dashboard from Template overlay

v2.0.0-alpha.8 [2019-04-12]

Features

  1. 13024: Add the ability to edit token's description
  2. 13078: Add the option to create a Dashboard from a Template.
  3. 13161: Add the ability to add labels on variables
  4. 13171: Add switch organizations dropdown to home navigation menu item.
  5. 13173: Add create org to side nav
  6. 13345: Added a new Getting Started with Flux Template

Bug Fixes

  1. 13284: Update shift to timeShift in the flux functions side bar

UI Improvements

  1. 13287: Update cursor to grab when hovering draggable areas
  2. 13311: Sync note editor text and preview scrolling
  3. 13249: Add the ability to create a bucket when creating an organization

v2.0.0-alpha.7 [2019-03-28]

Features

  1. 12663: Insert flux function near cursor in flux editor
  2. 12678: Enable the use of variables in the Data Explorer and Cell Editor Overlay
  3. 12655: Add a variable control bar to dashboards to select values for variables.
  4. 12706: Add ability to add variable to script from the side menu.
  5. 12791: Use time range for metaqueries in Data Explorer and Cell Editor Overlay
  6. 12827: Fix screen tearing bug in Raw Data View
  7. 12843: Add copy to clipboard button to export overlays
  8. 12826: Enable copying error messages to the clipboard from dashboard cells
  9. 12876: Add the ability to update token's status in Token list
  10. 12821: Allow variables to be re-ordered within control bar on a dashboard.
  11. 12888: Add the ability to delete a template
  12. 12901: Save user preference for variable control bar visibility and default to visible
  13. 12910: Add the ability to clone a template
  14. 12958: Add the ability to import a variable

Bug Fixes

  1. 12684: Fix mismatch in bucket row and header
  2. 12703: Allows user to edit note on cell
  3. 12764: Fix empty state styles in scrapers in org view
  4. 12790: Fix bucket creation error when changing rentention rules types.
  5. 12793: Fix task creation error when switching schedule types.
  6. 12805: Fix hidden horizonal scrollbars in flux raw data view
  7. 12827: Fix screen tearing bug in Raw Data View
  8. 12961: Fix scroll clipping in graph legends & dropdown menus
  9. 12959: Fix routing loop

UI Improvements

  1. 12782: Move bucket selection in the query builder to the first card in the list
  2. 12850: Ensure editor is automatically focused in note editor
  3. 12915: Add ability to edit a template's name.

v2.0.0-alpha.6 [2019-03-15]

Release Notes

We have updated the way we do predefined dashboards to include Templates in this release which will cause existing Organizations to not have a System dashboard created when they build a new Telegraf configuration. In order to get this functionality, remove your existing data and start from scratch.

NOTE: This will remove all data from your InfluxDB v2.0 instance including timeseries data.

On most linux systems including macOS:

$ rm -r ~/.influxdbv2

Once completed, v2.0.0-alpha.6 can be started.

Features

  1. 12496: Add ability to import a dashboard
  2. 12524: Add ability to import a dashboard from org view
  3. 12531: Add ability to export a dashboard and a task
  4. 12615: Add run subcommand to influxd binary. This is also the default when no subcommand is specified.
  5. 12523: Add ability to save a query as a variable from the Data Explorer.
  6. 12532: Add System template on onboarding

Bug Fixes

  1. 12641: Stop scrollbars from covering text in flux editor

UI Improvements

  1. 12610: Fine tune keyboard interactions for managing labels from a resource card

v2.0.0-alpha.5 [2019-03-08]

Release Notes

This release includes a breaking change to the format that TSM and index data are stored on disk. Any existing local data will not be queryable once InfluxDB is upgraded to this release. Prior to installing this release we recommend all storage-engine data is removed from your local InfluxDB 2.x installation; this can be achieved without losing any of your other InfluxDB 2.x data (settings etc). To remove only local storage data, run the following in a terminal.

On most linux systems:

# Replace <username> with your actual username.

$ rm -r /home/<username>/.influxdbv2/engine

On macOS:

# Replace <username> with your actual username.

$ rm -r /Users/<username>/.influxdbv2/engine

Once completed, v2.0.0-alpha.5 can be started.

Features

  1. 12096: Add labels to cloned tasks
  2. 12111: Add ability to filter resources by clicking a label
  3. 12401: Add ability to add a member to org
  4. 12391: Improve representation of TSM tagsets on disk
  5. 12437: Add ability to remove a member from org

Bug Fixes

  1. 12302: Prevent clipping of code snippets in Firefox
  2. 12379: Prevent clipping of cell edit menus in dashboards

UI Improvements

  1. 12302: Make code snippet copy functionality easier to use
  2. 12304: Always show live preview in Note Cell editor
  3. 12317: Redesign Create Scraper workflow
  4. 12317: Show warning in Telegrafs and Scrapers lists when user has no buckets
  5. 12384: Streamline label addition, removal, and creation from the dashboards list
  6. 12464: Improve label color selection

v2.0.0-alpha.4 [2019-02-21]

Features

  1. 11954: Add the ability to run a task manually from tasks page
  2. 11990: Add the ability to select a custom time range in explorer and dashboard
  3. 12009: Display the version information on the login page
  4. 12011: Add the ability to update a Variable's name and query.
  5. 12026: Add labels to cloned dashboard
  6. 12018: Add ability filter resources by label name
  7. 11973: Add ability to create or add labels to a resource from labels editor

Bug Fixes

  1. 11997: Update the bucket retention policy to update the time in seconds

UI Improvements

  1. 12016: Update the preview in the label overlays to be shorter
  2. 12012: Add notifications to scrapers page for created/deleted/updated scrapers
  3. 12023: Add notifications to buckets page for created/deleted/updated buckets
  4. 12072: Update the admin page to display error for password length

v2.0.0-alpha.3 [2019-02-15]

Features

  1. 11809: Add the ability to name a scraper target
  2. 11821: Display scraper name as the first and only updatable column in scrapers list
  3. 11804: Add the ability to view runs for a task
  4. 11824: Display last completed run for tasks list
  5. 11836: Add the ability to view the logs for a specific task run

Bug Fixes

  1. 11819: Update the inline edit for resource names to guard for empty strings
  2. 11852: Prevent a new template dashboard from being created on every telegraf config update
  3. 11848: Fix overlapping buttons in the telegrafs verify data step

UI Improvements

  1. 11764: Move the download telegraf config button to view config overlay
  2. 11879: Combine permissions for user by type
  3. 11938: Add ordering to UI list items

v2.0.0-alpha.2 [2019-02-07]

Features

  1. 11677: Add instructions button to view $INFLUX_TOKEN setup for telegraf configs
  2. 11693: Save the $INFLUX_TOKEN environmental variable in telegraf configs
  3. 11700: Update Tasks tab on Org page to look like Tasks Page
  4. 11740: Add view button to view the telegraf config toml
  5. 11522: Add plugin information step to allow for config naming and configure one plugin at a time
  6. 11758: Update Dashboards tab on Org page to look like Dashboards Page
  7. 11810: Add tab for template variables under organizations page

Bug Fixes

  1. 11678: Update the System Telegraf Plugin bundle to include the swap plugin
  2. 11722: Revert behavior allowing users to create authorizations on behalf of another user

UI Improvements

  1. 11683: Change the wording for the plugin config form button to Done
  2. 11689: Change the wording for the Collectors configure step button to Create and Verify
  3. 11697: Standardize page loading spinner styles
  4. 11711: Show checkbox on Save As button in data explorer
  5. 11705: Make collectors plugins side bar visible in only the configure step
  6. 11745: Swap retention policies on Create bucket page

v2.0.0-alpha.1 [2019-01-23]

Release Notes

This is the initial alpha release of InfluxDB 2.0.