Releases: macopedia/typo3-azurestorage
Releases · macopedia/typo3-azurestorage
Release 0.4.1
Added
- Temporary files now getting deleted after usage (check: typo3temp\var\transient)
- When hosted in an Azure Web App Service, the local temp directory is now used for local file processing due to performance reasons
- It's now possible to retrieve more then 5.000 blobs per call
Changed
- The Extractor now uses the much smaller ImageInfo class instead the GraphicalFunctions class
Removed
- Nothing
Deprecated
- Nothing
Fixed
- Fixed a bug with blobs in the default folder (Affected version: 0.4.0)
Releaes 0.3.4
Added
- It's now possible, to add a general Cache-Control header (e.g. public, max-age=68400) for every uploaded file. See storage settings in the TYPO3 backend. This does not affect already uploaded files!
Changed
- Nothing
Removed
- Nothing
Deprecated
- Nothing
Fixed
- Nothing
Release 0.3.3
Added
- Nothing
Changed
- Retrieving blobs from the Storage API now excludes the "processed" Folder. This may improve performance a little bit and the 5.000 files per call limit shouldn't be a problem for the moment. If you still hit the 5.000 files limit, it's possible that some files or folders will not appear! This is because in the current version, there isn't a iteration for multiple calls against the API currently implemented. I will add that feature in one of the next versions.
Removed
- Nothing
Deprecated
- Nothing
Fixed
- Nothing
Releae 0.3.2
Added
- Special file extensions like youtube or vimeo are now getting respected while adding it to the storage. The mimetype is now set properly.
Changed
- Nothing
Removed
- Nothing
Deprecated
- Nothing
Fixed
- Fixed #11 - Allow hyphens in containerName, eg. "my-container"
Release 0.3.1
Added
- Paging for files and folders
Changed
- Changed the behaviour for retrieving blobs. For most of API calls, only the meta data is fetched, which ends up in a good improvement performance wise
Removed
- Nothing
Deprecated
- Nothing
Fixed
- Renaming folders is now working as expected
Release 0.2.0
Added
- Nothing
Changed
- Using now the latest version of Microsofts Storage SDK (microsoft/azure-storage : 0.15.0)
Removed
- Cache can't be disabled anymore in the driver itself
- Removed tests completly, because they aren't working anymore and need a major revamp
Deprecated
- Nothing
Fixed
- Getting the processing folder is now working as expected
- Fixed a typo in a variables name
Release 0.1.5
Added
- Nothing
Changed
- Version requirements for TYPO3 Version 8
Removed
- Nothing
Deprecated
- Nothing
Fixed
- Nothing
Release 0.1.4
Minor bug fixes
Bug Fix for broken images
- #1 Broken backend thumbnails for images with space in the name (or any other character not allowed in url)
- Raised compatibility up to TYPO3 8.4