File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed
Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,20 @@ Changelog
55
66.. changelog ::
77 :version: 1.14.0
8- :include_notes_from: unreleased
8+ :released: November 4, 2024
9+
10+ .. change ::
11+ :tags: usecase, runtime
12+ :tickets: 1560
13+
14+ Added a new hook to the :class: `.DefaultImpl `
15+ :meth: `.DefaultImpl.version_table_impl `. This allows third party dialects
16+ to define the exact structure of the alembic_version table, to include use
17+ cases where the table requires special directives and/or additional columns
18+ so that it may function correctly on a particular backend. This is not
19+ intended as a user-expansion hook, only a dialect implementation hook to
20+ produce a working alembic_version table. Pull request courtesy Maciek
21+ Bryński.
922
1023.. changelog ::
1124 :version: 1.13.3
Original file line number Diff line number Diff line change 9999# The short X.Y version.
100100version = alembic .__version__
101101# The full version, including alpha/beta/rc tags.
102- release = "1.13.3 "
103- release_date = "September 23 , 2024"
102+ release = "1.14.0 "
103+ release_date = "November 4 , 2024"
104104
105105
106106# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments