Skip to content

3.1.0

Compare
Choose a tag to compare
@evanshortiss evanshortiss released this 23 May 00:56
· 55 commits to master since this release
  • Restructure source code.
  • Minor performance improvements.
  • Add sessionAware option and withSessionAwareness() function to facilitate
    turning express-session awareness on and off as needed per route.
  • Add API sugar to easily create cache instances with different setting (see README)
  • Fix bug where transfer-encoding: chunked responses could be corrupted.
  • Add x-expeditious-cache response header to indicate cache hit or miss to
    calling clients.
  • Support timestring format for setting cache defaultTtl, e.g '1 hour'.
  • Update example code and benchmark information.