Skip to content

Releases: macopedia/typo3-azurestorage

Release 0.4.1

24 Jul 17:30
Compare
Choose a tag to compare

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

21 Jul 15:31
Compare
Choose a tag to compare

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

14 Jul 10:48
Compare
Choose a tag to compare

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

11 Jul 10:54
Compare
Choose a tag to compare

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

23 May 09:04
Compare
Choose a tag to compare

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

20 May 19:42
Compare
Choose a tag to compare

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

17 May 11:54
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Version requirements for TYPO3 Version 8

Removed

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Release 0.1.4

13 Jan 08:56
Compare
Choose a tag to compare
  • Fixed Issue #3 - Implement countFilesInFolder()
  • Fixed Issue #4 - Implement countFoldersInFolder()
  • Fixed Issue #5 - Implement better exception handling

Updates to libraries / requirements

  • Raised compatibility to TYPO3 8.5
  • Using the latest microsoft/azure-storage library (0.11.0)

Minor bug fixes

11 Jan 07:10
Compare
Choose a tag to compare

Including the following fixes

  • #7 Fix search files in file list
  • #6 Folder not accessible. (1430409089)

Bug Fix for broken images

24 Nov 06:50
Compare
Choose a tag to compare
  • #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