Skip to content

Releases: obregonco/backblaze-b2

2.0.2

14 May 17:08
23bc890
Compare
Choose a tag to compare

What's Changed

  • Optionally skip folders in listFiles by @zeroSal in #20

Full Changelog: 2.0.1...2.0.2

2.0.1

28 Apr 14:25
b484747
Compare
Choose a tag to compare

What's Changed

  • Implemented deleteKey() and github actions by @zeroSal in #19

Full Changelog: 2.0.0...2.0.1

2.0.0

11 Apr 14:04
15a9f35
Compare
Choose a tag to compare

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

Full Changelog: 1.1.0...2.0.0

PHP 8 and Guzzle 7 compatibility

22 Feb 14:32
Compare
Choose a tag to compare
1.1.0

[FIX] Compatibility issues with Guzzle 7

Add support for Guzzle 7

14 Oct 22:58
f885162
Compare
Choose a tag to compare

And support for Laravel 8 (#8 )

Add force Refresh to authentication method

10 Jul 23:21
a74d311
Compare
Choose a tag to compare

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

20 Apr 23:18
Compare
Choose a tag to compare
1.0.4

[ADD] Client.authorizationCacheTime to cache authorization for more time

Fix issues in domain aliases and docs

09 Apr 01:28
Compare
Choose a tag to compare
1.0.3

[FIX] Mistakes in documentation

Fix ArrayHelper issues

23 Aug 15:10
57d3c3d
Compare
Choose a tag to compare
Merge pull request #1 from rodolfoberrios/master

Deprecated ArrayHelper, fixed getters

Get Download URL support

12 Oct 20:44
Compare
Choose a tag to compare

Just use:
$client->getDownloadUrl('bucketId', 'filePath', false /*or true for private buckets*/, 60 /*timeout*/);