Releases: jaredwray/keyv
Releases · jaredwray/keyv
2024-11-22
What's Changed
- redis - fixing lint issues and clean up by @jaredwray in #1218
- redis - adding in cluster type to constructor by @jaredwray in #1219
Full Changelog: 2024-11-16...2024-11-22
2024-11-16
What's Changed
- website - updating the fastify caching document to use Cacheable with… by @jaredwray in #1208
- website - updating caching documentation to use Cacheable with Keyv by @jaredwray in #1209
- Website - updating remaining caching docs with cacheable using keyv by @jaredwray in #1210
- redis - adding in additional documentation for clustering by @jaredwray in #1212
- postgres - upgrading pg to 8.13.1 by @jaredwray in #1213
- Mysql - upgrading mysql2 to 3.11.4 by @jaredwray in #1214
- etcd - upgrading webpack to 5.96.1 by @jaredwray in #1215
- website - upgrading tsx to 4.19.2 by @jaredwray in #1216
- mono - upgrading vitest to 2.1.5 by @jaredwray in #1217
Full Changelog: 2024-11-13...2024-11-16
2024-11-13
What's Changed
- redis - updating the readme documentation and testing Keyv by @jaredwray in #1199
- keyv - removing awesome module content as it is in getting started guide by @jaredwray in #1200
- website - updated express caching example to use Cacheable with keyv … by @jaredwray in #1201
- valkey - fixing items by moving back to useRedisSets by @jaredwray in #1205
- valkey - upgrading iovalkey to 0.2.1 by @jaredwray in #1206
Full Changelog: 2024-11-11...2024-11-13
2024-11-11
What's Changed
- Update README.md by @huijiewei in #1197
- Redis - v4 using node redis library by @jaredwray in #1198
New Contributors
- @huijiewei made their first contribution in #1197
Full Changelog: 2024-11-09...2024-11-11
2024-11-09
What's Changed
- keyv - adding in jsdoc by @jaredwray in #1182
- keyv - removing tiered from iterable adapters list as no longer suppo… by @jaredwray in #1183
- keyv - adding in ttl property by @jaredwray in #1184
- keyv - adding in additional jsdoc for clear, has, and disconnect by @jaredwray in #1185
- keyv - updating the on() to return this which is compatible with IEve… by @jaredwray in #1186
- keyv - handling the namespace outside of opts by @jaredwray in #1187
- Keyv - adding in store property by @jaredwray in #1188
- Keyv - adding in serialize / deserialize properties by @jaredwray in #1189
- keyv - adding in compress and decompress properties by @jaredwray in #1190
- keyv - adding compression property by @jaredwray in #1191
- Keyv - adding in use key prefix option by @jaredwray in #1192
- Keyv - if there is no namespace then it will not prefix the key by @jaredwray in #1193
- Keyv - moving to compression adapters just doing compress / decompress by @jaredwray in #1194
- Keyv - handing complex objects with no serialize / deserialize by @jaredwray in #1195
- keyv - updating readme with fixes and logo by @jaredwray in #1196
Full Changelog: 2024-11-02...2024-11-09
2024-11-02
What's Changed
- keyv - adding in once event handler by @jaredwray in #1171
- keyv - adding in generic store by @jaredwray in #1172
- fix: preDelete hook not called when a single key is deleted by @ugo-studio in #1173
- mono - upgrading vitest to 2.1.4 by @jaredwray in #1175
- mono - upgrading tsup and mono to latest by @jaredwray in #1176
- memcache - upgrading typescript 5.6.3 by @jaredwray in #1177
- redis - moving keyv to be star as a dependency by @jaredwray in #1178
- test-suite - upgrading vitest to 2.1.4 and making Keyv a star on dev … by @jaredwray in #1179
- offline - removing tiered as it has been deprecated in favor of Cache… by @jaredwray in #1180
New Contributors
- @ugo-studio made their first contribution in #1173
Full Changelog: 2024-10-21...2024-11-02
2024-10-21
What's Changed
- sqlite - multiple namespace instance testing on a single store by @jaredwray in #1161
- mono - upgrading vitest and typescript to latest by @jaredwray in #1163
- sqlite - adding in createKeyv and making Keyv dependency a star by @jaredwray in #1164
- sqlite - adding in createKeyv and making Keyv dependency a star by @jaredwray in #1165
- Postgres - adding in create keyv as helper function by @jaredwray in #1166
- mysql - moving Keyv to star dependency by @jaredwray in #1167
- etcd - upgrading typescript and webpack to latest by @jaredwray in #1168
- website - upgrading to using tsx over ts-node by @jaredwray in #1169
- Keyv - adding namespace as a property by @jaredwray in #1170
Full Changelog: 2024-10-08...2024-10-21
2024-10-08
What's Changed
- valkey - storage adapter for valkey (redis OSS) by @jaredwray in #1153
- removing third-party as it causes build issues by @jaredwray in #1154
- adding in docula on website by @jaredwray in #1155
- updating website with build by @jaredwray in #1156
- migration to pnpm from yarn by @jaredwray in #1157
- valkey - adding in docs and createKeyv helper function by @jaredwray in #1158
Full Changelog: 2024-10-05...2024-10-08
2024-10-05
What's Changed
- Add generic type support for Keyv class and improve type safety by @chrisllontop in #1139
- Keyv - enabling options on all storage adapters by @jaredwray in #1141
- keyv - fixing test:services start and stop by @jaredwray in #1143
- mono - upgrading webpack to 5.95.0 by @jaredwray in #1144
- mono - upgrading vitest to 2.1.2 by @jaredwray in #1145
- memcache - upgrading keyv to 5.0.3 by @jaredwray in #1146
- redis - upgrading keyv to 5.0.3 by @jaredwray in #1147
- test-suite - upgrading keyv and vitest to latest by @jaredwray in #1148
- offline - upgrading keyv to 5.0.3 by @jaredwray in #1149
- compress-brotli - moving keyv as a * dependency by @jaredwray in #1150
- compress-gzip - adding in keyv as * dependency by @jaredwray in #1151
- Deprecating Offline and Tiered Mode for Cacheable by @jaredwray in #1152
Full Changelog: 2024-09-27...2024-10-05
2024-09-27
What's Changed
- postgres - updating ESM fix on Pool from pg by @jaredwray in #1138
Full Changelog: 2024-09-22...2024-09-27