Releases: obregonco/backblaze-b2
Releases · obregonco/backblaze-b2
2.0.2
2.0.1
2.0.0
Summary
- Improved support for PHP 8
- Supporting more B2 features
- Thanks to all contributors
What's Changed
- Add ability to submit a prefix to function listFilesFromArray() by @struffel in #13
- Added copyFile functionality through b2 api by @n0nag0n in #15
- Implemented access key creation by @sal65535 in #18
- Update File.php by @jaytagdamian in #16
New Contributors
- @struffel made their first contribution in #13
- @n0nag0n made their first contribution in #15
- @sal65535 made their first contribution in #18
- @jaytagdamian made their first contribution in #16
Full Changelog: 1.1.0...2.0.0
PHP 8 and Guzzle 7 compatibility
1.1.0 [FIX] Compatibility issues with Guzzle 7
Add support for Guzzle 7
And support for Laravel 8 (#8 )
Add force Refresh to authentication method
Allow to refresh the authentication data. Particularly useful when the URL doesn't work anymore or there are issues with a certain B2 tome
Add authorizationCacheTime to set custom cache time
1.0.4 [ADD] Client.authorizationCacheTime to cache authorization for more time
Fix issues in domain aliases and docs
1.0.3 [FIX] Mistakes in documentation
Fix ArrayHelper issues
Merge pull request #1 from rodolfoberrios/master Deprecated ArrayHelper, fixed getters
Get Download URL support
Just use:
$client->getDownloadUrl('bucketId', 'filePath', false /*or true for private buckets*/, 60 /*timeout*/);