Releases: thephpleague/flysystem
Releases · thephpleague/flysystem
Bugfix release 0.2.3
The writeStream
method now ensures the existence of the parent directory before opening a stream.
Rackspace adapter added
0.2.1 Added a Rackspace adapter
Ensuring root path is respected in all drivers.
Flysystem will now resolve relative paths, when unresolvable it will throw an exception (LogicException). file (or dir) paths that reach outside of the specified root are now disallowed which makes the entire API more secure and friendly to use. A path like some/nested/../location
will be converted to some/location
, making sure the cached metadata is correct and protecting you from possible security exploits when building file managers.
0.1.14
Added dropbox tests, fixed rename command
0.1.7
Bugfix release, Local adapter would return false on realpath which wo…
Maintenance release
Various bugfixes and anonymous ftp support.