Releases: Stogon/unleash-bundle
Releases · Stogon/unleash-bundle
v0.9.1
What's Changed
Changes
- Update
README.md
- Increase PHPStan level to
5
Fixes
- Increase minimum version of
twig/twig
to>=3.11.2
to fix security issues - Fixed
dataProvider
in tests not being static - Fixed Github Actions
- Disable
xdebug
when runningphpstan
in Github Actions
Full Changelog: v0.9.0...v0.9.1
v0.9.0
v0.8.0
Changes
- Close #28
- Drop support for Symfony
4.4.*
- Set mininum version of Symfony component to
^5.4|^6.4
to match both LTS versions - Add testing on PHP 8.3 version
- Increase PHPStan level to
4
Fixes
- Bump minimum version of PHPStan dependency
Full Changelog: v0.7.3...v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.1
v0.6.0
Features
- [aaac9cc3bac22049cb16c5bb63c0443631b9c4b4] feat(#20): add
FeatureCacheWarmer
to preload features from remote when warming up the application cache - [8d1146c41fb33c3695a86ec6cbbb5177d1e1368f] feat(#20): add commands
unleash:features:fetch
to fetch features from remote Unleash server andunleash:features:list
to list features available from remote Unleash server
Fixes
- [4dc08af8b484e3c1ec0749b7ed42b2fcd45e5fa2] fix: remove wrong
@return
annotation ongetStrategies
method ofFeatureInterface
Full Changelog: v0.5.2...v0.6.0