LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Another small patch release which largely handles missing translations and the some refinements on the upgrade.php
script to make upgrading a little smoother, and added a boatload more automated tests. We also tightened up some queries on the consumables side, so hopefully those with much larger data sets for consumables will notice speedier load times there.
Additionally, we identified and fixed an issue where in some circumstances, custom field data could be lost when auditing an asset, and we also added better history tracking for consumables.
What's Changed
- General cleanup - Docblock fixes, adding type hinting, added tests, added asset model form validator by @snipe in snipe/snipe-it#15029
- Fixed API key missing translations by @snipe in snipe/snipe-it#15055
- Fixed missing print user assigned filter by @Godmartinz in snipe/snipe-it#15059
- Fixes Potential Exception by @spencerrlongg in snipe/snipe-it#15057
upgrade.php
: More helpful output when we can't read.upgrade_requirements.json
by @jerm in snipe/snipe-it#15051upgrade.php
: If we're on windows, make sure we can load intermediate certificates by @jerm in snipe/snipe-it#15052- Small consumables optimizations by @snipe in snipe/snipe-it#15071
- Fixed inconsistent attributes order in Print All Assigned report by @FlorentDotMe in snipe/snipe-it#15069
New Contributors
- @FlorentDotMe made their first contribution in snipe/snipe-it#15069
Full Changelog: snipe/snipe-it@v7.0.8...v7.0.9