Recent Releases of https://github.com/biigle/laravel-file-cache
https://github.com/biigle/laravel-file-cache - v5.1.0
What's Changed
- Laravel 12 support by @mzur in https://github.com/biigle/laravel-file-cache/pull/25
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v5.0.1...v5.1.0
- PHP
Published by mzur about 1 year ago
https://github.com/biigle/laravel-file-cache - v5.0.1
What's Changed
- Fix file handle not being closed on exception by @mzur in https://github.com/biigle/laravel-file-cache/pull/24
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v5.0.0...v5.0.1
- PHP
Published by mzur about 1 year ago
https://github.com/biigle/laravel-file-cache - v5.0.0
What's Changed
- Implement compatibility with Laravel 11 by @mzur in https://github.com/biigle/laravel-file-cache/pull/23
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.5.2...v5.0.0
- PHP
Published by mzur almost 2 years ago
https://github.com/biigle/laravel-file-cache - v4.5.2
What's Changed
- Make prune method even more robust against concurrent deletions by @mzur in https://github.com/biigle/laravel-file-cache/pull/21
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.5.1...v4.5.2
- PHP
Published by mzur over 2 years ago
https://github.com/biigle/laravel-file-cache - v4.5.1
What's Changed
- Make prune method more robust against runtime exceptions by @mzur in https://github.com/biigle/laravel-file-cache/pull/20
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.5.0...v4.5.1
- PHP
Published by mzur over 2 years ago
https://github.com/biigle/laravel-file-cache - v4.5.0
What's Changed
- Update requirements to support Laravel 10 by @mzur in https://github.com/biigle/laravel-file-cache/pull/18
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.4.0...v4.5.0
- PHP
Published by mzur over 2 years ago
https://github.com/biigle/laravel-file-cache - v4.4.0
What's Changed
- Handle empty cached files after error by @mzur in https://github.com/biigle/laravel-file-cache/pull/17
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.3.0...v4.4.0
- PHP
Published by mzur almost 3 years ago
https://github.com/biigle/laravel-file-cache - v4.3.0
What's Changed
- Add configurable read_timeout by @mzur in https://github.com/biigle/laravel-file-cache/pull/16
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.2.0...v4.3.0
- PHP
Published by mzur almost 3 years ago
https://github.com/biigle/laravel-file-cache - v4.2.0
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 https://github.com/biigle/laravel-file-cache/pull/15
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.1.1...v4.2.0
- PHP
Published by mzur almost 3 years ago
https://github.com/biigle/laravel-file-cache - v4.1.1
What's changed
- Relax version constraint for
guzzlehttp/guzzleby @mzur
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.1.0...v4.1.1
- PHP
Published by mzur almost 3 years ago
https://github.com/biigle/laravel-file-cache - v4.1.0
What's Changed
- Implement optional throwOnLock argument by @mzur in https://github.com/biigle/laravel-file-cache/pull/13
- Use guzzle by @mzur in https://github.com/biigle/laravel-file-cache/pull/14
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.0.1...v4.1.0
- PHP
Published by mzur almost 3 years ago
https://github.com/biigle/laravel-file-cache - v4.0.1
What's changed
- Support for "on-demand" disks that are not included in the config file, by @mzur
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v4.0.0...v4.0.1
- PHP
Published by mzur about 4 years ago
https://github.com/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: https://github.com/biigle/laravel-file-cache/compare/v3.2.3...v4.0.0
- PHP
Published by mzur over 4 years ago
https://github.com/biigle/laravel-file-cache - v3.2.3
What's changed
- Fix encoded URL in
existsRemoteby @mzur
Full Changelog: https://github.com/biigle/laravel-file-cache/compare/v3.2.2...v3.2.3
- PHP
Published by mzur over 4 years ago
https://github.com/biigle/laravel-file-cache - v3.2.2
Fixed:
- Edge case in streaming of special stream wrappers ( #11 )
- PHP
Published by mzur almost 5 years ago
https://github.com/biigle/laravel-file-cache - v3.2.1
Fixed:
- HTTP header casing in existsRemote
- PHP
Published by mzur almost 5 years ago
https://github.com/biigle/laravel-file-cache - v3.2.0
Changed:
- Add support for Laravel 6, 7 and 8
- PHP
Published by mzur almost 5 years ago
https://github.com/biigle/laravel-file-cache - v3.1.4
Fixed:
- Parsing of
Content-Typeinexistsmethod for remote files
- PHP
Published by mzur almost 6 years ago
https://github.com/biigle/laravel-file-cache - v3.1.3
Fixed:
- Respect allowed MIME types and file size in exists method ( #5 )
- PHP
Published by mzur about 6 years ago
https://github.com/biigle/laravel-file-cache - v2.2.6
Changed:
- Updated dependencies
- PHP
Published by mzur about 6 years ago
https://github.com/biigle/laravel-file-cache - v3.1.2
Changed:
- Updated dependencies
- PHP
Published by mzur about 6 years ago
https://github.com/biigle/laravel-file-cache - v3.1.1
Changed:
- Updated dependencies
- PHP
Published by mzur over 6 years ago
https://github.com/biigle/laravel-file-cache - v3.1.0
Added:
- New
existsmethod ( #3 )
- PHP
Published by mzur over 6 years ago
https://github.com/biigle/laravel-file-cache - v3.0.0
This version is compatible with Laravel 6.
- PHP
Published by mzur over 6 years ago
https://github.com/biigle/laravel-file-cache - v2.2.5
Fixed:
- Throw an exception if a file from a local storage disk does not exist
- PHP
Published by mzur over 6 years ago
https://github.com/biigle/laravel-file-cache - v2.2.4
Fixed:
- Escaping of URLs with a
+( 92658ba87d2f460396ba4e08d88bf4820ca000e3 )
- PHP
Published by mzur about 7 years ago
https://github.com/biigle/laravel-file-cache - v2.2.3
Fixed:
- Escaping of stream URLs with user or port information ( #2 )
- PHP
Published by mzur about 7 years ago
https://github.com/biigle/laravel-file-cache - v2.2.2
Fixed:
- Unwanted escaping of URL parts
- PHP
Published by mzur about 7 years ago
https://github.com/biigle/laravel-file-cache - v2.2.1
Fixed:
- Escape special characters in file stream URLs
- PHP
Published by mzur about 7 years ago
https://github.com/biigle/laravel-file-cache - v2.2.0
Added:
- Optional MIME type whitelist ( #1 )
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v2.1.0
Changed:
- Default maximum file size is set to no limit instead of 100 MB.
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v2.0.2
Fixed:
- Cron expression configuration of scheduled prune command
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v2.0.1
Fixed:
- Wrong first argument for
getandbatchfunctions.
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v2.0.0
The package has been renamed to biigle/laravel-file-cache. You need to change the the following names in your code:
| old | new |
| --- | --- |
| ImageCache (facade) | FileCache |
| app('image-cache') | app('file-cache') |
| Biigle\ImageCache\GenericImage | Biigle\FileCache\GenericFile |
| Biigle\ImageCache\Contracts\Image | Biigle\FileCache\Contracts\File |
| prune-image-cache (artisan command) | prune-file-cache |
| images.cache (config namespace) | file-cache |
| IMAGE_CACHE_* (env var prefix) | FILE_CACHE_* |
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v1.1.3
Fixed:
- The scheduled prune command was not executed in Laravel
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v1.1.2
Public release
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v1.1.1
Fixed:
- Registration of the
prune-inage-cacheconsole command
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v1.1.0
Added:
- New methods
ImageCache::batchandImageCache::batchOnceto process many images in one go.
Changed:
callabletype check for callback arguments.
Fixed:
ImageCache::prunenow considers if images are still in use when pruning images to maximum cache size.
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v1.0.0
Features:
- Compatible with Laravel and Lumen
- Fetch and cache images from public webservers or storage disks
- Get a stream resource to images from public webservers or storage disks
- Handle access to images by concurrent queue workers
- Gracefully handle large images and connectivity issues
Fixed:
- Compatibility with Lumen
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v0.3.0
Added:
- Package auto discovery for Laravel
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v0.2.0
Changed:
- Use a hash of the image URL instead of an image ID
- PHP
Published by mzur over 7 years ago
https://github.com/biigle/laravel-file-cache - v0.1.0
Features:
- Compatible with Laravel and Lumen
- Fetch and cache images from public webservers or storage disks
- Get a stream resource to images from public webservers or storage disks
- Handle access to images by concurrent queue workers
- Gracefully handle large images and connectivity issues
- PHP
Published by mzur over 7 years ago