File tree Expand file tree Collapse file tree 4 files changed +22
-20
lines changed Expand file tree Collapse file tree 4 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,26 @@ Changelog
5
5
6
6
.. changelog ::
7
7
:version: 1.10.1
8
- :include_notes_from: unreleased
8
+ :released: March 6, 2023
9
+
10
+ .. change ::
11
+ :tags: bug, postgresql
12
+ :tickets: 1184
13
+
14
+ Fixed issue regarding PostgreSQL :class: `.ExcludeConstraint `, where
15
+ constraint elements which made use of :func: `.literal_column ` could not be
16
+ rendered for autogenerate. Additionally, using SQLAlchemy 2.0.5 or greater,
17
+ :func: `.text() ` constructs are also supported within PostgreSQL
18
+ :class: `.ExcludeConstraint ` objects for autogenerate render. Pull request
19
+ courtesy Jan Katins.
20
+
21
+ .. change ::
22
+ :tags: bug, batch, regression
23
+ :tickets: 1195
24
+
25
+ Fixed regression for 1.10.0 where :class: `.Constraint ` objects were
26
+ suddenly required to have non-None name fields when using batch mode, which
27
+ was not previously a requirement.
9
28
10
29
.. changelog ::
11
30
:version: 1.10.0
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.10.0 "
103
- release_date = "March 5 , 2023"
102
+ release = "1.10.1 "
103
+ release_date = "March 6 , 2023"
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.
You can’t perform that action at this time.
0 commit comments