Skip to content

Releases: Pogchamp-company/alembic-postgresql-enum

v1.9.0b1

11 Oct 17:48

Choose a tag to compare

v1.9.0b1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0b1

v1.8.0

20 Jul 12:25
6c951b4

Choose a tag to compare

What's Changed

  • feature: flag ignore_enum_values_order: don't detect changes if enum values were reordered by @serozhenka in #108

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

20 Feb 08:15
eba402f

Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

31 Jan 19:38
5cc4367

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1-artifact-fix

v1.6.0

29 Jan 18:40
43fa838

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

28 Dec 19:34
87e969b

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

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

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

Choose a tag to compare

What's Changed

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

v1.2.0a1

31 Mar 17:55
2d0d4f7

Choose a tag to compare

v1.2.0a1 Pre-release
Pre-release

What's Changed

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