You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+35-35Lines changed: 35 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
* ⬆ Bump fastapi from 0.128.8 to 0.129.0. PR [#1769](https://github.com/fastapi/sqlmodel/pull/1769) by [@dependabot[bot]](https://github.com/apps/dependabot).
24
24
* ⬆ Bump black from 25.12.0 to 26.1.0. PR [#1768](https://github.com/fastapi/sqlmodel/pull/1768) by [@dependabot[bot]](https://github.com/apps/dependabot).
25
25
26
-
## 0.0.37
26
+
## 0.0.37 (2026-02-21)
27
27
28
28
### Internal
29
29
@@ -35,7 +35,7 @@
35
35
36
36
* ➖ Drop support for `sqlmodel-slim`, no more versions will be released, use only `sqmodel`. PR [#1772](https://github.com/fastapi/sqlmodel/pull/1772) by [@tiangolo](https://github.com/tiangolo).
37
37
38
-
## 0.0.35
38
+
## 0.0.35 (2026-02-20)
39
39
40
40
### Breaking Changes
41
41
@@ -47,7 +47,7 @@
47
47
* ⬆ Bump prek from 0.3.2 to 0.3.3. PR [#1761](https://github.com/fastapi/sqlmodel/pull/1761) by [@dependabot[bot]](https://github.com/apps/dependabot).
48
48
* ⬆ Bump typer from 0.23.1 to 0.23.2. PR [#1760](https://github.com/fastapi/sqlmodel/pull/1760) by [@dependabot[bot]](https://github.com/apps/dependabot).
49
49
50
-
## 0.0.34
50
+
## 0.0.34 (2026-02-16)
51
51
52
52
### Internal
53
53
@@ -57,7 +57,7 @@
57
57
* ⬆ Bump typer from 0.21.2 to 0.23.0. PR [#1756](https://github.com/fastapi/sqlmodel/pull/1756) by [@dependabot[bot]](https://github.com/apps/dependabot).
58
58
* ⬆ Bump fastapi from 0.128.7 to 0.128.8. PR [#1755](https://github.com/fastapi/sqlmodel/pull/1755) by [@dependabot[bot]](https://github.com/apps/dependabot).
59
59
60
-
## 0.0.33
60
+
## 0.0.33 (2026-02-11)
61
61
62
62
### Docs
63
63
@@ -81,7 +81,7 @@
81
81
* 👷 Run mypy by pre-commit. PR [#1738](https://github.com/fastapi/sqlmodel/pull/1738) by [@YuriiMotov](https://github.com/YuriiMotov).
82
82
* ⬆ Bump prek from 0.3.0 to 0.3.1. PR [#1739](https://github.com/fastapi/sqlmodel/pull/1739) by [@dependabot[bot]](https://github.com/apps/dependabot).
83
83
84
-
## 0.0.32
84
+
## 0.0.32 (2026-02-01)
85
85
86
86
### Fixes
87
87
@@ -112,7 +112,7 @@
112
112
* ⬆ Update fastapi requirement from >=0.103.2,<0.126.0 to >=0.103.2,<0.129.0. PR [#1703](https://github.com/fastapi/sqlmodel/pull/1703) by [@dependabot[bot]](https://github.com/apps/dependabot).
113
113
* ✅ Update tests, remove conditionals for Pydantic v1. PR [#1702](https://github.com/fastapi/sqlmodel/pull/1702) by [@tiangolo](https://github.com/tiangolo).
114
114
115
-
## 0.0.31
115
+
## 0.0.31 (2025-12-28)
116
116
117
117
### Breaking Changes
118
118
@@ -125,7 +125,7 @@
125
125
* ⬆ Bump typer from 0.20.1 to 0.21.0. PR [#1694](https://github.com/fastapi/sqlmodel/pull/1694) by [@dependabot[bot]](https://github.com/apps/dependabot).
126
126
* 📌 Relax `prek` version pin to `>=0.2.24,<1.0.0`. PR [#1698](https://github.com/fastapi/sqlmodel/pull/1698) by [@YuriiMotov](https://github.com/YuriiMotov).
127
127
128
-
## 0.0.30
128
+
## 0.0.30 (2025-12-26)
129
129
130
130
### Breaking Changes
131
131
@@ -150,13 +150,13 @@
150
150
* ⬆ Bump typer from 0.20.0 to 0.20.1. PR [#1685](https://github.com/fastapi/sqlmodel/pull/1685) by [@dependabot[bot]](https://github.com/apps/dependabot).
151
151
* ⬆ Bump ruff from 0.14.8 to 0.14.10. PR [#1681](https://github.com/fastapi/sqlmodel/pull/1681) by [@dependabot[bot]](https://github.com/apps/dependabot).
152
152
153
-
## 0.0.29
153
+
## 0.0.29 (2025-12-23)
154
154
155
155
### Fixes
156
156
157
157
* 🐛 Fix `alias` support for Pydantic v2. PR [#1577](https://github.com/fastapi/sqlmodel/pull/1577) by [@ravishan16](https://github.com/ravishan16).
158
158
159
-
## 0.0.28
159
+
## 0.0.28 (2025-12-23)
160
160
161
161
### Fixes
162
162
@@ -207,13 +207,13 @@
207
207
* ⬆ Bump typer from 0.19.2 to 0.20.0. PR [#1612](https://github.com/fastapi/sqlmodel/pull/1612) by [@dependabot[bot]](https://github.com/apps/dependabot).
208
208
* ✅ Remove unused type ignores since SQLAlchemy 2.0.44. PR [#1613](https://github.com/fastapi/sqlmodel/pull/1613) by [@svlandeg](https://github.com/svlandeg).
209
209
210
-
## 0.0.27
210
+
## 0.0.27 (2025-10-08)
211
211
212
212
### Upgrades
213
213
214
214
* ⬆️ Add support for Python 3.14. PR [#1578](https://github.com/fastapi/sqlmodel/pull/1578) by [@svlandeg](https://github.com/svlandeg).
215
215
216
-
## 0.0.26
216
+
## 0.0.26 (2025-10-08)
217
217
218
218
### Fixes
219
219
@@ -239,7 +239,7 @@
239
239
* ⬆ Bump ruff from 0.13.0 to 0.13.2. PR [#1576](https://github.com/fastapi/sqlmodel/pull/1576) by [@dependabot[bot]](https://github.com/apps/dependabot).
240
240
* 💚 Fix CI test suite for Windows and MacOS. PR [#1307](https://github.com/fastapi/sqlmodel/pull/1307) by [@svlandeg](https://github.com/svlandeg).
241
241
242
-
## 0.0.25
242
+
## 0.0.25 (2025-09-17)
243
243
244
244
### Features
245
245
@@ -327,7 +327,7 @@
327
327
* ⬆ Bump jinja2 from 3.1.4 to 3.1.6. PR [#1317](https://github.com/fastapi/sqlmodel/pull/1317) by [@dependabot[bot]](https://github.com/apps/dependabot).
328
328
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#1319](https://github.com/fastapi/sqlmodel/pull/1319) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
329
329
330
-
## 0.0.24
330
+
## 0.0.24 (2025-03-07)
331
331
332
332
### Upgrades
333
333
@@ -338,7 +338,7 @@
338
338
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#1114](https://github.com/fastapi/sqlmodel/pull/1114) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
339
339
* ⬆ Bump ruff from 0.6.2 to 0.9.6. PR [#1294](https://github.com/fastapi/sqlmodel/pull/1294) by [@dependabot[bot]](https://github.com/apps/dependabot).
340
340
341
-
## 0.0.23
341
+
## 0.0.23 (2025-02-28)
342
342
343
343
### Fixes
344
344
@@ -396,7 +396,7 @@
396
396
* 💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action. PR [#1098](https://github.com/fastapi/sqlmodel/pull/1098) by [@svlandeg](https://github.com/svlandeg).
397
397
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#1088](https://github.com/fastapi/sqlmodel/pull/1088) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ♻️ Refactor Deploy Docs GitHub Action to be a script and update token preparing for org. PR [#1039](https://github.com/tiangolo/sqlmodel/pull/1039) by [@tiangolo](https://github.com/tiangolo).
444
444
445
-
## 0.0.21
445
+
## 0.0.21 (2024-07-21)
446
446
447
447
### Features
448
448
@@ -462,7 +462,7 @@
462
462
* ⬆ Bump mkdocstrings[python] from 0.23.0 to 0.25.1. PR [#927](https://github.com/tiangolo/sqlmodel/pull/927) by [@dependabot[bot]](https://github.com/apps/dependabot).
463
463
* ⬆ Bump dorny/paths-filter from 2 to 3. PR [#972](https://github.com/tiangolo/sqlmodel/pull/972) by [@dependabot[bot]](https://github.com/apps/dependabot).
464
464
465
-
## 0.0.20
465
+
## 0.0.20 (2024-07-17)
466
466
467
467
### Features
468
468
@@ -483,7 +483,7 @@
483
483
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#979](https://github.com/tiangolo/sqlmodel/pull/979) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
484
484
* 🔨 Update docs Termynal scripts to not include line nums for local dev. PR [#1018](https://github.com/tiangolo/sqlmodel/pull/1018) by [@tiangolo](https://github.com/tiangolo).
485
485
486
-
## 0.0.19
486
+
## 0.0.19 (2024-06-04)
487
487
488
488
### Fixes
489
489
@@ -510,7 +510,7 @@
510
510
* 👷 Update GitHub Actions to download and upload artifacts. PR [#936](https://github.com/tiangolo/sqlmodel/pull/936) by [@tiangolo](https://github.com/tiangolo).
511
511
* 👷 Tweak CI for test-redistribute, add needed env vars for slim. PR [#929](https://github.com/tiangolo/sqlmodel/pull/929) by [@tiangolo](https://github.com/tiangolo).
512
512
513
-
## 0.0.18
513
+
## 0.0.18 (2024-04-30)
514
514
515
515
### Internal
516
516
@@ -520,7 +520,7 @@ In the future SQLModel will include the standard default recommended packages, a
520
520
521
521
* 🔧 Re-enable MkDocs Material Social plugin. PR [#915](https://github.com/tiangolo/sqlmodel/pull/915) by [@tiangolo](https://github.com/tiangolo).
522
522
523
-
## 0.0.17
523
+
## 0.0.17 (2024-04-29)
524
524
525
525
### Refactors
526
526
@@ -541,15 +541,15 @@ In the future SQLModel will include the standard default recommended packages, a
541
541
* ⬆️ Upgrade Ruff version and configs. PR [#859](https://github.com/tiangolo/sqlmodel/pull/859) by [@tiangolo](https://github.com/tiangolo).
542
542
* 🔥 Remove Jina QA Bot as it has been discontinued. PR [#840](https://github.com/tiangolo/sqlmodel/pull/840) by [@tiangolo](https://github.com/tiangolo).
543
543
544
-
## 0.0.16
544
+
## 0.0.16 (2024-02-17)
545
545
546
546
### Features
547
547
548
548
* ✨ Add new method `.sqlmodel_update()` to update models in place, including an `update` parameter for extra data. And fix implementation for the (now documented) `update` parameter for `.model_validate()`. PR [#804](https://github.com/tiangolo/sqlmodel/pull/804) by [@tiangolo](https://github.com/tiangolo).
549
549
* Updated docs: [Update Data with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update/).
550
550
* New docs: [Update with Extra Data (Hashed Passwords) with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update-extra-data/).
551
551
552
-
## 0.0.15
552
+
## 0.0.15 (2024-02-17)
553
553
554
554
### Fixes
555
555
@@ -560,13 +560,13 @@ In the future SQLModel will include the standard default recommended packages, a
560
560
* ⬆ Bump tiangolo/issue-manager from 0.4.0 to 0.4.1. PR [#775](https://github.com/tiangolo/sqlmodel/pull/775) by [@dependabot[bot]](https://github.com/apps/dependabot).
561
561
* 👷 Fix GitHub Actions build docs filter paths for GitHub workflows. PR [#738](https://github.com/tiangolo/sqlmodel/pull/738) by [@tiangolo](https://github.com/tiangolo).
562
562
563
-
## 0.0.14
563
+
## 0.0.14 (2023-12-04)
564
564
565
565
### Features
566
566
567
567
* ✨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available). PR [#722](https://github.com/tiangolo/sqlmodel/pull/722) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#699](https://github.com/tiangolo/sqlmodel/pull/699) by [@AntonDeMeester](https://github.com/AntonDeMeester).
568
568
569
-
## 0.0.13
569
+
## 0.0.13 (2023-12-04)
570
570
571
571
### Fixes
572
572
@@ -596,7 +596,7 @@ In the future SQLModel will include the standard default recommended packages, a
596
596
* 🔧 Show line numbers in docs during local development. PR [#714](https://github.com/tiangolo/sqlmodel/pull/714) by [@tiangolo](https://github.com/tiangolo).
597
597
* 📝 Update details syntax with new pymdown extensions format. PR [#713](https://github.com/tiangolo/sqlmodel/pull/713) by [@tiangolo](https://github.com/tiangolo).
598
598
599
-
## 0.0.12
599
+
## 0.0.12 (2023-11-18)
600
600
601
601
### Features
602
602
@@ -607,7 +607,7 @@ In the future SQLModel will include the standard default recommended packages, a
607
607
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#686](https://github.com/tiangolo/sqlmodel/pull/686) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
608
608
* 👷 Upgrade latest-changes GitHub Action. PR [#693](https://github.com/tiangolo/sqlmodel/pull/693) by [@tiangolo](https://github.com/tiangolo).
609
609
610
-
## 0.0.11
610
+
## 0.0.11 (2023-10-29)
611
611
612
612
### Features
613
613
@@ -627,7 +627,7 @@ In the future SQLModel will include the standard default recommended packages, a
627
627
* ⬆ Update black requirement from ^22.10.0 to >=22.10,<24.0. PR [#664](https://github.com/tiangolo/sqlmodel/pull/664) by [@dependabot[bot]](https://github.com/apps/dependabot).
628
628
* 👷 Update CI to build MkDocs Insiders only when the secrets are available, for Dependabot. PR [#683](https://github.com/tiangolo/sqlmodel/pull/683) by [@tiangolo](https://github.com/tiangolo).
629
629
630
-
## 0.0.10
630
+
## 0.0.10 (2023-10-26)
631
631
632
632
### Features
633
633
@@ -637,7 +637,7 @@ In the future SQLModel will include the standard default recommended packages, a
637
637
638
638
* 🔧 Adopt Ruff for formatting. PR [#679](https://github.com/tiangolo/sqlmodel/pull/679) by [@tiangolo](https://github.com/tiangolo).
639
639
640
-
## 0.0.9
640
+
## 0.0.9 (2023-10-23)
641
641
642
642
### Breaking Changes
643
643
@@ -715,7 +715,7 @@ In the future SQLModel will include the standard default recommended packages, a
715
715
* ⬆ Bump dawidd6/action-download-artifact from 2.9.0 to 2.24.0. PR [#470](https://github.com/tiangolo/sqlmodel/pull/470) by [@dependabot[bot]](https://github.com/apps/dependabot).
716
716
* 👷 Update Dependabot config. PR [#484](https://github.com/tiangolo/sqlmodel/pull/484) by [@tiangolo](https://github.com/tiangolo).
717
717
718
-
## 0.0.8
718
+
## 0.0.8 (2022-08-30)
719
719
720
720
### Fixes
721
721
@@ -727,7 +727,7 @@ In the future SQLModel will include the standard default recommended packages, a
727
727
* 📝 Adjust and clarify docs for `docs/tutorial/create-db-and-table.md`. PR [#426](https://github.com/tiangolo/sqlmodel/pull/426) by [@tiangolo](https://github.com/tiangolo).
728
728
* ✏ Fix typo in `docs/tutorial/connect/remove-data-connections.md`. PR [#421](https://github.com/tiangolo/sqlmodel/pull/421) by [@VerdantFox](https://github.com/VerdantFox).
729
729
730
-
## 0.0.7
730
+
## 0.0.7 (2022-08-28)
731
731
732
732
### Features
733
733
@@ -791,7 +791,7 @@ In the future SQLModel will include the standard default recommended packages, a
791
791
* 🔧 Upgrade MkDocs Material and update configs. PR [#217](https://github.com/tiangolo/sqlmodel/pull/217) by [@tiangolo](https://github.com/tiangolo).
792
792
* ⬆ Upgrade mypy, fix type annotations. PR [#218](https://github.com/tiangolo/sqlmodel/pull/218) by [@tiangolo](https://github.com/tiangolo).
793
793
794
-
## 0.0.6
794
+
## 0.0.6 (2021-12-28)
795
795
796
796
### Breaking Changes
797
797
@@ -862,7 +862,7 @@ Here's the new, extensive documentation explaining indexes and how to use them:
862
862
* ✏ Fix typo in `docs/tutorial/automatic-id-none-refresh.md`. PR [#14](https://github.com/tiangolo/sqlmodel/pull/14) by [@leynier](https://github.com/leynier).
863
863
* ✏ Fix typos in `docs/tutorial/index.md` and `docs/databases.md`. PR [#5](https://github.com/tiangolo/sqlmodel/pull/5) by [@sebastianmarines](https://github.com/sebastianmarines).
864
864
865
-
## 0.0.5
865
+
## 0.0.5 (2021-12-13)
866
866
867
867
### Features
868
868
@@ -880,15 +880,15 @@ Here's the new, extensive documentation explaining indexes and how to use them:
880
880
* 🔧 Add MkDocs Material social cards. PR [#90](https://github.com/tiangolo/sqlmodel/pull/90) by [@tiangolo](https://github.com/tiangolo).
881
881
* ✨ Update type annotations and upgrade mypy. PR [#173](https://github.com/tiangolo/sqlmodel/pull/173) by [@tiangolo](https://github.com/tiangolo).
882
882
883
-
## 0.0.4
883
+
## 0.0.4 (2021-08-25)
884
884
885
885
* 🎨 Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
886
886
887
-
## 0.0.3
887
+
## 0.0.3 (2021-08-24)
888
888
889
889
* ⬆️ Update and relax specification range for `sqlalchemy-stubs`. PR [#4](https://github.com/tiangolo/sqlmodel/pull/4) by [@tiangolo](https://github.com/tiangolo).
890
890
891
-
## 0.0.2
891
+
## 0.0.2 (2021-08-24)
892
892
893
893
* This includes several small bug fixes detected during the first CI runs.
894
894
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
0 commit comments