Skip to content

Releases: mzur/laravel-openstack-swift

v1.11.0

09 Mar 09:46
ce948c8
Compare
Choose a tag to compare

Added:

  • Compatibility with Laravel 7 ( #3 )

v1.10.2

25 Nov 07:12
Compare
Choose a tag to compare

Fixed:

  • Use nimbusoft/flysystem-openstack-swift again

v1.10.1

12 Sep 12:21
Compare
Choose a tag to compare

Fixed:

  • Compatibility with Laravel 6

v1.10.0

12 Sep 12:11
Compare
Choose a tag to compare

This version is compatible with Laravel/Lumen 6.

v1.9.0

26 Feb 13:37
Compare
Choose a tag to compare

Added:

  • Support for public URLs.
  • url configuration option to override the default Swift public URL.
  • prefix configuration option for the Swift container.

v1.8.0

17 Dec 13:07
Compare
Choose a tag to compare

Changed:

  • Use biigle/laravel-cached-openstack which takes care of caching the authentication token. This makes it possible to use the same cached token for different purposes (not only Swift).

v1.7.0

16 Nov 11:44
Compare
Choose a tag to compare

Added:

  • Compatibility with Lumen

v1.6.0

13 Sep 12:19
Compare
Choose a tag to compare

Added:

  • Additional configuration options of the Swift adapter

v1.5.1

04 Sep 07:27
d83a6fd
Compare
Choose a tag to compare

Changed:

  • Switched to mzur/flysystem-openstack-swift for the most recent versions of the package

v1.5.0

05 Mar 11:49
Compare
Choose a tag to compare

Added:

  • Takes care of refreshing the authentication token in long running scripts (like Laravel queue workers)