Skip to content

Commit 77c119e

Browse files
committed
Deployed 82f60c6 to dev with MkDocs 1.3.0 and mike 1.1.2
1 parent 8cf56f9 commit 77c119e

File tree

4 files changed

+91
-72
lines changed

4 files changed

+91
-72
lines changed

dev/UPGRADING/index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,13 @@
394394
CLI changed JSON output for some lib, core, config, board, and sketch commands.
395395
</a>
396396

397+
</li>
398+
399+
<li class="md-nav__item">
400+
<a href="#config-dump-no-longer-returns-default-configuration-values" class="md-nav__link">
401+
config dump no longer returns default configuration values
402+
</a>
403+
397404
</li>
398405

399406
<li class="md-nav__item">
@@ -2704,6 +2711,13 @@
27042711
CLI changed JSON output for some lib, core, config, board, and sketch commands.
27052712
</a>
27062713

2714+
</li>
2715+
2716+
<li class="md-nav__item">
2717+
<a href="#config-dump-no-longer-returns-default-configuration-values" class="md-nav__link">
2718+
config dump no longer returns default configuration values
2719+
</a>
2720+
27072721
</li>
27082722

27092723
<li class="md-nav__item">
@@ -4313,10 +4327,15 @@ <h3 id="cli-changed-json-output-for-some-lib-core-config-board-and-sketch-comman
43134327
</code></pre></div>
43144328
</li>
43154329
</ul>
4330+
<h3 id="config-dump-no-longer-returns-default-configuration-values"><code>config dump</code> no longer returns default configuration values<a class="headerlink" href="#config-dump-no-longer-returns-default-configuration-values" title="Permanent link">&para;</a></h3>
4331+
<p>Previously, the <code>config dump</code> CLI command returned the effective configuration, including both the values explicitly set
4332+
via the configuration file and environment variables as well as the values provided by defaults.</p>
4333+
<p>It now only returns the explicitly set configuration data.</p>
4334+
<p>Use <code>config get &lt;configuration key&gt;</code> to get the effective value of the configuration</p>
43164335
<h3 id="the-grpc-response-ccarduinoclicommandsv1compileresponse-has-been-changed">The gRPC response <code>cc.arduino.cli.commands.v1.CompileResponse</code> has been changed.<a class="headerlink" href="#the-grpc-response-ccarduinoclicommandsv1compileresponse-has-been-changed" title="Permanent link">&para;</a></h3>
43174336
<p>The <code>CompilerResponse</code> message has been refactored to made explicit which fields are intended for streaming the build
43184337
process and which fields are part of the build result.</p>
4319-
<p>The old <code>CompilerResposne</code>:</p>
4338+
<p>The old <code>CompilerResponse</code>:</p>
43204339
<div class="highlight"><pre><span></span><code>message CompileResponse {
43214340
// The output of the compilation process (stream)
43224341
bytes out_stream = 1;

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)