Skip to content

Version 0.0.30

Compare
Choose a tag to compare
@karpetrosyan karpetrosyan released this 12 Jul 15:29
· 34 commits to master since this release
8766c5a

Changelog

0.0.30 (12th July, 2024)

  • Fix cache update on revalidation response with content (rfc9111 section 4.3.3) (#239)
  • Fix request extensions that were not passed into revalidation request for transport-based implementation (but were
    passed for the pool-based impl) (#247).
  • Add cache_private property to the controller to support acting as shared cache. (#224)
  • Improve efficiency of scanning cached responses in FileStorage by reducing number of syscalls. (#252)
  • Add remove support for storages (#241)