9.0.2 (2025-05-12)
Overview of merged pull requests
BUGFIX: Replace skip migrations with simple return
If we use the skip migrations feature of doctrine, the migrations never get marked as applied. Which leads to situations, where your migration status will never be clean. So I replaced all skipif with a simple return.
See also: https://github.com/doctrine/migrations/issues/1179
Packages:
Flow
BUGFIX: Accept node names starting with numbers in fizzle parser
Resolves: #3475
Packages:
Eel