Changelog
2025-10-06
Release
October 6, 2025
- file-entry-cache - fix: removing useModifiedTime as not needed by @jaredwray in https://github.com/jaredwray/cacheable/pull/1373
- file-entry-cache - chore: upgrading biome to 2.2.5 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1374
- cacheable - feat: adding in cache sync based on qified by @jaredwray in https://github.com/jaredwray/cacheable/pull/1375
- cacheable - fix: moving isKeyvInstance to utils by @jaredwray in https://github.com/jaredwray/cacheable/pull/1376
2025-10-01
Release
October 1, 2025
- utils - chore: upgrading biome to 2.2.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1350
- utils - chore: upgrading lru-cache to 11.2.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1351
- utils - chore: upgrading @keyv/redis to 5.1.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1352
- memoize - fix: removing lru-cache as no longer needed by @jaredwray in https://github.com/jaredwray/cacheable/pull/1353
2025-09-22
Release
September 22, 2025
- mono - chore: upgrading wrangler to 4.37.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1328
- cacheable - chore: upgrading lru-cache to 11.2.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1329
- cacheable - chore: upgradking keyv to 5.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1330
- cacheable - chore: upgrading hookified to 1.12.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1331
2025-09-09
Release
September 9, 2025
cacheable is now using @cacheable/utils, @cacheable/memoize, and @cacheable/memory for its core functionality as we are moving to this modular architecture and plan to eventually have these modules across cache-manager and flat-cache. In addition there are some breaking changes:
get()andgetMany()no longer have therawoption but instead we have built outgetRaw()andgetManyRaw()to use.
2025-08-26
Release
August 26, 2025
- cache-manager - feat: add store layer identification to event payloads by @faizanu94 in https://github.com/jaredwray/cacheable/pull/1270
- cacheable - fix: pass createKey option through wrap methods by @amit13k in https://github.com/jaredwray/cacheable/pull/1269
- cacheable - feat: adding in cache:hit and cache:miss events by @jaredwray in https://github.com/jaredwray/cacheable/pull/1273
2025-08-17
Release
August 17, 2025
- node-cache - fix: adding in supported node versions by @jaredwray in https://github.com/jaredwray/cacheable/pull/1256
- node-cache - chore: upgrading typescript to 5.9.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1262
- node-cache - chore: upgrading hookified to 1.11.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1263
- node-cache - chore: upgrading keyv to 5.5.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1264
2025-08-06
Release
August 6, 2025
- net - feat: creating @cacheable/net for http caching and more by @jaredwray in https://github.com/jaredwray/cacheable/pull/1246
- mono - chore: upgrading wrangler to 4.28.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1247
- website - chore: upgrading fs-extra to 11.3.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1248
- website - chore: upgrading docula to 0.13.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1249
2025-07-30
Release
July 31, 2025
- cache-manager - fix: rename vite.config.ts to vitest.config.ts by @jaredwray in https://github.com/jaredwray/cacheable/pull/1233
- utils - feat: creating @cacheable/utils by @jaredwray in https://github.com/jaredwray/cacheable/pull/1234
- utils - fix: updating package to the correct keywords by @jaredwray in https://github.com/jaredwray/cacheable/pull/1235
- utils - feat: adding in readme by @jaredwray in https://github.com/jaredwray/cacheable/pull/1236
2025-07-23
Release
July 23, 2025
- cacheable - fix: updating you to your in README by @jaredwray in https://github.com/jaredwray/cacheable/pull/1220
- cacheable - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1222
- cacheable - chore: upgrading keyv to 5.4.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1223
- cacheable - chore: upgrading @faker-js/faker to 9.9.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1224
2025-07-17
Release
July 17, 2025
- mono - chore: removing approve builds by @jaredwray in https://github.com/jaredwray/cacheable/pull/1203
- mono - chore: upgrading wrangler to 4.25.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1212
- node-cache - feat: Add generic to class by @dangowans in https://github.com/jaredwray/cacheable/pull/1210
- cacheable - feat: adding in readme around @keyv/redis and non blocking by @jaredwray in https://github.com/jaredwray/cacheable/pull/1211