Releases: KnpLabs/Gaufrette
Releases · KnpLabs/Gaufrette
v0.11.1
v0.11.0
v0.10.0
See change log for changes.
v0.9.0
New features
- Add MimeTypeProvider to AzureBlobStorage (#630)
Fixes
- Fix docker setup for dev env (#580)
- Define env vars in .env file only (#615)
- Add PHP Coding Standard check step on CI (#617)
- PHPUnit tests enhancement (#627)
Thank you @nicolasmure, @peter279k and @rgembalik for your contributions!
v0.8.3
v0.8.2
New features
- Declare a FilesystemMapInterface (#604)
- Add SizeCalculator support to GridFS (#603)
- Local Adapter: directory deletion (#610)
Fixes
- GridFS : return empty array when object has no metadata (#609)
Thank you @athos7933, @bsperduto and @nicolasmure for your contributions !
v0.8.1
Fixes
- Fix
rename
withGoogleCloudStorage
adapter #598
Thank you @jerome-arzel for your contribution !
v0.8.0
New features
- Implement
ChecksumCalculator
interface forAzureBlobStorage
adapter #594
Changes
In #593 :
- Drop support for EOL php versions (5.6 and 7.0)
- Minimum requirement is now php 7.1
- Add support for php 7.3
Fixes
Thank you @andreybolonin, @damijank, @deguif and @nicolasmure for your
contributions !
v0.7.0
Changes
FilesystemMap::set()
should expectsFilesystemInterface
instead ofFilesystem
#576
Fixes
- Add PutObjectAcl in the required permission #566
- Add php 7.2 to travis matrix #567
- AWS3 docs fix #570
- Ensure correct return type from Flysystem adapter "exists" method #572
Thank you @andreybolonin, @clement-michelet, @jakob-stoeck, @nicolasmure, @teohhanhui, @tristanbes for your contributions !