Skip to content

Releases: KnpLabs/Gaufrette

v0.11.1

03 Nov 17:27
Compare
Choose a tag to compare

Added

  • gitattributes file to avoid download too much files on install with composer in #679

Fixed

  • Azure integraton with stream was not working properly, it has been fixed in #683

v0.11.0

14 Oct 15:47
d193cb7
Compare
Choose a tag to compare

Added

  • Google Cloud Storage: options to automatically create bucket if not exists
  • Support for PHP 8.0+ 🎉
  • Support for doctrine/dbal 3.x

Updated

  • Azure seems to have break compatibility, phpstan detected it and it's now fixed (#674)

Removed

  • Adapter for OpenCloud (#669)

v0.10.0

05 Oct 19:27
ef5ec9d
Compare
Choose a tag to compare

See change log for changes.

v0.9.0

26 Dec 15:16
786247e
Compare
Choose a tag to compare

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

06 Jun 09:57
1d44b7a
Compare
Choose a tag to compare

Changes

  • Change Filesystem to FilesystemInterface in File's constructor (#608)

Thank you @athlan for your contribution !

v0.8.2

05 Jun 16:52
62075d0
Compare
Choose a tag to compare

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

11 Jan 10:12
80cc42e
Compare
Choose a tag to compare

Fixes

  • Fix rename with GoogleCloudStorage adapter #598

Thank you @jerome-arzel for your contribution !

v0.8.0

21 Dec 14:14
1f7c4bf
Compare
Choose a tag to compare

New features

  • Implement ChecksumCalculator interface for AzureBlobStorage 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

  • fix opencloud tests #579
  • fix appveyor build #589
  • Fix ini_get() for boolean values #595

Thank you @andreybolonin, @damijank, @deguif and @nicolasmure for your
contributions !

v0.7.0

06 Sep 15:54
a0627e9
Compare
Choose a tag to compare

Changes

  • FilesystemMap::set() should expects FilesystemInterface instead of Filesystem #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 !

v0.6.0

26 Mar 12:21
a7c71ed
Compare
Choose a tag to compare

Changes

  • Add support for major release of Azure Blob Storage SDK #558

Fixes

  • Fix Dockerfile for php 7.0 aaa66dc
  • Fix appveyor build #562

Thank you @nicolasmure, @NiR- and @z38 for your contributions!