2025-05-17
- Fixed a bug in
stream_open(),stream_read(), andstream_stat()inStreamWrapperwhere missing files weren't handled correctly (#17) - thanks @BrianHenryIE
2025-02-14
- Fixed a bug in
StreamWrapper->url_stat()where directory checks weren't handled correctly (#16) - thanks @BrianHenryIE - Fixed a bug in
StreamWrapper->rmdir()where stale stat cache entries weren't being cleared (#16) - thanks @BrianHenryIE
2024-08-15
- Fixed a bug in
StreamWrapper->stream_open()related to opening read streams (#14) - thanks @Crell
2024-08-14
- Fixed a bug related to path-less stream URL handling (#9) - thanks @Crell
- Fixed a bug related to directory handling in
StreamWrapper->url_stat()(#9) - thanks @Crell - Added a
LICENSE.txtfile (#10) - thanks @Crell - Configured GitHub Actions to run CS-Fixer and tests on all PRs and supported PHP versions (#11) - thanks @Crell
2024-01-06
- BC Break: Bumped minimum PHP version from 7.4 to 8.1
- BC Break: Bumped
psr/logversion from^1to^2.0 || ^3.0 - BC Break: Removed usage of Pimple and container accessor methods from
ServiceLocatorand replaced it with a custom PSR-11 container (#6) - thanks @mattsah - Fixed a bug in
StreamWrapperpreventing empty files from being copied (#7, #8) - thanks @mattsah
2025-05-17
- Fixed a bug in
stream_open(),stream_read(), andstream_stat()inStreamWrapperwhere missing files weren't handled correctly (#17) - thanks @BrianHenryIE
2025-02-14
- Fixed a bug in
StreamWrapper->url_stat()where directory checks weren't handled correctly (#16) - thanks @BrianHenryIE - Fixed a bug in
StreamWrapper->rmdir()where stale stat cache entries weren't being cleared (#16) - thanks @BrianHenryIE
2022-02-21
- Fixed a bug in
MemoryBuffercaused by opening the same file multiple times (#2, #4) - thanks @onet4 - Added
LoggingCompositeBufferto log buffer method calls - Added notes about installing Flysystem adapters to README (#1, #3) - thanks @onet4
2022-01-14
- Add support for Flysystem 3
2021-07-20
- Added support for buffer strategies
2021-07-17
- Initial release