Releases: chrisnharvey/flysystem-openstack-swift
Releases · chrisnharvey/flysystem-openstack-swift
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
What's Changed
- Add support for pseudo-directories by @mzur in #29. This change does not affect the output of the high-level Flysystem API. However, the low-level API might have the following backwards incompatible changes:
listContents()
can now return an iterable ofFileAttributes
andDirectoryAttributes
. These no longer include theextra_metadata
with'type' => 'file'
. Use the class name or thetype
attribute instead.
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0.0
What's Changed
Support for Flysystem 2 by @drupol and @mzur in #25
Breaking changes:
- Requires PHP >= 7.4
write
can't be used to create large objects anymore.createDirectory
throws an exception, as this is not supported by Swift.
Other notes:
- The method signatures are now changed according to Flysystem 2. Most do not return a value anymore but throw an exception in case something went wrong.
- The following methods are unsupported:
createDirectory
,visibility
andsetVisibility
.
New Contributors
Full Changelog: 0.4.1...1.0.0