From 2957d6613d0eaf933c6c7a16440f6bb6b3c61e58 Mon Sep 17 00:00:00 2001 From: Daniel Moran Date: Thu, 22 Jul 2021 10:53:26 -0400 Subject: [PATCH] chore: add another breaking-change note to the CHANGELOG (#205) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574d2a8..58c5c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ instead of performing the work on the client-side. Offline summarization & valid This change was made to avoid significant code duplication between `influxdb` and `influx-cli`, and to allow server- side template logic to evolve without requiring coordinated CLI changes. +#### `influx stacks --json` output conventions + +The output of `influx stacks --json` previously used an UpperCamelCase naming convention for most, but not all, keys. +The command now uses lowerCamelCase consistently for all objects keys, matching the schema returned by the API. + ### Features 1. [33](https://github.com/influxdata/influx-cli/pull/33): Add global `--http-debug` flag to help inspect communication with InfluxDB servers.