Skip to content

Releases: b13/proxycachemanager

[RELEASE] 4.1.2

18 Jun 06:34

Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...4.1.2

[RELEASE] 4.1.1

02 Jun 15:08
90f3227

Choose a tag to compare

What's Changed

  • [TASK] Catch error while flushing cache tags by @ochorocho in #42

New Contributors

Full Changelog: 4.1.0...v4.1.1

[RELEASE] 4.1.0

11 Mar 15:08

Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.1.0

[RELEASE] Bugfix Release

13 May 10:28
561f61e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

[RELEASE] 4.0.0

12 Feb 15:59
444ce81

Choose a tag to compare

What's Changed

  • drop ProxyProvider implementation
  • change ProxyProviderInterface
  • drop PHP < 8 Support
  • drop TYPO3 10 Support
  • add TYPO3 12 Support

s. https://github.com/b13/proxycachemanager/blob/master/UPGRADE.md

Full Changelog: v3.4.2...4.0.0

[RELEASE] Bugfix release

10 Oct 10:26
885c6bf

Choose a tag to compare

What's Changed

  • [BUGFIX] Avoid invalidation when calling set on the cache backend by @bmack in #32

Full Changelog: v3.4.1...v3.4.2

[RELEASE] Bugfix Release

18 Jan 13:48

Choose a tag to compare

  • Avoid deprecation log entry by removing the vendor name from the backend module registration
  • Set correct version in ext_emconf.php
  • Remove obsolete code for older TYPO3 versions

[RELEASE] Bugfix release

07 Dec 13:00
b1f5ea1

Choose a tag to compare

What's Changed

  • [BUGFIX] Fixes flushAllUrls for CloudflareProxyProvider by @DenisMir in #22
  • [TASK] Set correct constraints in ext_emconf.php by @helsner in #26
  • [BUGFIX] PHP 8 Array Access by @achimfritz in #27
  • [BUGFIX] Use correct guzzle handler by @Didstriker in #24
  • [BUGFIX] Purge only related urls and not all urls from cache (#29) by @mvoehringer in #28
  • [BUGFIX] Remove assetcollector URLs collections by @bmack in #30

New Contributors

Full Changelog: v3.3.0...v3.4.0

[RELEASE] New TSconfig option + various bugfixes

25 Jul 20:15

Choose a tag to compare

This release drops support for TYPO3 v9, and will only work with TYPO3 v10.

This release will also be most likely the last v3.x release.

The next release will be a major 4.0 release, where the actual ProxyProviderInterfaces will also be adapted, and specific CDN providers will be removed in favor of custom and more extensible solutions (see "akamai", "cloudflare_cdn" and "azure_purge") that ship with custom adapters.

This version brings a few bugfixes along with a new userTSconfig setting:

options.clearCache.proxy = 1

that allows to enable the "Flush CDN Cache" on a per-editor basis for non-admins, or to disable the button for admins as well.

[RELEASE] Added FAL direct purge feature

12 Apr 09:04
fc16881

Choose a tag to compare

This release adds FAL-related functionality to flush CDN caches if a file is replaced, removed or modified, allowing to reflect the changes directly by purging the resource.