github tchapi/davis v4.3.0

latest releases: v5.0.1-rc, v5.0.0-rc, v4.4.4...
10 months ago

What's Changed

  • Fix a regression introduced in 4.2.0 about the OPTIONS call (#124)

💁🏼‍♂️ If you're coming from a release before 4.2.0, please do not forget to run the migration process below

How to migrate your database

Warning
While not exactly breaking, you have to update the database schema to have the correct column type. Follow the instructions below.

0. Back up your database

This is a safety precaution in case you end up messing with a migration or the database in general. It's highly recommended, even if you know exactly what you're doing.

1. Update the code and migrate

You can now update the code (either directly or get the up to date container), and then run the remaining migrations with:

bin/console doctrine:migrations:migrate

Note
Some migrations are for PostgreSQL, some for MySQL, so it's perfectly normal if you always have a "New" migration that is skipped, and if you're not at the latest one.


Full Changelog: v4.2.1...v4.3.0

Don't miss a new davis release

NewReleases is sending notifications on new releases.