File tree 7 files changed +39
-34
lines changed
7 files changed +39
-34
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,43 @@ Changelog
5
5
6
6
.. changelog ::
7
7
:version: 1.13.2
8
- :include_notes_from: unreleased
8
+ :released: June 26, 2024
9
+
10
+ .. change ::
11
+ :tags: bug, commands
12
+ :tickets: 1384
13
+
14
+ Fixed bug in alembic command stdout where long messages were not properly
15
+ wrapping at the terminal width. Pull request courtesy Saif Hakim.
16
+
17
+ .. change ::
18
+ :tags: usecase, autogenerate
19
+ :tickets: 1391
20
+
21
+ Improve computed column compare function to support multi-line expressions.
22
+ Pull request courtesy of Georg Wicke-Arndt.
23
+
24
+ .. change ::
25
+ :tags: bug, execution
26
+ :tickets: 1394
27
+
28
+ Fixed internal issue where Alembic would call ``connection.execute() ``
29
+ sending an empty tuple to indicate "no params". In SQLAlchemy 2.1 this
30
+ case will be deprecated as "empty sequence" is ambiguous as to its intent.
31
+
32
+
33
+ .. change ::
34
+ :tags: bug, tests
35
+ :tickets: 1435
36
+
37
+ Fixes to support pytest 8.1 for the test suite.
38
+
39
+ .. change ::
40
+ :tags: bug, autogenerate, postgresql
41
+ :tickets: 1479
42
+
43
+ Fixed the detection of serial column in autogenerate with tables
44
+ not under default schema on PostgreSQL
9
45
10
46
.. changelog ::
11
47
:version: 1.13.1
Original file line number Diff line number Diff line change 99
99
# The short X.Y version.
100
100
version = alembic .__version__
101
101
# The full version, including alpha/beta/rc tags.
102
- release = "1.13.1 "
103
- release_date = "December 20, 2023 "
102
+ release = "1.13.2 "
103
+ release_date = "June 26, 2024 "
104
104
105
105
106
106
# The language for content autogenerated by Sphinx. Refer to documentation
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments