|
1 |
| -## v2.2.1 [2021-11-09] |
| 1 | +The Changelog has moved! |
2 | 2 |
|
3 |
| -### Bug Fixes |
| 3 | +You can find it at the following URL: |
4 | 4 |
|
5 |
| -1. [316](https://github.com/influxdata/influx-cli/pull/316): Return a better error message on unknown subcommands. Thanks @slai! |
6 |
| -1. [318](https://github.com/influxdata/influx-cli/pull/318): Fix accidental swap of userID and orgID in `org members remove` API calls. Thanks @geek981108! |
7 |
| - |
8 |
| -## v2.2.0 [2021-10-21] |
9 |
| - |
10 |
| -### Features |
11 |
| - |
12 |
| -1. [259](https://github.com/influxdata/influx-cli/pull/259): Add `-b` shorthand for `--bucket` to `delete` |
13 |
| -1. [285](https://github.com/influxdata/influx-cli/pull/285): Add short-hand `--all-access` and `--operator` options to `auth create`. |
14 |
| -1. [307](https://github.com/influxdata/influx-cli/pull/307): Handle pagination in `bucket list` to support displaying more than 20 buckets. |
15 |
| - |
16 |
| -### Bug Fixes |
17 |
| - |
18 |
| -1. [297](https://github.com/influxdata/influx-cli/pull/297): Detect and warn when `restore --full` changes the operator token. |
19 |
| -1. [302](https://github.com/influxdata/influx-cli/pull/302): Set newly-created config as active in `setup`. |
20 |
| -1. [305](https://github.com/influxdata/influx-cli/pull/305): Embed timezone data into Windows builds to avoid errors. |
21 |
| - |
22 |
| -## v2.1.1 [2021-09-22] |
23 |
| - |
24 |
| -### Go Version |
25 |
| - |
26 |
| -This release upgrades the project to `go` version 1.17. |
27 |
| - |
28 |
| -### Bug Fixes |
29 |
| - |
30 |
| -1. [221](https://github.com/influxdata/influx-cli/pull/221): Fix shell completion for top-level `influx` commands. |
31 |
| -1. [228](https://github.com/influxdata/influx-cli/pull/228): Make global `--http-debug` flag visible in help text. |
32 |
| -1. [232](https://github.com/influxdata/influx-cli/pull/232): Don't set empty strings for IDs in permission resources. |
33 |
| -1. [236](https://github.com/influxdata/influx-cli/pull/236): Detect and error out on incorrect positional args. |
34 |
| -1. [255](https://github.com/influxdata/influx-cli/pull/255): Respect value of `--host` flag when writing CLI configs in `setup`. |
35 |
| -1. [272](https://github.com/influxdata/influx-cli/pull/272): Reduce overuse of "token" in help text. |
36 |
| - |
37 |
| -## v2.1.0 [2021-07-29] |
38 |
| - |
39 |
| -### New Repository |
40 |
| - |
41 |
| -This is the initial release of the `influx` CLI from the [`influxdata/influx-cli`](https://github.com/influxdata/influx-cli/) |
42 |
| -GitHub repository. |
43 |
| - |
44 |
| -### Breaking Changes |
45 |
| - |
46 |
| -#### `influx write` skip-header parsing |
47 |
| - |
48 |
| -The `write` command no longer supports `--skipHeader` as short-hand for `--skipHeader 1`. This change was made to |
49 |
| -simplify our CLI parser. |
50 |
| - |
51 |
| -#### Stricter input validation for template-related commands |
52 |
| - |
53 |
| -The `apply`, `export`, and `stacks` commands now raise errors when CLI options fail to parse instead of silently |
54 |
| -discarding bad inputs. This change was made to help users debug when their commands fail to execute as expected. |
55 |
| - |
56 |
| -#### Server-side template summarization & validation |
57 |
| - |
58 |
| -The `template` and `template validate` commands now use an API request to the server to perform their logic, |
59 |
| -instead of performing the work on the client-side. Offline summarization & validation is no longer supported. |
60 |
| -This change was made to avoid significant code duplication between `influxdb` and `influx-cli`, and to allow server- |
61 |
| -side template logic to evolve without requiring coordinated CLI changes. |
62 |
| - |
63 |
| -#### `influx stacks --json` output conventions |
64 |
| - |
65 |
| -The output of `influx stacks --json` previously used an UpperCamelCase naming convention for most, but not all, keys. |
66 |
| -The command now uses lowerCamelCase consistently for all objects keys, matching the schema returned by the API. |
67 |
| - |
68 |
| -### Features |
69 |
| - |
70 |
| -1. [33](https://github.com/influxdata/influx-cli/pull/33): Add global `--http-debug` flag to help inspect communication with InfluxDB servers. |
71 |
| -1. [52](https://github.com/influxdata/influx-cli/pull/52): Add `bucket-schema` commands to manage explicit measurement schemas in InfluxDB Cloud. |
72 |
| -1. [52](https://github.com/influxdata/influx-cli/pull/52): Update `bucket create` to allow setting a schema type. |
73 |
| -1. [52](https://github.com/influxdata/influx-cli/pull/52): Update `bucket list` to display schema types. |
74 |
| -1. [116](https://github.com/influxdata/influx-cli/pull/116): Reimplement `backup` to support downloading embedded SQL store from InfluxDB v2.1.x. |
75 |
| -1. [116](https://github.com/influxdata/influx-cli/pull/116): Add `--compression` flag to `backup` to support enabling/disabling GZIP compression of downloaded files. |
76 |
| -1. [121](https://github.com/influxdata/influx-cli/pull/121): Reimplement `restore` to support uploading embedded SQL store from InfluxDB v2.1.x. |
77 |
| -1. [191](https://github.com/influxdata/influx-cli/pull/191): Add `--password` flag to `user password` command to allow bypassing interactive prompt. |
78 |
| -1. [208](https://github.com/influxdata/influx-cli/pull/208): Bind `--skip-verify` flag to `INFLUX_SKIP_VERIFY` environment variable. |
79 |
| - |
80 |
| - |
81 |
| -### Bug Fixes |
82 |
| - |
83 |
| -1. [35](https://github.com/influxdata/influx-cli/pull/35): Fix interactive password collection & color rendering in PowerShell. |
84 |
| -1. [97](https://github.com/influxdata/influx-cli/pull/97): `org members list` no longer hangs on organizations with more than 10 members. |
85 |
| -1. [109](https://github.com/influxdata/influx-cli/pull/109): Detect & warn when inputs to `write` contain standalone CR characters. |
86 |
| -1. [122](https://github.com/influxdata/influx-cli/pull/122): `dashboards` command now accepts `--org` flag, or falls back to default org in config. |
87 |
| -1. [140](https://github.com/influxdata/influx-cli/pull/140): Return a consistent error when responses fail to decode, with hints for OSS- our Cloud-only commands. |
| 5 | +https://dl.influxdata.com/platform/nightlies/master/CHANGELOG-CLI.md |
0 commit comments