Skip to content

1.16.2

Latest

Choose a tag to compare

@koriym koriym released this 29 Jun 07:28
· 132 commits to 1.x since this release

Fixed

  • Remove unused ETag from invalidation tags: ETag was unnecessarily registered as a cache invalidation tag. No code path invalidates by ETag (only by URI tag and surrogate keys), so each content version produced a new, non-volatile tag Set that was never read or reclaimed. Under volatile-* eviction policies these Sets leaked memory indefinitely. (#180)