Features
- ✨ Add official UUID support, docs and tests, internally using new SQLAlchemy 2.0 types. Initial PR #992 by @estebanx64.
- New docs in the Advanced User Guide: UUID (Universally Unique Identifiers).
Docs
- ✏️ Fix internal link in
docs/tutorial/create-db-and-table.md
. PR #911 by @tfpgh. - ✏️ Add missing step in
create-db-and-table-with-db-browser.md
. PR #976 by @alejsdev. - ✏️ Fix typo in
docs/tutorial
. PR #943 by @luco17. - ✏️ Fix typo in
sqlmodel/_compat.py
. PR #950 by @Highfire1. - ✏️ Update pip installation command in tutorial. PR #975 by @alejsdev.
- ✏️ Fix typo in
docs/tutorial/relationship-attributes/index.md
. PR #880 by @UncleGoogle.
Internal
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #979 by @pre-commit-ci[bot].
- 🔨 Update docs Termynal scripts to not include line nums for local dev. PR #1018 by @tiangolo.