All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Updated Swagger document for all storage services
0.6.1 - 2018-01-25
- DF-1229 Added support for accented characters in storage folder/file name
- DF-1280 Fixed zip errors in package exporter using empty folders in remote file systems
- DF-1256 Fixed absolute path based local file service for MS Windows
- Modified local file service to pull from config so that it picks up DF_MANAGED_STORAGE_PATH for local files
0.6.0 - 2017-12-28
- Added package discovery
- DF-1266 Added parameter 'content_only' for folder delete
- Allow for individual and root folder public path declarations
- Fix file extraction and streaming to not use service's container attribute as it is owned by the service itself
- Cleanup and simplify routing
- DF-1150 Update copyright and support email
- Separated resources from resource handlers
0.5.0 - 2017-11-03
- Upgrade Swagger to OpenAPI 3.0 specification
0.4.1 - 2017-09-18
- DF-1199, DF-1210 Fixed creating files with POST /files/{file_path} api
- Ensure that publicPaths default to an array
0.4.0 - 2017-08-17
- Reworking API doc usage and generation
0.3.0 - 2017-07-27
- DF-1144 Made DELETE behavior consistent across local and all remote file services
- Fixed file upload issue for FTP, SFTP, and WebDAV
- Do not calculate path on container level files
- DF-580 Added support for FTP, SFTP, FTPS
- DF-276 Added support for WebDAV
0.2.1 - 2017-06-21
- Local file service config now accepts paths relative to the storage folder as well as full system paths.
0.2.0 - 2017-06-05
- Cleanup - removal of php-utils dependency
- Remove usage of internal config for local file system service
- DF-1134 Fixed local file service path mapping
- DF-975 Enabled filename change on upload via URL
- DF-976 Added searching feature for file services
First official release working with the new dreamfactory project.