Skip to content

Releases: snipe/snipe-it

v8.0.0

24 Feb 20:06
ee85a39
Compare
Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.

Happy Monday (again!) We're thrilled to release v8 of Snipe-IT!

felicia-yay

We released the final version in the v7 line earlier today (7.1.17) so that folks who for some reason can't upgrade PHP to 8.2+ would still have a final release to use, but of course, we encourage everyone to bring their PHP versions into LTS compliance. If you skipped that upgrade (understandably, since it was just released today), you can see the other changelog here: v7.1.16...v8.0.0

Here's the highlight reel:

  • Custom fields on checkin/checkout! (Documentation updates coming shortly)
  • Breadcrumbs for better UX
  • Better tooltips to explain icons on very tab-dense screens
  • You can now add arbitrary notes to assets
  • Added Oromo (Ethiopian) as a language

This brings our version of Laravel (the framework we use) and the PHP dependencies into LTS (Laravel 11 is in LTS for another year and PHP 8.2's security support is for another two years.) We'll be yanking Snipe-IT into v12 of Laravel soon, but the system requirements won't change, so you won't have to worry about that as long as you're on PHP 8.2 or better.

We're also really pretty excited about the UX improvements - we hope they make your life easier.

Big thanks to asnyder from the MacAdmins slack for some early testing work, and as always, huge thanks @swift2512 for their relentless pursuit of a better UX. ❤️

What's Changed

Full Changelog from 7.1.16: v7.1.16...v8.0.0
Full Changelog: v7.1.17...v8.0.0

v7.1.17

24 Feb 11:28
Compare
Choose a tag to compare

Caution

The next version of Snipe-IT will requires PHP 8.2.0 or greater. Please update as soon as possible to avoid delays updating Snipe-IT moving forward!

Happy Monday! This is the final Snipe-IT release in the v7.x line. Snipe-IT v8 will be out very soon, so please make sure you've updated your PHP version to 8.2 or greater to prepare for the upcoming release!

02xmFoi

This release handles a few small issues related to QR codes and adds notes to locations, companies, categories, manufacturers and permission groups. It also fixes an issue where the the number of assets on some tabs was mismatched if the "show archived in lists" box was unchecked, and should fix a misformatted API response that could have impacted Jamf2Snipe and Kandji2Snipe. (That was fixed a few weeks ago, but was not in a tagged release.)

If this changelog looks a little small, bear in mind that we've been busting our butts on the develop branch to get Snipe-IT v8 ready. That's set to release later today, and will have a few more goodies for everyone.

What's Changed

Full Changelog: v7.1.16...v7.1.17

v7.1.16

22 Jan 18:02
Compare
Choose a tag to compare

Caution

Future major versions of Snipe-IT will requires PHP 8.2.0 or greater. Please update as soon as possible to avoid delays updating Snipe-IT moving forward!

liz-lemon-wednesday

Happy Wednesday, Grokstars! This release adds several small quality of life improvements on both mobile and desktop view, as well as some refactoring to make sure we have tests and a smoother transition as we begin focusing on Snipe-IT v8.

We've also added saved custom report templates, so if you find yourself running different custom asset reports frequently, you can now save them instead of adding filter criteria each time.

Note

If you end up seeing some blank table lists, do the following:

  • Clear your cookies
  • In your .env changing BS_TABLE_STORAGE=cookieStorage to BS_TABLE_STORAGE=localStorage.
  • Clear your config cache (if you use it): php artisan config:clear

We're encouraging everyone to switch to localStorage for that value, as folks with a lot of custom fields, etc can end up stuffing the browser cookie full and getting errors, whereas localStorage can hold a lot more info. (The BS_TABLE_STORAGE env var determines whether it's cookies or local storage that holds your sorting, pagination, search, etc preferences within the table.)

As mentioned above, future major releases of Snipe-IT will require PHP version 8.2.0 or greater, so get those servers upgraded!

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/s...

Read more

v7.1.15

25 Nov 14:28
Compare
Choose a tag to compare

Happy Monday, everyone! This is a bugfix release, mostly for folks running docker who only can deploy via tagged releases. We also fixed an issue with asset models not displaying on the listing page in some circumstances, fixed a few issues related to the recent MS Teams webhook deprecations, and handled an issue where uploaded asset files could not be deleted properly, plus a few visual tweaks for the signature pad.

What's Changed

Join the Community!

New Contributors

Full Changelog: v7.1.14...v7.1.15

v7.1.14 - Security Release

14 Nov 00:19
Compare
Choose a tag to compare

Caution

This is a security release. All Snipe-IT users are strongly encouraged to upgrade.

Warning

FYI, in our excitement to get this released, we mistakenly tagged this as 7.1.14 instead of 7.0.14 (yay, automation, amirite?) Unfortunately, deleting tags makes this more difficult for our docker users, so we're just running with it. Sorry for the confusion, but you didn't miss anything, it was just a simple typo. We'll update the version.php file so at least they both agree. There are no new server requirements or libraries required outside of the standard 7.x.x requirements to handle this upgrade.

liz-lemon-wednesday

We seem to be getting a lot of mileage from that gif these days. 🫠

This is a security release that handles several CVEs, including CVE-2024-52301, which was just patched in the Laravel core yesterday.

While hosted customers were NOT affected (we do not have register_argc_argv enabled on any of our servers), self-hosted community users and support-only customers are encouraged to upgrade as soon as possible, or at the very least make sure that setting is not enabled in your php.ini.

In addition to the security patches, we have also added some new features, such as:

  • Ability to import Asset Models (without accompanying assets) via the Importer
  • Ability to override or null out the EOL date for assets via the asset bulk edit screen
  • Optimized some queries and indexes to speed things up a bit
  • Fixed a bug where OU was accidentally required to create locations via the GUI
  • Miscellaneous UI improvements and fixes
  • Full changelog can be found below

As always, still lots more on deck.

PS - we will likely be discontinuing posting updates on our Twitter account moving forward. Instead, find us in these other places:

What's Changed

Read more

v7.0.13

02 Oct 11:56
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1.2 or greater

liz-lemon-wednesday

Happy Wednesday, everyone! We're pleased to announce Snipe-IT v7.13 is out. The most notable fix in this release is for folks who suddenly couldn't create asset models with the same name but different model number. That was a temporary issue in validation and should be fixed now.

We've also added the long-requested ability to sort numerically on numeric custom fields. (Folks who are not using MySQL/MariaDB, please let us know if this breaks stuff for you, even though we don't officially support non-MySQL databases.)

We've also added a new bulk option for users, which is the ability to print all items associated with multiple selected users, if that's the sort of thing you're likely to do.

And finally, on most list views, you can now see (and sort by) which administrator created the item.

Warning

API Change

We've added a created_by field to additional endpoints. This field replaces the previous user_id API object, which was only being returned in a few places. The user_id object will still be returned as normal, but you should plan on making that switch in your API integrations moving forward, as it will eventually be removed.

What's Changed

Full Changelog: v7.0.12...v7.0.13

v7.0.12

10 Sep 18:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.11...v7.0.12

v7.0.11

15 Aug 09:58
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1.2 or greater

Happy Thursday everyone! This release comes with a bunch of small UX/UI improvements, and a few additional features, including the ability to optionally update the asset's status on quick scan checkin.

We've also added the ability to play sounds on the "quick" bulk tasks like auditing for better accessibility. (You will have to enable this in your profile.)

We've also added a command-line utility that can help some folks who may have used the API to checkout assets without specifying an assigned_type, and could get a 500 error when trying to view those assets. (We have since improved the API validation to require the assigned_type, but older assets created via API could have had this issue.) See the docs on that utility here.

Up next, the ability to checkout accessories to assets and locations. The functionality has been built, but there are some safeguards we still have to put in to make sure you cannot delete locations or assets that still have accessories associated with them. We have a PR up for that and are working on it.

What's Changed

New Contributors

Full Changelog: v7.0.10...v7.0.11

v7.0.10

29 Jul 17:44
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1.2 or greater

Hey everyone!

While this is just a point release, we're really excited for this one. We've a bunch of small bug fixes, but also added some UX sugar that we think will make everyone's workflows a little bit easier. You can now decide where you want to go after creating, editing, or checking in/out a first class object (Assets, Accessories, Licenses, Users, etc). You can also now check out more than one accessory at a time, if that's a thing that comes up in your workflow.

Also: If your table listings text ("Showing x of y pages") defaulted to Chinese, this release handles that (via #15133).

We've been doing a ton of under the hood stuff that won't seem very obvious as users, but it puts us in a much better position to move more quickly on a lot of things.

Another important technical note: this release mitigates a difficult to exploit but possible attack. If someone had access to your APP_KEY, it was possible to perform an RCE attack. We mitigated this by disabling cookie serialization, but I'd still argue that if someone has your APP_KEY, you're going to have a bad time in a bunch of other ways, so this is just a gentle reminder than your APP_KEY should never, ever be shared with anyone, for any reason, and you should never use the default APP_KEY values we have in some of our example env files. If you have encrypted custom fields and need to roll your APP_KEY because you feel it could have been compromised, we have a cli utility to handle that.

Next up: Custom fields for users, and the ability to check out accessories to assets and locations.

What's Changed

New Contributors

Full Changelog: v7.0.9...v7.0.10

v7.0.9

11 Jul 18:11
Compare
Choose a tag to compare

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 #15029
  • Fixed API key missing translations by @snipe in #15055
  • Fixed missing print user assigned filter by @Godmartinz in #15059
  • Fixes Potential Exception by @spencerrlongg in #15057
  • upgrade.php: More helpful output when we can't read .upgrade_requirements.json by @jerm in #15051
  • upgrade.php: If we're on windows, make sure we can load intermediate certificates by @jerm in #15052
  • Small consumables optimizations by @snipe in #15071
  • Fixed inconsistent attributes order in Print All Assigned report by @FlorentDotMe in #15069

New Contributors

Full Changelog: v7.0.8...v7.0.9