← Back to Changelog

2026-05-16

Release

@cacheable/[email protected]

Fix FormData/Blob/URLSearchParams bodies by routing through the runtime's own fetch so the body classes share a realm with the fetch implementation.

Bug Fixes

  • send FormData/Blob correctly using the runtime's own fetch (7cbe243, #1636)

Contributors

  • @jaredwray (1)

@cacheable/[email protected]

Clarify in the README that lruSize=0 disables LRU.

Documentation

  • clarify that lruSize=0 disables LRU (2abfb68, #1638)

Contributors

  • @jaredwray (1)

Full diff: https://github.com/jaredwray/cacheable/compare/2026-05-07...2026-05-16