File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,30 @@ Changelog
55
66.. changelog ::
77 :version: 1.17.2
8- :include_notes_from: unreleased
8+ :released: November 14, 2025
9+
10+ .. change ::
11+ :tags: bug, mssql
12+ :tickets: 1744
13+
14+ Fixed issue in SQL Server dialect where the DROP that's automatically
15+ emitted for existing default constraints during an ALTER COLUMN needs to
16+ take place before not just the modification of the column's default, but
17+ also before the column's type is changed.
18+
19+ .. change ::
20+ :tags: feature, operations
21+ :tickets: 1750
22+
23+ Added :paramref: `.Operations.implementation_for.replace ` parameter to
24+ :meth: `.Operations.implementation_for `, allowing replacement of existing
25+ operation implementations. This allows for existing operations such as
26+ :class: `.CreateTableOp ` to be extended directly. Pull request courtesy
27+ justanothercatgirl.
28+
29+ .. seealso ::
30+
31+ :ref: `operations_extending_builtin `
932
1033.. changelog ::
1134 :version: 1.17.1
Original file line number Diff line number Diff line change 100100# The short X.Y version.
101101version = alembic .__version__
102102# The full version, including alpha/beta/rc tags.
103- release = "1.17.1 "
104- release_date = "October 28 , 2025"
103+ release = "1.17.2 "
104+ release_date = "November 14 , 2025"
105105
106106
107107# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments