Skip to content

Release 0.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 15:52
· 22 commits to main since this release
  • fix race condition when computing values (#6).
  • increase request body size limit from 100kb to 10mb to support larger cached values (#5).
  • add cleanup option to globalCache.wrap() for reliable post-run cleanup in VSCode and UI mode (#4).
  • add globalCache.delete(key) to remove a cached entry and force re-computation on the next get() call (#3).