Releases: jaredwray/keyv
Releases · jaredwray/keyv
2025-04-19
What's Changed
- keyv - fix: throwing on symbol but not via the event emitter by @jaredwray in #1358
- keyv - fix: making PRE_SET work correctly on set function by @jaredwray in #1360
- mono - fix: removing tiered as that package is no longer used by @jaredwray in #1362
- mono - fix: updating readme with what is in repo by @jaredwray in #1363
- mono - chore: upgrading webpack to 5.99.6 by @jaredwray in #1365
- mono - chore: upgrading typescript to 5.8.3 by @jaredwray in #1366
- mono - chore: upgrading vitest to 3.1.1 by @jaredwray in #1367
- sqlite - chore: upgrading tsd to 0.32.0 by @jaredwray in #1368
- postgres - chore: upgrading tsd to 0.32.0 by @jaredwray in #1369
- postgres - chore: upgrading pg to 8.14.1 by @jaredwray in #1370
- mysql - chore: upgrading tsd to 0.32.0 by @jaredwray in #1371
- mysql - chore: upgrading mysql2 to 3.14.0 by @jaredwray in #1372
- etcd - chore: upgrading typescript to 5.8.3 by @jaredwray in #1373
- etcd - chore: upgrading vitest to 3.1.1 by @jaredwray in #1374
- valkey - chore: upgrading valkey to 0.32.0 by @jaredwray in #1375
- website - chore: upgrading docula to 0.11.1 by @jaredwray in #1376
- serialize - chore: upgrading typescript to 5.8.3 by @jaredwray in #1377
Full Changelog: 2025-04-05...2025-04-19
2025-04-05
What's Changed
- sqlite - fix: mis-spelling in README.md by @csjewell in #1348
- test-suite - fix: updating bignumber.js as the update was breaking by @jaredwray in #1351
- keyv - chore: upgrading vitest to 3.1.1 by @jaredwray in #1352
- keyv - chore: upgrading faker-js to 9.6.0 by @jaredwray in #1353
- memcache - chore: upgrading typescript to 5.8.3 by @jaredwray in #1354
- redis - fix: updating readme to work with namespaces by @jaredwray in #1355
- compress-brotli - chore: upgrading vitest to 3.1.1 by @jaredwray in #1356
- compress-lz4 - chore: upgrading vitest to 3.1.1 by @jaredwray in #1357
New Contributors
Full Changelog: 2025-03-15...2025-04-05
2025-03-15
What's Changed
- keyv - fix: KeyvStorageAdapter breaking type change by @jaredwray in #1334
- redis - fix: handing a bad redis uri by emiting error by @jaredwray in #1337
- keyv - fix: when passing in undefined store property it defaults to Map by @jaredwray in #1339
- postgres - fix: removing console.log from options by @jaredwray in #1340
- postgres - chore: upgrading pg to 8.14.0 by @jaredwray in #1341
- mysql - chore: upgrading mysql2 to 3.13.0 by @jaredwray in #1342
- etcd - chore: upgrading vitest to 3.0.8 by @jaredwray in #1343
- website - chore: upgrading docual to 0.10.1 by @jaredwray in #1344
- mono - chore: upgrading typescirpt and tsup to latest by @jaredwray in #1345
- mono - chore: upgrading vitest to 3.0.8 by @jaredwray in #1346
Full Changelog: 2025-03-01...2025-03-15
2025-03-01
What's Changed
- redis - fix: if you pass in nothing to createKeyv it defaults to redi… by @jaredwray in #1313
- keyv - feat: adding in support for many with setMany and set by @jaredwray in #1314
- redis - chore adding in unit test on reconnect strategy by @jaredwray in #1317
- redis - chore: updating the documentation on events by @jaredwray in #1319
- redis - feat: allowing for graceful disconnect via quit and force option by @jaredwray in #1321
- keyv - feat: adding in deleteMany and getMany by @jaredwray in #1322
- keyv - feat: adding in hasMany and has function by @jaredwray in #1323
- keyv - chore: upgrading @faker-js/faker to 9.5.1 by @jaredwray in #1325
- keyv - chore: upgrading vitest to 3.0.7 by @jaredwray in #1326
- memcache - chore: upgrading typescript to 5.8.2 by @jaredwray in #1327
- redis - chore: upgrading vitest to 3.0.7 by @jaredwray in #1328
- compress-brotli - chore: upgrading vitest to 3.0.7 by @jaredwray in #1329
- compress-lz4 - chore: upgrading vitest to 3.0.7 by @jaredwray in #1330
- mono - fix: updating cloudflare deployment by @jaredwray in #1331
Full Changelog: 2025-02-17...2025-03-01
2025-02-17
What's Changed
- mysql - feat: use internal scheduler to delete expired keys by @johaven in #1291
- website - fix: import spacing in caching-nestjs.md by @colmer in #1302
- serialize - fix: use Object.prototype for correct usage of hasOwnProperty by @nolliebigspin in #1304
- postgres - chore: upgrading pg to 8.13.3 by @jaredwray in #1306
- etcd - chore: upgrading vitest to 3.0.5 by @jaredwray in #1307
- valkey - chore: upgrading iovalkey to 0.3.1 by @jaredwray in #1308
- mono - chore: upgrading vitest to 3.0.5 by @jaredwray in #1309
- mono - chore: upgrading tsup and webpack to latest by @jaredwray in #1310
New Contributors
- @johaven made their first contribution in #1291
- @colmer made their first contribution in #1302
- @nolliebigspin made their first contribution in #1304
Full Changelog: 2025-02-01...2025-02-17
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