Skip to content

Releases: AymDev/Fregata

v1.1.0 - Symfony 6 support

12 Mar 15:43

Choose a tag to compare

Added

  • Symfony 6 support
  • Service tags for migrations, migrators and tasks

Deprecated

  • usage of Executor without puller.

v1.0.3 - bug fixes

24 May 12:33

Choose a tag to compare

Fixed

  • Added missing CopyColumnHelper service definition
  • Removed table alias in ForeignKeyAfterTask for PostgreSQL foreign keys UPDATE query

v1.0.2 - bug fix

22 May 12:25

Choose a tag to compare

Fixed

  • Added missing autowiring for before and after tasks

v1.0.1

18 May 11:50

Choose a tag to compare

Only internal changes have been made.

v1.0.0 : Fregata complete rewrite !

17 May 20:33

Choose a tag to compare

See the CHANGELOG for a short list of new features, and the README for the documentation.

v0.3.2

22 Jun 22:13

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

Changelog:

  • fixed: prevents connections from generating multiple database connections.

v0.3.1

07 Jun 16:26

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

Changelog:

  • fixed: adds blank line in CLI output to avoid readability issues

v0.3

07 Jun 13:40

Choose a tag to compare

v0.3 Pre-release
Pre-release

New features:

Improvements:

  • PHP-DI is used to autowire migrators constructor arguments
  • the console command outputs a migration progress bar per migrator

Complete documentation on the README.

v0.2

23 May 09:56

Choose a tag to compare

v0.2 Pre-release
Pre-release

This new version comes with a Composer vendor binary !

./vendor/bin/fregata

Read more about command line usage.

Fregata v0.1 - first release !

21 May 14:34

Choose a tag to compare

Pre-release

Documentation can be found on the README. As this is the first release, any feedback is more than welcome.

Install easily with Composer:

composer require aymdev/fregata