Skip to content

Releases: laravel-unleash/laravel-unleash

v0.10

20 Jul 08:26
efcc8e7
Compare
Choose a tag to compare
Bump dependencies for Laravel 10 (#44)

v0.9

20 Feb 14:12
47d7220
Compare
Choose a tag to compare
Add in composer reqs for Laravel v9 (#43)

v0.8

07 Feb 11:53
ed1a1b8
Compare
Choose a tag to compare
Fix isFeatureEnabled returns false when multiple strategies are confi…

v0.7.1

02 Oct 11:11
a9a1ab6
Compare
Choose a tag to compare
UserWithId Strategy calls id() method on User Model (#32)

v0.7

19 Jun 09:27
d370d33
Compare
Choose a tag to compare
Make endpoint and request options configurable. (#28)

v0.6

26 Apr 10:00
5e54aaa
Compare
Choose a tag to compare
Add Middleware feature.enabled, feature.disabled (#26)

v0.5.1

08 Apr 10:09
a31289f
Compare
Choose a tag to compare
Bind GuzzleHttpClient as default client for Unleash. (#29)

v0.5: Add support for failover cache (#23)

25 Feb 08:39
c579789
Compare
Choose a tag to compare
- 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

21 Feb 15:45
e542f2e
Compare
Choose a tag to compare
Allow passing variadic args into `Unleash->isFeatureEnabled()`/`Unlea…

v0.3

08 Feb 19:00
b2f8e9c
Compare
Choose a tag to compare
Add Unleash and Feature facades (#24)