Releases: tedious/Stash
Releases · tedious/Stash
v1.2.0
What's Changed
- RedisTest throws \RedisException, so expect that, not Warning by @DavidGoodwin in #432
- Fix memcache::set default argument from the deprecated null to false by @DavidGoodwin in #431
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- More explicit nullable types for PHP 8.4 by @taylorvance in #428
- Use explicit nullable type for PHP 8.4 by @taylorvance in #427
- Update tested versions of php by @tedivm in #429
New Contributors
- @taylorvance made their first contribution in #428
Full Changelog: v0.18.0...v1.1.0
v1.0.0
After 18 years of development I think it's safe to say the API for this project is now stable. The biggest thing holding back from a v1 was the introduction of types, which have been added and stabilized to match the upstream types from PSR-6 v3 interfaces without any issues being reported.
This release is identical to the v0.18 release, so updating should be easy for most teams.
v0.18.0: Last Release before v1.0.0
What's Changed
- Update to psr/cache 3.0 by @KorvinSzanto in #423
- Minimum Version is v8.
New Contributors
- @KorvinSzanto made their first contribution in #423
Full Changelog: v0.17.6...v0.18.0