InfluxDB v2.0.0-rc.4 Release Notes

Release Date: 2020-11-05 // over 3 years ago
  • v2.0.0-rc.4 [2020-11-05]

    ๐Ÿณ Docker

    quay.io/influxdb/influxdb:v2.0.0-rc.4

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ | Platform | Package | | --- | --- | | Mac OS X | influxdb-2.0.0-rc.4_darwin_amd64.tar.gz | | Mac OS X (CLI Only) | influxdb_client_2.0.0-rc.4.darwin_amd64.tar.gz | ๐Ÿง | Linux | influxdb-2.0.0-rc.4_linux_amd64.tar.gz | | Linux (CLI Only) | influxdb_client_2.0.0-rc.4_linux_amd64.tar.gz | | Debian amd64 | influxdb_2.0.0-rc.4_amd64.deb | | RedHat x86_64 | influxdb-2.0.0-rc.4.x86_64.rpm |

    ๐Ÿ”‹ Features

    โฌ†๏ธ 1. 19854: Use v1 authorization for users upgrade

    1. 19855: Enable window pushdowns โช 3. 19864: Implement backup/restore CLI subcommands
    2. 19865: Implementation of v1 authorization
    3. 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
    3. 19856: Make tagKeys and tagValues work for edge cases involving fields ๐Ÿ“œ 6. 19870: Correctly parse float as 64-bits
    4. 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
    5. 19894: Return empty iterator instead of null in tagValues ๐Ÿ“„ 12. 19899: Docs: flux 0.92 functions
    6. 19908: Fix /ready response content type