Skip to content

Commit

Permalink
- 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Mar 5, 2021
1 parent bd34d2e commit 5c1fe7e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
23 changes: 22 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,28 @@ Changelog

.. changelog::
:version: 1.5.6
:include_notes_from: unreleased
:released: March 5, 2021

.. change::
:tags: bug, mssql, operations
:tickets: 812

Fixed bug where the "existing_type" parameter, which the MSSQL dialect
requires in order to change the nullability of a column in the absence of
also changing the column type, would cause an ALTER COLUMN operation to
incorrectly render a second ALTER statement without the nullability if a
new type were also present, as the MSSQL-specific contract did not
anticipate all three of "nullability", "type_" and "existing_type" being
sent at the same time.


.. change::
:tags: template
:ticket: 805

Add async template to Alembic to bootstrap environments that use
async DBAPI. Updated the cookbook to include a migration guide
on how to adapt an existing enviroment for use with DBAPI drivers.

.. changelog::
:version: 1.5.5
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.5.5"
release_date = "February 20, 2021"
release = "1.5.6"
release_date = "March 5, 2021"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
7 changes: 0 additions & 7 deletions docs/build/unreleased/805.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/build/unreleased/812.rst

This file was deleted.

0 comments on commit 5c1fe7e

Please sign in to comment.