Releases: biigle/laravel-file-cache
Releases · biigle/laravel-file-cache
v4.0.0
What's changed
This version supports Laravel 9.
Files from a local filesystem adapter are now cached as well, as the adapter instance can no longer be identified with Flysystem 3.
Full Changelog: v3.2.3...v4.0.0
v3.2.2
Fixed:
- Edge case in streaming of special stream wrappers ( #11 )
v3.2.1
Fixed:
- HTTP header casing in existsRemote
v3.2.0
Changed:
- Add support for Laravel 6, 7 and 8
v3.1.4
Fixed:
- Parsing of
Content-Type
in exists
method for remote files
v3.1.3
Fixed:
- Respect allowed MIME types and file size in exists method ( #5 )