LinuxServer Changes:
Rebasing to alpine 3.12.
snipe-it Changes:
New in v4.9.4
IMPORTANT: This release requires PHP 7.1.3 or greater.
This is a bug fix release that handles an issue with the Select2 dropdown that would cause them to stop loading additional items in some circumstances. Additionally, we've consolidated the security headers into one middleware file, fixed a display bug on column selectors that used an icon, and created a few additional command line tools that we hope will be helpful to folks.
Fixed
- Fixed missing db prefix on
scopeDueOrOverdueForAudit()
- Fixed #8163 - CSS code showing in column selectors for custom fields
- Fixed
location_id
tortd_location_id
in the API on asset creation when the asset is not assigned. (This mirrors the GUI behavior) - Fixed Select2 'infinite scroll' drop-downs for Snipe-IT v5 (#8228)
- Fixed a few additional column-selector bugs where icons are used
Improved
- Removed CSP middleware and consolidated ReferrerPolicy into new SecurityHeaders middleware
Added
- Added #8183 - CLI merge user tool to merge users by username/email.
- Added
Strict-Transport-Security
header - Allow for email/username search on users
- Show whether or not the user was imported via LDAP in the view page
- Added CLI tool to checkout a license to ALL (non-deleted) users
For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php
.
For a full list of changes, see the changelog.
After completing the upgrade process, be sure to clear your browser cookies.
Upgrading from v3
Please see the upgrade instructions here.