Skip to content

Releases: lochmueller/staticfilecache

16.0.0

22 Dec 21:54

Choose a tag to compare

  • TYPO3 v14 compatibility
  • Drop TYPO3 v13 compatibility
  • Increase PHP requirements
  • Many code cleanups and deprecations removals

I don't know if there are new v13 compatible releases, but I create a v13 branch with the latest changes. If there will be a release for the old TYPO3 versions, check out this branch...

15.0.0

02 Nov 13:09

Choose a tag to compare

  • TYPO3 v13 compatibility
  • Migration of internal Event structure to PSR-14
  • Bugfixes and many small cleanups

13.0.0

05 May 18:09

Choose a tag to compare

  • TYPO3 v12 compatibility
  • Middleware for Cookie Validation
  • PHP file Generator for NGINX
  • [!!!] New location for generated files
  • Fixes for command registration
  • Drop deprecated ViewHelpers
  • Add max length check and trim for headers
  • Add large SQL definition via configuration
  • Add NoAuthorizationListener
  • Many bugfixes

12.2.0

14 Apr 06:21

Choose a tag to compare

  • SonarQube bugfixes & cleanups
  • Bugfixes for hash identifiers
  • More strict variable types
  • Documentation fixes

12.0.1

27 Aug 11:59

Choose a tag to compare

  • First version for TYPO3 v10 only (!!!)
  • Fix deprecated calls for TYPO3 v10
  • Start using new DI mechanims
  • Start switching the "custom Object Factroy" to PSR-14 Event based system
  • Add documentation for smarter clear cache options
  • Remove all Slots and replace it with PSR-14 Events
  • Increase cache identifier to 500 in caching tables (run DB compare)
  • Fix a lot of bugs and remove old code
  • Add area option for HTTP push service
  • Set a high prio for boost queue items that are removed out of the page module (Clear cache for single page)

11.1.0

21 Apr 19:10

Choose a tag to compare

  • First stable release for v10
  • FIx Guzzle handler stack problem
  • Fix cache table name problem
  • Reactivate PHP 7.2 suppoert (but still up to 7.4)
  • Cleanups

11.0.0

27 Feb 15:34

Choose a tag to compare

  • Remove old commands 8627950 d26fe23
  • PHP 7.4 support
  • Use the right cookie name in all places 29d07c0
  • Command arguments are options now a831d07
  • Better image handling for HttpPush 37b9513
  • Add important "force static file cache" note 1ad4a69
  • Fix rendering problems in BE module c8a2b84
  • Support TYPO3 v10
  • Streamline sendCacheHeader handling 091318c
  • Avoid SFC floods cache table fe6e2af

10.0.0

10 Oct 07:39

Choose a tag to compare

  • Support for TYPO3 10
  • Middleware integration
  • New header handling
  • Object Factory for extendable Generator, Rules, FallbackRules and HTTP Push detections
  • Many Cleanups

IMPORTANT: New htaccess structure!!!!

9.0.0

02 Aug 12:37

Choose a tag to compare

  • [FEATURE] Priority Boost Queue
  • [FEATURE] TYPO3 10.x compatibility
  • [FEATURE] Add FallbackMiddleware
  • [TASK|BUGFIX] Cleanups in spelling and clean code

8.2.0

14 May 14:51

Choose a tag to compare

  • Bugfixes & Cleanups
  • Add some documentation
  • Add rector
  • Add "hashLength" option for remote_file cache backend
  • Add option to override the relative cache dir
  • Manifest structures for offline mode (WIP)
  • Add configuration check in backend module