From b338adfeabae113280f5c7c56fb2a403407eaca2 Mon Sep 17 00:00:00 2001 From: nscuro Date: Wed, 6 May 2026 14:02:20 +0200 Subject: [PATCH] Document removal of `dt.database.*` properties Signed-off-by: nscuro --- docs/guides/upgrading/.pages | 1 + docs/guides/upgrading/v0.7.0-alpha.6.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 docs/guides/upgrading/v0.7.0-alpha.6.md diff --git a/docs/guides/upgrading/.pages b/docs/guides/upgrading/.pages index 62ad0a9..92beb22 100644 --- a/docs/guides/upgrading/.pages +++ b/docs/guides/upgrading/.pages @@ -1,6 +1,7 @@ title: Upgrade guides nav: - index.md + - v0.7.0-alpha.6.md - v0.7.0-alpha.5.md - v0.7.0-alpha.4.md - v0.7.0-alpha.3.md diff --git a/docs/guides/upgrading/v0.7.0-alpha.6.md b/docs/guides/upgrading/v0.7.0-alpha.6.md new file mode 100644 index 0000000..540bef9 --- /dev/null +++ b/docs/guides/upgrading/v0.7.0-alpha.6.md @@ -0,0 +1,4 @@ +# Upgrading to v0.7.0-alpha.6 + +* **Deprecated `dt.database.*` properties are no longer recognized**. Use `dt.datasource.*` equivalents instead. + Refer to the [data sources configuration reference](../../reference/configuration/datasources.md) for details.