Skip to content

Releases: biigle/laravel-file-cache

v5.0.0

12 Jul 14:43
d86edcf
Compare
Choose a tag to compare

What's Changed

  • Implement compatibility with Laravel 11 by @mzur in #23

Full Changelog: v4.5.2...v5.0.0

v4.5.2

21 Feb 14:50
9881936
Compare
Choose a tag to compare

What's Changed

  • Make prune method even more robust against concurrent deletions by @mzur in #21

Full Changelog: v4.5.1...v4.5.2

v4.5.1

19 Feb 15:25
1ddbcbe
Compare
Choose a tag to compare

What's Changed

  • Make prune method more robust against runtime exceptions by @mzur in #20

Full Changelog: v4.5.0...v4.5.1

v4.5.0

27 Sep 14:12
02bef6d
Compare
Choose a tag to compare

What's Changed

  • Update requirements to support Laravel 10 by @mzur in #18

Full Changelog: v4.4.0...v4.5.0

v4.4.0

03 Jul 14:22
846ed84
Compare
Choose a tag to compare

What's Changed

  • Handle empty cached files after error by @mzur in #17

Full Changelog: v4.3.0...v4.4.0

v4.3.0

23 Jun 08:37
2c8f14c
Compare
Choose a tag to compare

What's Changed

  • Add configurable read_timeout by @mzur in #16

Full Changelog: v4.2.0...v4.3.0

v4.2.0

21 Jun 08:45
1652c65
Compare
Choose a tag to compare

If you have configured FILE_CACHE_TIMEOUT before, you should rename it to FILE_CACHE_CONNECT_TIMEOUT.

What's Changed

  • Implement add connect_timeout config option and set it to 5s by @mzur in #15

Full Changelog: v4.1.1...v4.2.0

v4.1.1

15 Jun 13:23
Compare
Choose a tag to compare

What's changed

  • Relax version constraint for guzzlehttp/guzzle by @mzur

Full Changelog: v4.1.0...v4.1.1

v4.1.0

14 Jun 13:03
9603c31
Compare
Choose a tag to compare

What's Changed

  • Implement optional throwOnLock argument by @mzur in #13
  • Use guzzle by @mzur in #14

Full Changelog: v4.0.1...v4.1.0

v4.0.1

29 Mar 13:03
Compare
Choose a tag to compare

What's changed

  • Support for "on-demand" disks that are not included in the config file, by @mzur

Full Changelog: v4.0.0...v4.0.1