Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs/guides/upgrading/.pages
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/upgrading/v0.7.0-alpha.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Upgrading to v0.7.0-alpha.6

* **Deprecated `dt.database.*` properties are no longer recognized**. Use `dt.datasource.*` equivalents instead.
Comment thread
nscuro marked this conversation as resolved.
Refer to the [data sources configuration reference](../../reference/configuration/datasources.md) for details.