Releases: jaredwray/keyv
Releases · jaredwray/keyv
2025-02-01
What's Changed
- compress-lz4 - feat: Add compress lz4-napi by @0xslipk in #1284
- compress-lz4 - fix: clean up readme docs by @jaredwray in #1285
- postgres - feat: ability to use unlogged table on Postgres by @darky in #1290
- website - fix: updating wording from sqlite to redis by @jaredwray in #1293
- keyv - chore: upgrading vitest to 3.0.4 by @jaredwray in #1295
- memcache - chore: upgrading typescript to 5.7.3 by @jaredwray in #1296
- test-suite - chore: upgrading vitest to 3.0.4 by @jaredwray in #1297
- compress-brotli - chore: upgrading vitest to 3.0.4 by @jaredwray in #1298
- compress-lz4 - chore: upgrading vitest to 3.0.4 by @jaredwray in #1299
New Contributors
Full Changelog: 2025-01-18...2025-02-01
2025-01-18
What's Changed
- website - fix: updating nestjs caching example by @jaredwray in #1276
- mysql - chore: upgrading mysql2 to 3.12.0 by @jaredwray in #1278
- etcd - chore: upgrading vitest to 3.0.2 by @jaredwray in #1279
- valkey - chore: upgrading valkeyio to 0.2.2 by @jaredwray in #1280
- website - chore: upgrading docula to 0.10.0 by @jaredwray in #1281
- serialize - chore: upgrading typescript to 5.7.3 by @jaredwray in #1282
- mono - chore: upgrading typescript and @types/node to latest by @jaredwray in #1283
Full Changelog: 2025-01-04...2025-01-18
2025-01-04
What's Changed
- compress-brotli - chore: updating linting to be more inline by @jaredwray in #1265
- website - updating to not do build of website on build by @jaredwray in #1266
- compress-brotli - chore: upgrading c8 to 10.1.3 by @jaredwray in #1267
- keyv - feat: updating deleteMany function on generic storage adapter by @jaredwray in #1268
- keyv - chore: removing import/no-named-as-default from lint by @jaredwray in #1269
- keyv - chore: removing xo lint rules from package.json by @jaredwray in #1270
Full Changelog: 2024-12-21...2025-01-04
2024-12-21
What's Changed
- keyv - fix: improve keyv errors handling with store methods by @Sadzurami in #1251
- keyv - fix: update keyv events errors handling by @Sadzurami in #1249
- redis: add adapter level type generic by @mahdavipanah in #1252
- keyv - docs: update README to include emitErrors option for Keyv by @Sadzurami in #1253
- sqlite - upgrading xo to 0.60.0 by @jaredwray in #1256
- postgres - upgrading xo to 0.60.0 by @jaredwray in #1257
- mysql - upgrading xo to 0.60.0 by @jaredwray in #1258
- mysql - upgrading mysql2 to 3.11.5 by @jaredwray in #1259
- valkey - upgrading xo to 0.60.0 by @jaredwray in #1260
- website - upgrading docula to 0.9.6 by @jaredwray in #1261
- serialize - upgrading keyv to 0.60.0 by @jaredwray in #1262
- serialize - upgrading typescript and tsd to latest by @jaredwray in #1263
- mono - upgrading typescript types and webpack to latest by @jaredwray in #1264
Full Changelog: 2024-12-11...2024-12-21
2024-12-11
What's Changed
- etcd - upgrading xo to 0.60.0 by @jaredwray in #1240
- etcd - cleaning up dependencies and lint rules by @jaredwray in #1241
- docs - (README.md): add keyv-upstash as a third-party adapter by @mahdavipanah in #1242
- redis -feat: add noNamespaceAffectsAll option by @mahdavipanah in #1243
- keyv - fix: handle errors in store.set method and return result status by @Sadzurami in #1245
- mono - removing npmrc by @jaredwray in #1247
- redis: clear and iterator methods support Clusters by @mahdavipanah in #1246
New Contributors
- @mahdavipanah made their first contribution in #1242
- @Sadzurami made their first contribution in #1245
Full Changelog: 2024-12-09...2024-12-11
2024-12-09
What's Changed
- mono - adding in link-workspace-packages by @jaredwray in #1223
- keyv - adding in valkey as iterable by @jaredwray in #1225
- redis - updating readme on clear and namespace support by @jaredwray in #1226
- feat: adding in etcd as iterable by @MAXLZ1 in #1228
- Enhancing pnpm workspaces with local references by @jaredwray in #1229
- mono - upgrading xo to 0.6.0 by @jaredwray in #1230
- keyv - upgrading xo to 0.60.0 by @jaredwray in #1231
- memcache - upgrading xo to 0.60.0 by @jaredwray in #1232
- test-suite - upgrading vitest to 2.1.8 by @jaredwray in #1233
- test-suite - fixing readme by @jaredwray in #1234
- redis - upgrading xo to 0.60.0 by @jaredwray in #1235
- redis - upgrading vitest to 2.1.8 by @jaredwray in #1236
- compress-brotli - upgrading xo to 0.60.0 by @jaredwray in #1237
- compress-gzip - upgrading xo to 0.60.0 by @jaredwray in #1238
New Contributors
Full Changelog: 2024-11-22...2024-12-09
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