Releases: laravel-unleash/laravel-unleash
Releases · laravel-unleash/laravel-unleash
v0.10
v0.9
v0.8
v0.7.1
v0.7
v0.6
v0.5.1
v0.5: Add support for failover cache (#23)
- Changes cache TTL default to 15s, the standard default - Add unleash.cache.failover option that will pull the last successful result from the cache - This setting is independent of regular caching - The cache is always stored, to allow enabling the feature during a failure incidence - This change also moves the requests for features out of the constructor - Possible to use in Facades - Still "cached" for the lifetime of the Unleash object