v6.4.1

grokability/snipe-itv6.4.1May 13, 2024by snipe

AI Summary

This is a minor patch release focused on performance optimization for users with large asset counts and fixing notification issues. It also serves as a stepping stone toward the upcoming v7.0.0 release.

Key Highlights

  • Optimized sidebar queries to improve performance for large datasets.
  • Fixed notifications and default variable issues.
  • Fixed UI where the delete button was not disabled correctly.
  • Upgraded Codacy analysis CLI.

Full Release Notes

> [!CAUTION]  
>  **The NEXT major release of Snipe-IT (v7.0.0) will require PHP 8.1 or greater**

Hi folks - happy Monday! This is just tiny release to handle a few small remaining bug fixes as we head into v7.

The [current working v7 branch](https://github.com/snipe/snipe-it/tree/snipeit_v7_laravel10) will be merged into the existing develop branch within the week, and will then be available on the https://develop.snipeitapp.com demo link.

This update fixes a small issue with notifications and also optimizes some of the queries that populate the sidebar that could have slowed things down for folks with a lot of assets.

## What's Changed
* Load settings in `SendUpcomingAuditReport` command by @marcusmoore in https://github.com/snipe/snipe-it/pull/14690
* Fixes #14692 - set default variables for sidebar totals by @snipe in https://github.com/snipe/snipe-it/pull/14693
* Fixes #14701 - wrong total asset count by @Toreg87 in https://github.com/snipe/snipe-it/pull/14702
* Fixed UI where delete button was not disabled even if the user couldn't be deleted by @snipe in https://github.com/snipe/snipe-it/pull/14697
* Fix memory-hog query in AssetCountForSidebar middleware by @jerm in https://github.com/snipe/snipe-it/pull/14711
* Bump codacy/codacy-analysis-cli-action from 4.4.0 to 4.4.1 by @dependabot in https://github.com/snipe/snipe-it/pull/14715


**Full Changelog**: https://github.com/snipe/snipe-it/compare/v6.4.0...v6.4.1