Skip to content

Releases: Pogchamp-company/alembic-postgresql-enum

v1.5.0

28 Dec 19:34
87e969b
Compare
Choose a tag to compare

What's Changed

  • feature: fixes #33 allow to ignore enums by name by @dswistowski in #90
  • feature: fixes #87 drop_unused_enums, detect_enum_values_changes feature flags that can be disabled by @RustyGuard in #91

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

19 Nov 12:01
c2be933
Compare
Choose a tag to compare

What's Changed

  • Ignore mypy errors for migrations by @AlexandrovRoman in #81. This feature is hidden behind the add_type_ignore flag. To enable it you can call new set_configuration function.
alembic_postgresql_enum.set_configuration(
    alembic_postgresql_enum.Config(
        add_type_ignore=True,
    )
)

Full Changelog: v.1.3.0...v1.4.0

v1.3.0

13 Jul 08:26
31b5e1c
Compare
Choose a tag to compare

What's Changed

  • Fix error when adding column that uses existing changing enum by @RustyGuard in #77

Full Changelog: v1.2.0...v.1.3.0

v1.2.0

13 Apr 06:22
c7248b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.2.0a1

31 Mar 17:55
2d0d4f7
Compare
Choose a tag to compare
v1.2.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.2...v1.2.0a1

v1.1.2

16 Feb 17:30
2ad77dd
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.1.1...v1.1.2

v1.1.1

10 Feb 18:21
27e3a81
Compare
Choose a tag to compare

Bugs

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

07 Feb 17:38
7225a20
Compare
Choose a tag to compare

Changes

Features

Full Changelog: v1.0.2...v1.1.0

v1.0.2

05 Jan 18:28
7a9a402
Compare
Choose a tag to compare

Version 1.0.2

Bugs

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Dec 15:06
c9543f3
Compare
Choose a tag to compare

Version 1.0.1

Bugs

  • Fix issue with enum array default value by @uriyyo in #50

New Contributors

Full Changelog: v1.0.0...v1.0.1