Skip to content

[2.9.1] - 2024-05-16

Latest
Compare
Choose a tag to compare
@ConnorSheremeta ConnorSheremeta released this 16 May 21:31
· 54 commits to master since this release
34d1867

[2.9.1] - 2024-05-16

Fixed

  • Improves performance of Active Storage lookups via adding an table index.
    Requires a db:migration that creates the index concurrently thus does not
    lock the DB table PR#3428
  • Fixed edge case on batch ingest front end tool where metadata is invalid #3148
  • Fix unsafe redirect errors by using allow_other_host PR#3429

Changed

  • Update bundler to match version in production PR#3433

Chores