Download Snipe-IT 4.0 Beta
Snipe-IT is an open source configuration management system that allows an IT department to track physical devices, licenses, and consumables. What was issued to whom, what was returned for repair, how many licenses are still available, when do the licenses expire, and so on. In addition, it can maintain a eula that end users must accept with new equipment, and labels can be printed and scanned. For more information, please refer to this page. The developers of Snipe-IT have released version 4.0 beta with the following list of changes:
New in v4.0 beta
This pre-release contains many improvements to API consistency from the previous alphas, in addition to some smaller bugfixes and UI improvements. See the complete changelog here.
changelog
- FIXED #3491 – adds supplier info to assets listing
- FIXED checkout buttons on licenses list
- IMPROVED #3514 – move tinker requirement out of dev
- FIXED weird query scope that breaks stuff when querying large data
- FIXED #3514 – removed debugging code that was forcing 404
- FIXED explode for trusted proxy
- IMPROVED #3546 – increases size of field values in custom fields for listboxes
- FIXED #3556 missing group listing
- FIXED #3579 pre-flight config file warning
- FIXED #3580 – reduce minimum username size to 1
- IMPROVED #3582 – Add in location parent and child information into API requests
- ADDED Departments
- FIXED #3605 – missing table close tag causing page layout bonking
- FIXED #3602 – actions missing from suppliers in v4
- FIXED #3644 – broken date picker
- FIXED #3651 – backups not working
- ADDED import mapper #3639
- FIXED Auto Incrementer
- FIXED #3732 – broken tooltips and weird select2 option text behavior
- FIXED #3702 – Added artisan command to walk through special characters that were double-encoded
- ADDED Adds max thumbnail width to asset listings, settings
- FIXED #3632 and #3817 – set archived to default 0 so imported asset alerts fire
- ADDED DB port number as env variable
Important Note on Upgrading
If you are upgrading from a 3.x version of Snipe-IT, your app key was generated using the (deprecated) mcrypt library. Snipe-IT 4.x defaults to using an OpenSSL cipher instead of mcrypt – which will cause no issues if you are installing for the first time, but if you’re upgrading, you may get a cipher error. If this happens, do the following:
- Add a line to your .env file: APP_CIPHER=rijndael-256
- Clear your config cache: php artisan config:clear and php artisan config:cache
- Clear your app cache:php artisan cache:clear
- Clear your browser sessions
If this fails, you CAN regenerate your app key, however this is strongly recommended against for existing installs. Changing your app key will:
- make any encrypted fields undecryptable
- make your LDAP password undecryptable
- void all browser sessions
If setting your APP_CIPHER doesn’t work and you have encrypted custom fields, please open a ticket instead of regenerating your app key. We’ll try to work through how to resolve it without wiping your key.
Version number | 4.0 beta |
Release status | beta |
Operating systems | Linux, BSD, macOS, Solaris, Windows Server 2008, Windows Server 2012 |
Website | Snipe-IT |
Download | |
License type | Conditions (GNU/BSD/etc.) |