github grokability/snipe-it v8.1.15

latest releases: v8.3.1, v8.3.0, v8.2.1...
3 months ago

Caution

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

Happy Monday everyone! This release offers some UX fixes, some API enhancements for consistency, and three new classes of things you can use the importer for: manufacturers, suppliers, and categories. See what's on deck for the next release here: https://github.com/grokability/snipe-it/milestone/26.

Important API header change:

In order to to make it easier for you folks to build all the great stuff you do with the Snipe-IT REST API, we've added a few additional headers on API requests. Now every API request will return the following headers regardless of whether you've hit your API limit and are now returning a 429 response:

Header Value
X-RateLimit-Limit The rate limit defined in your .env for API_THROTTLE_PER_MINUTE
X-RateLimit-Reset The reset in seconds
X-RateLimit-Remaining The remaining requests within the X-RateLimit-Reset
X-RateLimit-Reset-Timestamp The epoch timestamp for when the rate limit will reset
Retry-After The reset in seconds, same as X-RateLimit-Reset

Previous versions of the API would only return some of these headers if you were getting a 429 - too many requests response.

For example:

What's Changed

New Contributors

Join the Community!

Full Changelog: v8.1.4...v8.1.15

Don't miss a new snipe-it release

NewReleases is sending notifications on new releases.