Skip to content

Releases: biigle/largo

v2.31.0

26 Jan 13:59
c322781
Compare
Choose a tag to compare

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

v2.30.0

09 Aug 07:12
d947ddd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.29.0...v2.30.0

v2.29.0

14 Jun 14:20
58afaad
Compare
Choose a tag to compare

What's Changed

  • Bump webpack from 5.69.1 to 5.76.1 by @dependabot in #103
  • Delay annotation patch jobs if file is currently written by @mzur in #104

Full Changelog: v2.28.1...v2.29.0

v2.28.1

01 Feb 18:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.28.0...v2.28.1

v2.28.0

09 Dec 13:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.27.0...v2.28.0

v2.27.0

11 Apr 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.26.1...v2.27.0

v2.26.1

09 Mar 10:01
Compare
Choose a tag to compare

What's changed

  • Enabled API request rate limit by @mzur

Full Changelog: v2.26.0...v2.26.1

v2.26.0

22 Feb 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.25.1...v2.26.0

v2.25.1

26 Jan 08:09
Compare
Choose a tag to compare

What's changed

  • Updated vulnerable dependenvies by @mzur

v2.25.0

03 Jan 14:44
Compare
Choose a tag to compare

What's changed

  • Improved annotation patch error logging, by @mzur
  • Updated dependencies for PHP 8 support, by @mzur

Full Changelog: v2.24.1...v2.25.0