Skip to content

Releases: consilience/flysystem-azure-file-storage

Flysystem v3

31 May 18:52
d6022cd
Compare
Choose a tag to compare

Upgrade to Flysystem v3

Not fully complete, but good enough for a release. See issue #12 for further changes to be tracked.

Issue 11: directories not being retrieved correctly

04 Nov 00:21
Compare
Choose a tag to compare
0.1.6

Issue #11 remove directory prefix removal

Fixes for issues #6 and #7

25 Nov 14:47
Compare
Choose a tag to compare

Lots of live tests added.

Use of Util::dirname() in place of dirname(). This has been strangely working for a good many years, then failing on a new environment. I suspect it was just the the right combination of directories with files or no files in that triggered the erroneous behavior.

Fix for issue #4

21 Nov 13:19
292b4f7
Compare
Choose a tag to compare

Remove the double-prefixing of the metadata fetch after uploading or updating a file.

Make URL for a file available to the application

01 Aug 10:23
Compare
Choose a tag to compare

Support spaces and UTF-8 characters in filenames and directories

09 Apr 15:11
Compare
Choose a tag to compare

Issue #2 / PR #1

The copy function was failing on UTF-8 filenames due to the lack of URL encoding on the path and filename parts when doing a copy. Only copy needs the remote file URL to perform its action, so this issue was not showing up for other actions.

Some tests for this will come later.

FileNotFoundException exceptions

26 Feb 00:52
Compare
Choose a tag to compare

Throw FileNotFoundException exceptions when attempting [some] operations on files and directories that don't exist.

First release

25 Feb 15:33
Compare
Choose a tag to compare

Still under development, but functional.