Releases: KnpLabs/Gaufrette
Releases · KnpLabs/Gaufrette
v0.5.0
New features
- Added support for calculated size for Azure Blob Storage #523
- GridFS Support for Metadata Retrieval after Write #535
Changes
- Test case for AwsS3 now inherits common test case #514
- Run azure tests on appveyor #512
- Bump PHPUnit to ^5.6.8 #529
- Use composer's autoload-dev #530
- Drop HHVM support + sync docker conf with Travis #528
- Refactoring tests to have more detailed failure messages #542
Fixes
- Documentation #510
- Typos #506, #538
- Fix incomplete tear down phase for AwsS3Test #516
- Fix FTP tests + bug in PhpseclibSftp::fetchKeys() #527
- fix travis build for php 5.6 #543
- Quickfix for Adapter/AwsS3, check if count() call is allowed #544
Thank you @andreasschacht, @bsperduto, @carusogabriel, @dawkaa, @gerkestam2, @GrahamCampbell, @Lctrs, @nicolasmure, @NiR- for your contributions !
v0.4
- Following adapters have been deprecated: AclAwareAmazonS3, AmazonS3, Apc, Cache, LazyOpenCloud, Sftp, Dropbox, MogileFS, GoogleCloudStorage (see #482)
- Improvement of test coverage during CI builds: functional tests for AzureBlobStorage, AwsS3, DoctrineDbal, Ftp, GridFS, OpenCloud and PhpseclibSftp now run on Travis (see #457, #460, #483, #484, #500, #504, #505)
- Maintained adapters now have metapackage to enforce version of 3rd party libraries, and ease installation process (see #487)
- Add FilesystemInterface and make current Filesystem implement it (see #492)
- Drop support for PHP v5.4 and v5.5 (see #503)
- File:
- Add rename method to File (see #468)
- Local adapter:
- AzureBlobStorage:
- Add support for multi container mode (see #486)
- AwsS3 adapter:
- GridFS adapter:
- Unmaintained mongo extension has been replaced with newer mongodb extension (see #460)
- GoogleCloudStorage adapter:
- Fixed missing leading "" before Google_Http_Request (see #471)
- Ftp adapter:
- Docs:
- Add minimum IAM roles for AwsS3 adapter, and recommend to manually create bucket (see #467)
Contributors: @NiR-, @nicolasmure, @WARrior-Alex, @zyphlar, @AntoineLelaisant, @Shivoham, @richardfullmer, @kcassam, @beebop1032, @dkarlovi.
Also, we thank @edhgoose and @zyphlar who made patches for deprecated adapters, before those adapters were deprecated, but still did not see their respective work merged in this version.
v0.3.1
Bind-mount spec/src/tests directories into containers
v0.3
Disable checksum verification when installing php
0.2.1: Merge pull request #298 from Nyholm/patch-1
Added HHVM to travis.yml
0.2.0: Merge pull request #339 from tartangear/patch-1
Check for type value in PhpseclibSftp Adapter
New adapter for Google Cloud Storage, bug fixes and improvements
Merge pull request #313 from Karisch/feature/google-cloud-storage Add support for Google Cloud Storage