Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 1.44 KB

CHANGELOG

2024-01-06

  • BC Break: Bumped minimum PHP version from 7.4 to 8.1
  • BC Break: Bumped psr/log version from ^1 to ^2.0 || ^3.0
  • BC Break: Removed usage of Pimple and container accessor methods from ServiceLocator and replaced it with a custom PSR-11 container (#6) - thanks @mattsah
  • Fixed a bug in StreamWrapper preventing empty files from being copied (#7, #8) - thanks @mattsah

2022-02-21

  • Fixed a bug in MemoryBuffer caused by opening the same file multiple times (#2, #4) - thanks @onet4
  • Added LoggingCompositeBuffer to 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