Skip to content

Releases: eea/eea.cache

9.5

16 Dec 19:21
8c862b9
Compare
Choose a tag to compare
  • Change: Plone 6 / pip install ready. Drop includeDependencies
    [avoinea]

9.4

10 Mar 16:41
e802a38
Compare
Choose a tag to compare
9.4
  • Bug fix: avoid error when cache key contains utf-8 characters
    [ichim-dvaid refs #113458]

9.3

10 Mar 14:01
e880347
Compare
Choose a tag to compare
9.3
  • Bug fix: Removed hard dependency on plone.app.caching: missing VARNISH.name
    [avoinea]

9.2

13 Dec 18:26
2e4f42a
Compare
Choose a tag to compare
9.2
  • Bug fix: Fix the uninstall profile
    [avoinea]

9.1

21 Nov 15:54
3d742f1
Compare
Choose a tag to compare
9.1
  • Feature: Made all Dexterity content cache aware
    [avoinea refs #110155]
  • Feature: Added support for Python 3 and Plone 5.2
    [alecghica refs #110155]

9.0

06 Jun 16:43
6d8690d
Compare
Choose a tag to compare
9.0
  • Change: Cache decorator no longer caches empty results
    [ichim-david refs #104467]
  • Feature: Cache decorator now has cache_empty parameter if it's set will
    still cache empty results
    [ichim-david refs #104467]

8.5

29 Jan 14:23
4800dc7
Compare
Choose a tag to compare
8.5
  • Jenkins: Add sonarqube step
    [avoinea refs #101552]
  • Change: updated URLs pointing to eea.europa.eu with https://
    [alecghica refs #95849]

8.4

13 Jun 08:58
20c76ee
Compare
Choose a tag to compare
8.4
  • Bug fix: lambda takes no arguments (1 given)
    [avoinea]

8.3

06 Jun 18:34
3035172
Compare
Choose a tag to compare
8.3
  • Bug fix: Fix relatedItems cache invalidation
    [avoinea refs #95891]

8.2

25 May 14:22
9ddc25a
Compare
Choose a tag to compare
8.2
  • Bug fix: Speed-up cache invalidation for backward-references
    [avoinea refs #95020]
  • Feature: replaced invalidate_cache method with a method that use eea.cache
    [alecghica refs #95020]
  • Feature: "Refresh this page" method redirect you back to the original context
    [alecghica refs #95020]
  • Feature: cache.settings if called in a context of a default view it will
    also invalidate its parent
    [alecghica refs #95020]
  • Bug fix: fixed case under all invalidate methods when a broken relations
    is present and None is found instead of an object
    [alecghica refs #95020]