Releases: jaredwray/keyv
Releases · jaredwray/keyv
2025-06-21
What's Changed
- redis - fix: fixing readme and createKeyv helper by @jaredwray in #1452
- sqlite - chore: upgrading xo to 1.1.0 by @jaredwray in #1454
- sqlite - chore: testing iterator with useKeyPrefix and documentation by @jaredwray in #1466
- postgres - upgrading xo to 1.1.0 by @jaredwray in #1455
- mysql - chore: upgrading xo to 1.1.0 by @jaredwray in #1458
- etcd - chore: upgrading xo to 1.1.0 by @jaredwray in #1459
- etcd - chore: upgrading vitest to 3.2.4 by @jaredwray in #1460
- valkey - chore: upgrading vitest to 3.2.4 by @jaredwray in #1461
- valkey - chore: upgrading iovalkey to 0.3.3 by @jaredwray in #1462
- valkey - fix: fixing the createKeyv to work correctly by @jaredwray in #1467
- website - chore: upgrading docula to 0.13.0 by @jaredwray in #1463
- mono - chore: upgrading webpack to 5.99.9 by @jaredwray in #1464
- mono - chore: upgrading vitest to 3.2.4 by @jaredwray in #1465
- mono - chore: updating the github actions with permissions by @jaredwray in #1453
- mono - chore: working on getting codecov reporting by @jaredwray in #1456
- mono - chore: clean up as ts-node and c8 are not needed anymore by @jaredwray in #1457
Full Changelog: 2025-06-09...2025-06-21
2025-06-09
What's Changed
- mongo - chore: fixing exlcudes by @jaredwray in #1426
- mongo - fix: no longer rejecting an error when the client does not co… by @jaredwray in #1450
- valkey - fix: updating readme to be use iovalkey by @jaredwray in #1430
- keyv - fix: should not be setting null on empty expires by @jaredwray in #1433
- keyv - chore: upgrading xo to 1.1.0 by @jaredwray in #1434
- keyv - chore: upgrading xo to 1.1.0 by @jaredwray in #1435
- keyv - chore: upgrading faker-js to 9.8.0 by @jaredwray in #1436
- keyv - chore: upgrading vitest to 3.2.3 by @jaredwray in #1437
- keyv - fix: handling serialization on setMany by @jaredwray in #1451
- memcache - fix: moving keyv to peerDependency by @jaredwray in #1427
- memcache - chore: upgrading xo to 1.0.1 by @jaredwray in #1428
- memcache - chore: upgrading xo to 1.1.0 by @jaredwray in #1438
- memcache - chore: upgrading vitest to 3.2.3 by @jaredwray in #1439
- memcache - fix: adding note on compression not supported by @jaredwray in #1440
- redis - chore: upgrading xo to 1.1.0 by @jaredwray in #1441
- redis - chore: upgrading vitest to 3.2.3 by @jaredwray in #1442
- test-suite - chore: upgrading vitest to 3.2.3 by @jaredwray in #1443
- compress-brotli - chore: upgrading xo to 1.1.0 by @jaredwray in #1444
- compress-brotli - chore: upgrading compress-brotli to 1.3.13 by @jaredwray in #1445
- compres-brotli - chore: upgrading vitest to 3.2.3 by @jaredwray in #1446
- compress-gzip - chore: upgrading xo to 1.1.0 by @jaredwray in #1447
- compress-lz4 - chore: upgrading xo to 1.1.0 by @jaredwray in #1448
- compress-lz4 - chore: upgrading vitest to 3.2.3 by @jaredwray in #1449
Full Changelog: 2025-05-17...2025-06-09
2025-05-17
What's Changed
- mongo - fix: adding in the db key to use by @olekristensen in #1412
- sqlite - fix: fixing database close to work correctly by @jaredwray in #1414
- sqlite - fix: updating tests to handle the close correctly by @jaredwray in #1415
- postgres - chore: upgrading pg to 8.16.0 by @jaredwray in #1417
- postgres - fix: removing types.ts from coverage report by @jaredwray in #1418
- mysql - chore: upgrading mysql2 to 3.14.1 by @jaredwray in #1419
- etcd - chore: upgrading vitest to 3.1.3 by @jaredwray in #1420
- website - chore: upgrading tsx to 4.19.4 by @jaredwray in #1421
- mono - chore: upgrading webpack to 5.99.8 by @jaredwray in #1422
- mono - chore: upgrading tsup to 8.5.0 by @jaredwray in #1423
- mono - chore: upgrading vitest to 3.1.3 by @jaredwray in #1424
- mono - feat: moving all scripts and docker to a folder by @jaredwray in #1425
New Contributors
- @olekristensen made their first contribution in #1412
Full Changelog: 2025-05-03...2025-05-17
2025-05-03
What's Changed
- mono - fix: moving vitest to each package by @jaredwray in #1388
- redis - fixed
@keyv/valkey
name in readme by @romadomma in #1390 - redis - feat: moving to @redis/client to reduce package size by @jaredwray in #1394
- redis - feat: updating docs for redis client by @jaredwray in #1395
- redis - chore: upgrading vitest to 3.1.2 by @jaredwray in #1403
- redis - chore: upgrading tsd to 0.32.0 by @jaredwray in #1404
- redis - fix: handling clearBatchSize when less than 0 and keyPrefixSuffix can… by @jaredwray in #1396
- keyv - chore: upgrading vitest to 3.1.2 by @jaredwray in #1400
- keyv - chore: upgrading faker-js to 9.7.0 by @jaredwray in #1401
- memcache - chore: upgrading tsd to 0.32.0 by @jaredwray in #1402
- test-suite - chore: upgrading vitest to 3.1.2 by @jaredwray in #1405
- test-suite - chore: upgrading bignumber.js to 9.3.0 by @jaredwray in #1406
- compress-brotli - chore: upgrading vitest to 3.1.2 by @jaredwray in #1407
- compress-gzip - chore: upgrading tsd to 0.32.0 by @jaredwray in #1408
- compress-lz4 - chore: upgrading vitest to 3.1.2 by @jaredwray in #1409
New Contributors
- @romadomma made their first contribution in #1390
Full Changelog: 2025-04-20...2025-05-03
2025-04-20
What's Changed
- redis - fix: moving Keyv to a peer dependency by @jaredwray in #1380
- compress-brotli - fix: moving Keyv to a peer dependency by @jaredwray in #1381
- compress-gzip - fix: moving Keyv to a peer dependency by @jaredwray in #1382
- redis - chore: adding in docs to install keyv and @keyv/redis by @jaredwray in #1383
- compress-lz4 - fix: moving Keyv to a peer dependency by @jaredwray in #1384
- etcd - fix: moving Keyv to a peer dependency by @jaredwray in #1385
- postgres - fix: moving Keyv to a peer dependency by @jaredwray in #1386
- sqlite - fix: moving Keyv to a peer dependency by @jaredwray in #1387
Full Changelog: 2025-04-19...2025-04-20
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