This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Releases: mikefrancis/laravel-unleash
Releases · mikefrancis/laravel-unleash
v0.10
v0.9
Add in composer reqs for Laravel v9 (#43)
v0.8
Fix isFeatureEnabled returns false when multiple strategies are confi…
v0.7.1
UserWithId Strategy calls id() method on User Model (#32)
v0.7
Make endpoint and request options configurable. (#28)
v0.6
Add Middleware feature.enabled, feature.disabled (#26)
v0.5.1
Bind GuzzleHttpClient as default client for Unleash. (#29)
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
v0.4
Allow passing variadic args into `Unleash->isFeatureEnabled()`/`Unlea…
v0.3
Add Unleash and Feature facades (#24)