File tree Expand file tree Collapse file tree 4 files changed +18
-16
lines changed
Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,22 @@ Changelog
55
66.. changelog ::
77 :version: 1.18.1
8- :include_notes_from: unreleased
8+ :released: January 14, 2026
9+
10+ .. change ::
11+ :tags: bug, autogenerate
12+ :tickets: 1779
13+
14+ Fixed issue in new plugin system where the configured logger was not
15+ correctly using the ``__name__ `` token to identify the logger.
16+
17+ .. change ::
18+ :tags: bug, operations
19+
20+ Revised the change regarding SQLAlchemy 2.1 and deprecation warnings
21+ related to ``isolate_from_table=True ``. Further developments in release 2.1
22+ have revised how this parameter will be modified.
23+
924
1025.. changelog ::
1126 :version: 1.18.0
Original file line number Diff line number Diff line change 101101# The short X.Y version.
102102version = alembic .__version__
103103# The full version, including alpha/beta/rc tags.
104- release = "1.18.0 "
105- release_date = "January 9 , 2026"
104+ release = "1.18.1 "
105+ release_date = "January 14 , 2026"
106106
107107
108108# 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