This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Releases: finanzcheck/superagent-cache-plugin
Releases · finanzcheck/superagent-cache-plugin
Bugfix Release
- [CORE-450] Fix
only-if-cached
response behavior according to RFC-7234 (return 504 on cache miss). - Optimize 304 response behaviour by cloning response data to prevent internal side effects when changing the response data.
Feature Release
- [Feature] -
bypassHeaders
support for correlating therequestId
in case of cached responses.