Releases: consilience/flysystem-azure-file-storage
Releases · consilience/flysystem-azure-file-storage
Flysystem v3
Issue 11: directories not being retrieved correctly
0.1.6 Issue #11 remove directory prefix removal
Fixes for issues #6 and #7
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
Remove the double-prefixing of the metadata fetch after uploading or updating a file.
Make URL for a file available to the application
Support spaces and UTF-8 characters in filenames and directories
FileNotFoundException exceptions
Throw FileNotFoundException
exceptions when attempting [some] operations on files and directories that don't exist.
First release
Still under development, but functional.