Skip to content

v6.2.3

Compare
Choose a tag to compare
@snipe snipe released this 16 Oct 19:23
· 1629 commits to master since this release

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

This release is largely a bug fix release. There were some rare conditions where asset history wouldn't show because the original item (location, etc) were both soft-deleted and then purged, which was causing a 500 error. This didn't affect most users, but for the ones it did affect, this was an important fix.

This also fixes a migration issue between older versions of Snipe-IT upgrading to newer versions where it would have issues with the eol_explicit field, since the asset observer tries to modify that field, but it didn't necessarily exist yet depending on where you were at with migrations. This issue is now resolved.

What's Changed

  • Added tighter controls for matching log ID and item_id by @snipe in #13726
  • Set resend acceptance to POST by @snipe in #13727
  • Fixes qty remaining requirements for component checkout via API by @snipe in #13728
  • Fixed the storing of group permissions when creating via API by @marcusmoore in #13734
  • Fixed notification logic to ensure check in and out emails are delivered by @marcusmoore in #13733
  • Resolves issue with migrations with table prefixes by @spencerrlongg in #13745
  • Fixed #13723 - race condition on asset observer for older migration by @snipe in #13748
  • Handle case where value is deleted in history by @snipe in #13749

Full Changelog: v6.2.2...v6.2.3