Skip to content

Releases: arquivei/flysystems-php

Fix Guzzle 7 Unwrap

11 Mar 19:29
7cb2b46
Compare
Choose a tag to compare
Merge pull request #29 from arquivei/fix/Guzzle7_Unwrap

Fix | Guzzle 7 Unwrap

Fix Guzzle 7 Unwrap

11 Mar 18:41
3c5d0d9
Compare
Choose a tag to compare

Fixes the unwrap utilization from Guzzle Promise

Add compatibility to Laravel 9

11 Jan 13:43
837d6b9
Compare
Choose a tag to compare
Merge pull request #27 from laiquesantana/5.x

adicionando suporte laravel 9

Improved GoogleCloudStorageProvider logs

04 Apr 20:41
b2c674a
Compare
Choose a tag to compare

Separates object not found logs from generic error logs.

Objects not found logs context were added about which object was searched in which project_id.

Adds the function to retrieve all objects metadata by a prefix

30 Jun 17:54
178d054
Compare
Choose a tag to compare

On the GoogleCloudStorage adapter, creates the function getObjectsMetadataByPrefix to return an array of objects that match a given prefix

Adds the function to retrieve all objects metadata by a prefix

05 Apr 18:44
ae932e0
Compare
Choose a tag to compare

On the GoogleCloudStorage adapter, creates the function getObjectsMetadataByPrefix to return an array of objects that match a given prefix

Removes retries if error code is 404

11 Oct 12:50
f5b9b24
Compare
Choose a tag to compare

Removes retries if error code is 404
To avoid unnecessary retries if the key was not found in the bucket,
a check in the error code has been added, if it is NOT_FOUND (404)
it doesn't retry.

Add compatibility to laravel 8

25 May 17:47
Compare
Choose a tag to compare
4.0.0

Update php version

Add compatibility to laravel 7

30 Sep 14:51
3a6a032
Compare
Choose a tag to compare
Merge pull request #19 from arquivei/3.x

Update readme to add versions compatibility

Removes retries if error code is 404

04 Aug 20:33
2b42ff0
Compare
Choose a tag to compare

Removes retries if error code is 404
To avoid unnecessary retries if the key was not found in the bucket,
a check in the error code has been added, if it is NOT_FOUND (404)
it doesn't retry.