Skip to content

Releases: tedious/Stash

v1.0.0

04 Mar 17:09
6f66c55
Compare
Choose a tag to compare

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

30 Jan 22:09
6f66c55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.6...v0.18.0

v0.17.6

26 Jul 14:15
a2c9df1
Compare
Choose a tag to compare

What's Changed

  • Fix deprecation error in memcache driver on php 8.1 by @brutto in #415

Full Changelog: v0.17.5...v0.17.6

v0.17.5

31 May 17:29
70767dc
Compare
Choose a tag to compare

What's Changed

  • implemented Item::extend(), fixed some PHPDoc inconsistencies by @iclukas in #414

Full Changelog: v0.17.4...v0.17.5

v0.17.4

28 May 23:08
e6d5534
Compare
Choose a tag to compare

What's Changed

  • Add 'username' auth option to Redis driver by @okiedork in #413

New Contributors

Full Changelog: v0.17.3...v0.17.4

v0.17.3

27 May 15:53
9f48e6d
Compare
Choose a tag to compare

What's Changed

  • work around SQLite PDO’s inability to enforce permissions for data files by @iclukas in #411

Full Changelog: v0.17.2...v0.17.3

v0.17.2

24 May 16:29
feae77d
Compare
Choose a tag to compare

What's Changed

  • limit nesting loop for SQLite filename creation to count of key array… by @iclukas in #409

Full Changelog: v0.17.1...v0.17.2

v0.17.1

21 Mar 01:05
4ebc237
Compare
Choose a tag to compare

What's Changed

  • Added an ability to set a default invalidation method for the pool by @Finesse in #407
  • Fix type hint on check filesystem permissions function by @tedivm in #408

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

11 Mar 18:50
7a898d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0: PHP 8

18 Jan 04:07
7d42f58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.16.0