Skip to content

Commit c838455

Browse files
committed
- 1.17.2
1 parent 74c54dd commit c838455

4 files changed

Lines changed: 26 additions & 24 deletions

File tree

docs/build/changelog.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
# The short X.Y version.
101101
version = 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

docs/build/unreleased/1744.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/build/unreleased/1750.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)