Skip to content

Releases: thephpleague/flysystem

Bugfix release 0.2.3

01 Feb 10:53
Compare
Choose a tag to compare

The writeStream method now ensures the existence of the parent directory before opening a stream.

Rackspace adapter added

27 Jan 07:42
Compare
Choose a tag to compare
0.2.1

Added a Rackspace adapter

Ensuring root path is respected in all drivers.

12 Dec 17:04
Compare
Choose a tag to compare

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

02 Dec 19:12
Compare
Choose a tag to compare
Added dropbox tests, fixed rename command

0.1.7: Bugfix release, Local adapter would return false on realpath which wo…

17 Nov 14:51
Compare
Choose a tag to compare
…uld make the root directory be pointed to system root.

Maintenance release

16 Nov 19:55
Compare
Choose a tag to compare

Various bugfixes and anonymous ftp support.