v8.7.1
grokability/snipe-itv8.7.1Aug 17, 2026by snipe
AI Summary
This is a patch release focused on quality-of-life improvements for importers and LDAP wizards, along with various SCIM fixes. A new feature allows users to manage maintenance types directly within the UI. The release also includes security updates via weekly Docker image rebuilds.
Key Highlights
- Added UI capability to manage maintenance types
- Fixed Asset Importer and LDAP Wizard issues
- Improved SCIM handling for Okta and large syncs
- Rebuilt Docker images weekly for security patches
New Features
- Manage maintenance types in the UI
- Re-add radio buttons as booleans in Custom Fields
- Add LDAP summary to the last page of the LDAP Wizard
Full Release Notes
Happy Monday, folks! This is just a small patch release for some quality-of-life fixes, mostly for the importer and LDAP wizards, with a few SCIM fixes as well. Also, you can now manage maintenance types in the UI. We'll be improving that UI moving forward, but we wanted to at least get that capability into your hands. ## What's Changed * Asset Importer: Fixed #19468 - removed requiredness for custom fields by @snipe in https://github.com/grokability/snipe-it/pull/19471 * Cleaned up some PHPStan errors, re-ran baseline by @uberbrady in https://github.com/grokability/snipe-it/pull/19480 * Importer: Fix for Livewire+modal+select2 search by @snipe in https://github.com/grokability/snipe-it/pull/19483 * Action_logs cleanup script by @uberbrady in https://github.com/grokability/snipe-it/pull/19462 * Fix the add_link_colors_to_settings migration by @sirzerator in https://github.com/grokability/snipe-it/pull/19475 * Change Address parsing to better handle Okta's SCIM by @uberbrady in https://github.com/grokability/snipe-it/pull/19485 * Rebuild Docker images weekly to pick up security patches by @markof88 in https://github.com/grokability/snipe-it/pull/19397 * 🖼️ LDAP Wizard: Fixed #19481 - added ldap summary to last page of wizard by @snipe in https://github.com/grokability/snipe-it/pull/19486 * Annotated Attribute return types on eloquent models by @marcusmoore in https://github.com/grokability/snipe-it/pull/19490 * Normalize HTTP responses for external services by @uberbrady in https://github.com/grokability/snipe-it/pull/19487 * Manage maintenance types UI by @snipe in https://github.com/grokability/snipe-it/pull/19492 * Handle SCIM group syncing with very large user+group syncs by @snipe in https://github.com/grokability/snipe-it/pull/19496 * Custom Fields - Fixed #19498 - re-add radio buttons as booleans by @snipe in https://github.com/grokability/snipe-it/pull/19499 ## New Contributors * @sirzerator made their first contribution in https://github.com/grokability/snipe-it/pull/19475 * @markof88 made their first contribution in https://github.com/grokability/snipe-it/pull/19397 **Full Changelog**: https://github.com/grokability/snipe-it/compare/v8.7.0...v8.7.1