Latest's Releases
2025-05-06
May 06, 2025
What's Changed
- cacheable - fix: deleting a key should delete entry from hash cache by @JohnICB in https://github.com/jaredwray/cacheable/pull/1080
- cacheable - chore: fixing the table of contents order by @jaredwray in https://github.com/jaredwray/cacheable/pull/1082
- cacheable - fix: handling secondary set to primary with ttl by @jaredwray in https://github.com/jaredwray/cacheable/pull/1083
- cacheable - feat: adding in the BEFORE_SECONDARY_SETS_PRIMARY by @jaredwray in https://github.com/jaredwray/cacheable/pull/1084
- cacheable - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1100
- cacheable - chore: upgrading typescript to 5.8.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1101
- cacheable - chore: upgrading @faker-js/faker to 9.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1102
- cacheable - chore: upgrading hookified to 1.8.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1103
- cacheable - chore: upgrading keyv to 5.3.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1104
- cacheable - feat: Expose raw option on get / getMany to surface TTL/expiration by @krilbert in https://github.com/jaredwray/cacheable/pull/1117
- cache-manager - fix: in-memory defaults on createCache with no serial… by @jaredwray in https://github.com/jaredwray/cacheable/pull/1086
- cache-manager - fix blocking mdel, mset by @foxel in https://github.com/jaredwray/cacheable/pull/1087
- cache-manager - fix: fixing legacy storage adapter readme by @jaredwray in https://github.com/jaredwray/cacheable/pull/1090
- cache-manager - fix: updating readme to include information on Keyv a… by @jaredwray in https://github.com/jaredwray/cacheable/pull/1081
- cache-manager - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1096
- cache-manager - chore: upgrading typescript to 5.8.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1097
- cache-manager - chore: upgrading @faker-js/faker to 9.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1098
- cache-manager - chore: upgrading keyv to 5.3.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1099
- cacheable-request - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1105
- cacheable-request - chore: upgrading typescript to 5.8.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1106
- cacheable-request - chore: upgrading keyv to 5.3.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1107
- node-cache - chore: upgrading keyv to 5.3.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1108
- node-cache - chore: upgrading hookified to 1.8.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1109
- node-cache - chore: upgrading typescript to 5.8.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1110
- node-cache - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1111
- flat-cache - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1112
- flat-cache - chore: upgrading hookified to 1.8.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1113
- flat-cache - chore: upgrading typescript to 5.8.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1114
- file-entry-cache - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1115
- file-entry-cache - feat: adding in useModifiedTime option by @jaredwray in https://github.com/jaredwray/cacheable/pull/1119
- benchmark - chore: upgrading tinybench components to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1093
- benchmark - chore: upgrading tsx to 4.19.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1094
- benchmark - chore: upgrading quick-lru to 7.0.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1095
- website - chore: upgrading docula to 0.11.1
- mono - fix: adding in permissions on github actions by @jaredwray in https://github.com/jaredwray/cacheable/pull/1118
New Contributors
- @JohnICB made their first contribution in https://github.com/jaredwray/cacheable/pull/1080
- @foxel made their first contribution in https://github.com/jaredwray/cacheable/pull/1087
- @krilbert made their first contribution in https://github.com/jaredwray/cacheable/pull/1117
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-04-05...2025-05-06
2025-04-05
April 05, 2025
What's Changed
- mono - chore: adding in approve builds for pnpm by @jaredwray in https://github.com/jaredwray/cacheable/pull/1049
- mono - upgrading wrangler to 4.7.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1050
- mono - chore: upgrading vitest to 3.1.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1051
- benchmark - feat: starting to add in benchmark library by @jaredwray in https://github.com/jaredwray/cacheable/pull/1043
- benchmark - chore: upgrading tsx to 4.19.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1052
- benchmark - chore: upgrading fakerjs to 9.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1053
- benchmark - chore: upgrading tinybench to 4.0.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1054
- cache-manager - feat: adding in v5 to v6 documentation by @jaredwray in https://github.com/jaredwray/cacheable/pull/1042
- cache-manager - chore: upgrading vitest to 3.1.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1055
- cache-manager - chore: upgrading keyv to 5.3.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1056
- cache-manager - chore: upgrading @faker-js/faker to 9.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1057
- cacheable - fix: TTL Propagation Bug Fixes by @TRiLeZ in https://github.com/jaredwray/cacheable/pull/1045
- cacheable - chore: upgrading cacheable to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1058
- cacheable - chore: upgrading lru-cache to 11.1.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1059
- cacheable - chore: upgrading keyv to 5.3.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1060
- cacheable - chore: upgrading hookified to 1.8.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1061
- cacheable - chore: upgrading fakerjs to 9.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1062
- cacheable-request - chore: upgrading vitest to 3.1.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1065
- cacheable-request - chore: upgrading keyv to 5.3.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1066
- cacheable-request - chore: upgrading body-parser to 2.2.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1067
- flat-cache - chore: upgrading vitest to 3.1.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1068
- flat-cache - chore: upgrading hookified to 1.8.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1069
- file-entry-cache - chore: upgrading vitest to 3.1.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1070
- node-cache - chore: upgrading vitest to 3.1.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1071
- node-cache - chore: upgrading keyv to 5.3.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1072
- node-cache - chore: upgrading hookified to 1.8.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1073
- website - chore: upgrading tsx to 4.19.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1074
- website - chore: upgrading docula to 0.11.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1075
- website - chore: upgrading fs-extra to 11.3.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1076
New Contributors
- @TRiLeZ made their first contribution in https://github.com/jaredwray/cacheable/pull/1045
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-03-03...2025-04-05
2025-03-03
March 03, 2025
What's Changed
- adding in nodejs engine requirement by @jaredwray in https://github.com/jaredwray/cacheable/pull/999
- cache-manager:wrap() method - support options parameter and raw return data by @vz-tl in https://github.com/jaredwray/cacheable/pull/998
- node-cache - fix: deleteOnExpire is false it should not delete by @jaredwray in https://github.com/jaredwray/cacheable/pull/1002
- flat-cache - fix: wrong (v5) example in getting started for load. by @EmilianoBruni in https://github.com/jaredwray/cacheable/pull/1004
- cache-manager - fix: return types of mget to handle Array
by @vinnymac in https://github.com/jaredwray/cacheable/pull/1005 - cacheable - fix: better test for iterator on memory items property by @jaredwray in https://github.com/jaredwray/cacheable/pull/1013
- mono - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1016
- mono - chore: upgrading wrangler to 3.111.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1017
- cacheable - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1018
- cacheable - chore: upgrading tsup and typescript to lastest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1019
- cacheable - chore: upgrading faker-js to 9.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1020
- cacheable - chore: upgrading hookified to 1.7.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1021
- cacheable - chore: upgrading keyv to 5.3.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1022
- node-cache - chore: upgrading keyv to 5.3.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1023
- node-cache - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1024
- node-cache - chore: upgrading tsup and typescript to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1025
- node-cache - chore: upgrading hookified to 1.7.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1026
- flat-cache - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1027
- flat-cache - chore: upgrading tsup and typescript to lastest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1028
- flat-cache - chore: upgrading hookified to 1.7.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1029
- flat-cache - chore: upgrading flatted to 3.3.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1030
- file-entry-cache - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1031
- file-entry-cache - chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1032
- cache-manager - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1033
- cache-manager - chore: upgrading faker-js to 9.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1034
- cache-manager - chore: upgrading keyv to 5.3.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1035
- cache-manager - chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1036
- cacheable-request - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1037
- cacheable-request - chore: upgrading keyv to 5.3.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/1038
- cacheable-request - chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/1039
New Contributors
- @vz-tl made their first contribution in https://github.com/jaredwray/cacheable/pull/998
- @EmilianoBruni made their first contribution in https://github.com/jaredwray/cacheable/pull/1004
- @vinnymac made their first contribution in https://github.com/jaredwray/cacheable/pull/1005
Full Changelog: https://github.com/jaredwray/cacheable/compare/2025-01-27...2025-03-03