Skip to content

Conversation

@waketzheng
Copy link
Contributor

0.9.2

Added

  • Support --offline for aerich migrate. (#441)
  • Add RUN_IN_TRANSACTION attr to migration files (#470)
  • feat: support class var config (#474)
  • feat: auto add aerich.models (#476)
  • feat: add load_tortoise_config function (#489)

Changed

  • refactor: use dataclass instead of pydantic for inspectdb (#466)
  • refactor: use ctx.with_async_resource instead of magic patch Context.__aexit__ (#488)
  • feat: migrate from poetry to uv (#481)
  • refactor: simplify run_async (#493)
  • refactor: use anyio instead of pytest-asyncio for async test (#494)

Fixed

  • fix: pgvector data types cause errors (#468)
  • fix: postgres does not drop unique constraint when migrating (#484)
  • fix: rescursive m2m generating migration error (#478)
  • fix: postgres m2m set comment before table created (#482)
  • fix: refactor module importing to work with byte compiled migrations (#458)
  • fix: migration leads to constraint key error (#491)
  • fix: m2m table not removed when dropping model (#486)
  • fix: mysql alter column unique to indexed dropping error index name (#473)

@waketzheng waketzheng requested review from abondar and henadzit October 9, 2025 05:58
Copy link
Member

@abondar abondar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you think it should be 0.10.0?

@waketzheng
Copy link
Contributor Author

Don't you think it should be 0.10.0?

Changes of this release are enhancements and fixes. After run fix-migrations, people can use aerich as before.

I think we can use 0.10.0 for:

@waketzheng waketzheng merged commit bf68d7f into tortoise:dev Oct 10, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants