- [Core] Ensure the sorted directory listing can be iterated over (1342).
2.2.1
Fixed
- [FTP] use original path when ensuring the parent directory exists during `move` operation. - [FTP] do not fail setting UTF-8 when the server is already on UTF-8.
2.2.0
Added
* [Core] Added sortByPath on the directory listing to allows content listings to be sorted.
2.1.1
Fixed
* [Core] Whitespace normalization now no longer strips funky whitespace but throws an exception.
2.1.0
Added
* [Core] the DirectoryAttributes now have an `extraMetadata` like files do.
Fixed
* [AwsS3V3] Allow the ACL config option to take precedence over the visibility key.
2.0.8
Fixed
* [SFTP] Don't fail listing contents when a directory does not exist (1301)