]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.8.0 rel_1_8_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 May 2022 21:11:14 +0000 (17:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 May 2022 21:11:14 +0000 (17:11 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/1025.rst [deleted file]
docs/build/unreleased/1026.rst [deleted file]
docs/build/unreleased/1027.rst [deleted file]
docs/build/unreleased/1034.rst [deleted file]
docs/build/unreleased/1037.rst [deleted file]
docs/build/unreleased/764.rst [deleted file]
docs/build/unreleased/987.rst [deleted file]

index 36850ef313a52d360f3c114978aa0d41bf8a1083..4306e392e6c6a8b9e3364f7558f7d749cf56dd13 100644 (file)
@@ -5,7 +5,64 @@ Changelog
 
 .. changelog::
     :version: 1.8.0
-    :include_notes_from: unreleased
+    :released: May 31, 2022
+
+    .. change::
+        :tags: feature, typing
+        :tickets: 764
+
+        :pep:`484` typing annotations have been added to the ``env.py`` and
+        revision template files within migration templates. Pull request by Nikita
+        Sobolev.
+
+    .. change::
+        :tags: usecase, operations
+        :tickets: 1037
+
+        The ``op.drop_table()`` operation directive will now trigger the
+        ``before_drop()`` and ``after_drop()`` DDL event hooks at the table level,
+        which is similar to how the ``before_create()`` and ``after_create()``
+        hooks are triggered by the ``op.create_table()`` directive. Note that as
+        ``op.drop_table()`` accepts only a table name and optional schema name, the
+        ``Table`` object received by the event will not have any information within
+        it other than the table name and schema name.
+
+    .. change::
+        :tags: installation, changed
+        :tickets: 1025
+
+        Alembic 1.8 now supports Python 3.7 and above.
+
+    .. change::
+        :tags: changed, environment
+        :tickets: 987
+
+        The "Pylons" environment template has been removed as of Alembic 1.8. This
+        template was based on the very old pre-Pyramid Pylons web framework which
+        has been long superseded by Pyramid.
+
+    .. change::
+        :tags: bug, revisioning
+        :tickets: 1026
+
+        Fixed issue where a downgrade using a relative revision would
+        fail in case of multiple branches with a single effectively
+        head due to interdependencies between revisions.
+
+    .. change::
+      :tags: usecase, commands
+      :tickets: 1027
+
+      Added new token ``epoch`` to the ``file_template`` option, which will
+      populate the integer epoch as determined by ``int(create_date.timestamp())``.
+      Pull request courtesy Caio Carvalho.
+
+    .. change::
+        :tags: bug, batch
+        :tickets: 1034
+
+        Fixed issue in batch mode where CREATE INDEX would not use a new column
+        name in the case of a column rename.
 
 .. changelog::
     :version: 1.7.7
index db75d72fc8fe0ab95e1404277c9b370485d01a87..a95e869ddafad3d768d1a0e523a597a6474b2873 100644 (file)
@@ -92,8 +92,8 @@ copyright = "2010-2022, Mike Bayer"  # noqa
 # The short X.Y version.
 version = alembic.__version__
 # The full version, including alpha/beta/rc tags.
-release = "1.7.7"
-release_date = "March 14, 2022"
+release = "1.8.0"
+release_date = "May 31, 2022"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/1025.rst b/docs/build/unreleased/1025.rst
deleted file mode 100644 (file)
index 84fea91..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.. change::
-    :tags: installation, changed
-    :tickets: 1025
-
-    Alembic 1.8 now supports Python 3.7 and above.
diff --git a/docs/build/unreleased/1026.rst b/docs/build/unreleased/1026.rst
deleted file mode 100644 (file)
index b5df749..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: bug, revisioning
-    :tickets: 1026
-
-    Fixed issue where a downgrade using a relative revision would
-    fail in case of multiple branches with a single effectively
-    head due to interdependencies between revisions.
diff --git a/docs/build/unreleased/1027.rst b/docs/build/unreleased/1027.rst
deleted file mode 100644 (file)
index d10b547..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-  :tags: usecase, commands
-  :tickets: 1027
-
-  Added new token ``epoch`` to the ``file_template`` option, which will
-  populate the integer epoch as determined by ``int(create_date.timestamp())``.
-  Pull request courtesy Caio Carvalho.
diff --git a/docs/build/unreleased/1034.rst b/docs/build/unreleased/1034.rst
deleted file mode 100644 (file)
index 558c1ef..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
-    :tags: bug, batch
-    :tickets: 1034
-
-    Fixed issue in batch mode where CREATE INDEX would not use a new column
-    name in the case of a column rename.
diff --git a/docs/build/unreleased/1037.rst b/docs/build/unreleased/1037.rst
deleted file mode 100644 (file)
index 12ef882..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.. change::
-    :tags: usecase, operations
-    :tickets: 1037
-
-    The ``op.drop_table()`` operation directive will now trigger the
-    ``before_drop()`` and ``after_drop()`` DDL event hooks at the table level,
-    which is similar to how the ``before_create()`` and ``after_create()``
-    hooks are triggered by the ``op.create_table()`` directive. Note that as
-    ``op.drop_table()`` accepts only a table name and optional schema name, the
-    ``Table`` object received by the event will not have any information within
-    it other than the table name and schema name.
diff --git a/docs/build/unreleased/764.rst b/docs/build/unreleased/764.rst
deleted file mode 100644 (file)
index 9be4a96..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: feature, typing
-    :tickets: 764
-
-    :pep:`484` typing annotations have been added to the ``env.py`` and
-    revision template files within migration templates. Pull request by Nikita
-    Sobolev.
diff --git a/docs/build/unreleased/987.rst b/docs/build/unreleased/987.rst
deleted file mode 100644 (file)
index c9d7055..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: changed, environment
-    :tickets: 987
-
-    The "Pylons" environment template has been removed as of Alembic 1.8. This
-    template was based on the very old pre-Pyramid Pylons web framework which
-    has been long superseded by Pyramid.