Releases: Pogchamp-company/alembic-postgresql-enum
Releases · Pogchamp-company/alembic-postgresql-enum
v1.9.0b1
What's Changed
- Preserve partial indexes by @jonfinerty in #122
- Add tests and support for enum names which are camel case. Fixes: #11… by @Apteryx0 in #111
- Do not ignore Alembic migration context prefixes when generating migrations by @Jazzinghen in #113
- Move to uv by @RustyGuard in #117
New Contributors
- @jonfinerty made their first contribution in #122
- @Apteryx0 made their first contribution in #111
- @Jazzinghen made their first contribution in #113
Full Changelog: v1.8.0...v1.9.0b1
v1.8.0
What's Changed
- feature: flag
ignore_enum_values_order: don't detect changes if enum values were reordered by @serozhenka in #108
New Contributors
- @serozhenka made their first contribution in #108
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- feature: fixes #104 Add force_dialect_support flag to config by @AlexandrovRoman in #105
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- Fix schema escaping (properly) by @RustyGuard in #99
Full Changelog: v1.6.0...v1.6.1-artifact-fix
v1.6.0
What's Changed
- Add
__all__to fix pyright complaints by @RustyGuard in #96 - Quotes around schema, column and enum names by @RustyGuard in #97
Full Changelog: v1.5.0...v1.6.0
v1.5.0
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_changesfeature flags that can be disabled by @RustyGuard in #91
New Contributors
- @dswistowski made their first contribution in #90
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Ignore mypy errors for migrations by @AlexandrovRoman in #81. This feature is hidden behind the
add_type_ignoreflag. 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
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
What's Changed
- Create tests base class by @RustyGuard in #72
- Add py.typed flag and add more type hints by @RustyGuard in #71
- Ignore dialects other than postgresql by @RustyGuard in #70
- Fix case sensitivity of table name by quoting it by @RustyGuard in #74
Full Changelog: v1.1.2...v1.2.0
v1.2.0a1
What's Changed
- Create tests base class by @RustyGuard in #72
- Add py.typed flag and add more type hints by @RustyGuard in #71
- Ignore dialects other than postgresql by @RustyGuard in #70
Full Changelog: v1.1.2...v1.2.0a1