Skip to content

1.0.0

Compare
Choose a tag to compare
@mzur mzur released this 17 Feb 13:04
· 28 commits to master since this release
d75e063

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 and setVisibility.

New Contributors

Full Changelog: 0.4.1...1.0.0