Releases: mzur/laravel-openstack-swift
Releases · mzur/laravel-openstack-swift
v1.11.0
Added:
- Compatibility with Laravel 7 ( #3 )
v1.10.2
Fixed:
- Use
nimbusoft/flysystem-openstack-swift
again
v1.10.1
Fixed:
- Compatibility with Laravel 6
v1.10.0
This version is compatible with Laravel/Lumen 6.
v1.9.0
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
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.6.0
Added:
- Additional configuration options of the Swift adapter
v1.5.1
Changed:
- Switched to
mzur/flysystem-openstack-swift
for the most recent versions of the package
v1.5.0
Added:
- Takes care of refreshing the authentication token in long running scripts (like Laravel queue workers)