Latest's Releases
2025-07-09
July 09, 2025
What's Changed
- valkey - fix: fixing createKeyv to return Keyv instance by @jaredwray in https://github.com/jaredwray/keyv/pull/1468
- dynamo - feat: add dynamodb implementation by @brunocamargos in https://github.com/jaredwray/keyv/pull/1475
- keyv - chore: upgrading xo to 1.1.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1477
- keyv - chore: upgrading @faker-js/faker to 9.9.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1478
- keyv - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1479
- memcache - chore: upgrading xo to 1.1.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1480
- memcache - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1481
- redis - fix: adding in connection / no-op failure strategies by @jaredwray in https://github.com/jaredwray/keyv/pull/1471
- redis - feat: adding in throw error options and no-op for flaky redis instance on calls by @jaredwray in https://github.com/jaredwray/keyv/pull/1474
- redis - chore: upgrading xo to 1.1.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1482
- redis - feat: updating the readme with errors and options by @jaredwray in https://github.com/jaredwray/keyv/pull/1476
- redis - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1483
- redis - chore: upgrading @faker-js/faker to 9.9.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1484
- test-suite - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1485
- compress-brotli - chore: upgrading xo to 1.1.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1486
- compress-brotli - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1487
- compress-gzip - chore: upgrading xo to 1.1.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1488
- compress-gzip - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1489
- compress-lz4 - chore: upgrading xo to 1.1.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1490
- compress-lz4 - chore: upgrading lz4-napi to 2.9.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1491
- compress-lz4 - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1492
New Contributors
- @brunocamargos made their first contribution in https://github.com/jaredwray/keyv/pull/1475
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-06-21...2025-07-09
2025-06-21
June 21, 2025
What's Changed
- redis - fix: fixing readme and createKeyv helper by @jaredwray in https://github.com/jaredwray/keyv/pull/1452
- sqlite - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1454
- sqlite - chore: testing iterator with useKeyPrefix and documentation by @jaredwray in https://github.com/jaredwray/keyv/pull/1466
- postgres - upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1455
- mysql - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1458
- etcd - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1459
- etcd - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1460
- valkey - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1461
- valkey - chore: upgrading iovalkey to 0.3.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1462
- valkey - fix: fixing the createKeyv to work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1467
- website - chore: upgrading docula to 0.13.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1463
- mono - chore: upgrading webpack to 5.99.9 by @jaredwray in https://github.com/jaredwray/keyv/pull/1464
- mono - chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1465
- mono - chore: updating the github actions with permissions by @jaredwray in https://github.com/jaredwray/keyv/pull/1453
- mono - chore: working on getting codecov reporting by @jaredwray in https://github.com/jaredwray/keyv/pull/1456
- mono - chore: clean up as ts-node and c8 are not needed anymore by @jaredwray in https://github.com/jaredwray/keyv/pull/1457
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-06-09...2025-06-21
2025-06-09
June 10, 2025
What's Changed
- mongo - chore: fixing exlcudes by @jaredwray in https://github.com/jaredwray/keyv/pull/1426
- mongo - fix: no longer rejecting an error when the client does not co… by @jaredwray in https://github.com/jaredwray/keyv/pull/1450
- valkey - fix: updating readme to be use iovalkey by @jaredwray in https://github.com/jaredwray/keyv/pull/1430
- keyv - fix: should not be setting null on empty expires by @jaredwray in https://github.com/jaredwray/keyv/pull/1433
- keyv - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1434
- keyv - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1435
- keyv - chore: upgrading faker-js to 9.8.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1436
- keyv - chore: upgrading vitest to 3.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1437
- keyv - fix: handling serialization on setMany by @jaredwray in https://github.com/jaredwray/keyv/pull/1451
- memcache - fix: moving keyv to peerDependency by @jaredwray in https://github.com/jaredwray/keyv/pull/1427
- memcache - chore: upgrading xo to 1.0.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1428
- memcache - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1438
- memcache - chore: upgrading vitest to 3.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1439
- memcache - fix: adding note on compression not supported by @jaredwray in https://github.com/jaredwray/keyv/pull/1440
- redis - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1441
- redis - chore: upgrading vitest to 3.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1442
- test-suite - chore: upgrading vitest to 3.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1443
- compress-brotli - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1444
- compress-brotli - chore: upgrading compress-brotli to 1.3.13 by @jaredwray in https://github.com/jaredwray/keyv/pull/1445
- compres-brotli - chore: upgrading vitest to 3.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1446
- compress-gzip - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1447
- compress-lz4 - chore: upgrading xo to 1.1.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1448
- compress-lz4 - chore: upgrading vitest to 3.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1449
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-05-17...2025-06-09