Skip to content

Commit aa1c187

Browse files
author
Metabase Docs bot
committed
[auto] adding content to SEM-349-lighter->master
1 parent 096d2a5 commit aa1c187

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

_docs/master/developers-guide/driver-changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ layout: new-docs
2727
replace existing keys like `:alias`, `:join-alias`, or `:name`; make sure you use `driver-api/qp.add.alias`,
2828
`driver-api/qp.add.source-table`, and `driver-api/qp.add.source-alias` respectively.
2929

30+
## Metabase 0.55.8
31+
32+
- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened
33+
3034
## Metabase 0.55.0
3135

3236
- Add the multi-method `->date` that allows the driver to control how to cast strings and temporal types to dates.

_docs/master/embedding/sdk/api/IconName.html

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

_docs/master/embedding/sdk/api/snippets/IconName.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ type IconName =
226226
| "view_archive"
227227
| "warning"
228228
| "warning_round_filled"
229+
| "warning_triangle_filled"
229230
| "waterfall"
230231
| "webhook"
231232
| "10k"

_site/docs/master/developers-guide/driver-changelog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4314,6 +4314,12 @@ <h2 id="metabase-0560">Metabase 0.56.0</h2>
43144314
</li>
43154315
</ul>
43164316

4317+
<h2 id="metabase-0558">Metabase 0.55.8</h2>
4318+
4319+
<ul>
4320+
<li>Add multi-method <code class="language-plaintext highlighter-rouge">driver/do-with-resilient-connection</code> for executing functions in a context where closed connections may be automatically reopened</li>
4321+
</ul>
4322+
43174323
<h2 id="metabase-0550">Metabase 0.55.0</h2>
43184324

43194325
<ul>

_site/docs/master/embedding/sdk/api/IconName.html

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

0 commit comments

Comments
 (0)