Skip to content

[auto-build] SEM-349-lighter -> master #298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _docs/master/developers-guide/driver-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ layout: new-docs
replace existing keys like `:alias`, `:join-alias`, or `:name`; make sure you use `driver-api/qp.add.alias`,
`driver-api/qp.add.source-table`, and `driver-api/qp.add.source-alias` respectively.

## Metabase 0.55.8

- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened

## Metabase 0.55.0

- Add the multi-method `->date` that allows the driver to control how to cast strings and temporal types to dates.
Expand Down
2 changes: 1 addition & 1 deletion _docs/master/embedding/sdk/api/IconName.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _docs/master/embedding/sdk/api/snippets/IconName.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ type IconName =
| "view_archive"
| "warning"
| "warning_round_filled"
| "warning_triangle_filled"
| "waterfall"
| "webhook"
| "10k"
Expand Down
6 changes: 6 additions & 0 deletions _site/docs/master/developers-guide/driver-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4314,6 +4314,12 @@ <h2 id="metabase-0560">Metabase 0.56.0</h2>
</li>
</ul>

<h2 id="metabase-0558">Metabase 0.55.8</h2>

<ul>
<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>
</ul>

<h2 id="metabase-0550">Metabase 0.55.0</h2>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/master/embedding/sdk/api/IconName.html

Large diffs are not rendered by default.