Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

v2.31.0

Choose a tag to compare

@mzur mzur released this 26 Jan 13:59
c322781

Upgrade instructions

Run the migrations after upgrading to this version.

This release introduces annotation outlines and sorting by "outliers" in Largo. These features require processing of existing annotations, otherwise they will only work for annotations created after the upgrade. To process all existing annotations, you can run the console command:

php artisan largo:generate-missing --skip-patches

The command also offers several flags that can help if you have to process a large number of existing annotations (e.g. you can process the outlines/SVGs and sorting/vectors separately).

After upgrading to this release, postprocessing of new annotations will require more compute ressources. You may have to adjust the number of available queue worker processes.

What's Changed

Full Changelog: v2.30.0...v2.31.0