Latest's Releases
2025-08-02
August 02, 2025
What's Changed
- valkey - fix: use proper types for options by @Michsior14 in https://github.com/jaredwray/keyv/pull/1520
- keyv - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1523
- keyv - feat: adding in getRaw and getManyRaw by @jaredwray in https://github.com/jaredwray/keyv/pull/1525
- redis - feat: add step-by-step guide for using @keyv/redis with NestJS by @JardeFelicio in https://github.com/jaredwray/keyv/pull/1524
- redis - feat: support redis sentinel for KeyvRedis store by @thomasdom in https://github.com/jaredwray/keyv/pull/1528
- redis - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1533
- redis - chore: upgrading hookified to 1.11.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1534
- redis - chore: upgrading @redis/client to 5.7.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1535
- memcche - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1531
- memcache - chore: upgrading typescript to 5.9.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1532
- test-suite - chore: upgrading bignumber.js to 9.3.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1536
- dynamo - upgrading @aws-sdk/client-dynamodb to 3.859.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1537
- dynamo - feat: use random table names for better test isolation by @brunocamargos in https://github.com/jaredwray/keyv/pull/1526
New Contributors
- @Michsior14 made their first contribution in https://github.com/jaredwray/keyv/pull/1520
- @JardeFelicio made their first contribution in https://github.com/jaredwray/keyv/pull/1524
- @thomasdom made their first contribution in https://github.com/jaredwray/keyv/pull/1528
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-07-19...2025-08-02
2025-07-19
July 19, 2025
What's Changed
- dynamo - feat: add automatic table creation and ttl configuration by @brunocamargos in https://github.com/jaredwray/keyv/pull/1493
- bigmap - feat: adding in bigmap for keyv by @jaredwray in https://github.com/jaredwray/keyv/pull/1497
- redis - feat: (breaking) upgrading @redis/client to v5 by @jaredwray in https://github.com/jaredwray/keyv/pull/1494
- redis - fixing createKeyv to do correct namespacing with Keyv by @jaredwray in https://github.com/jaredwray/keyv/pull/1498
- redis - fix: fixing the disconnect on error so it triggers by @jaredwray in https://github.com/jaredwray/keyv/pull/1499
- redis - feat: adding in createKeyvNonBlocking by @jaredwray in https://github.com/jaredwray/keyv/pull/1503
- keyv - feat: adding in throwErrors option by @jaredwray in https://github.com/jaredwray/keyv/pull/1500
- keyv - fix: setMany setting entries twice by @nathan-knight in https://github.com/jaredwray/keyv/pull/1504
- keyv - fix: `getMany` serially awaiting expired key deletion by @nathan-knight in https://github.com/jaredwray/keyv/pull/1505
- keyv - fix: fix callback parameter in keyv hook handler. by @GabuTheDev in https://github.com/jaredwray/keyv/pull/1506
- mono - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1507
- mono - chore: upgrading webpack to 5.100.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1508
- sqlite - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1509
- sqlite - chore: upgrading @faker-js/faker to 9.9.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1510
- postgres - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1511
- postgres - chore: upgrading pg to 8.16.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1512
- mysql - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1513
- mysql - chore: upgrading mysql2 to 3.14.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1514
- memcache - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1515
- valkey - chore: upgrading xo to 1.2.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1516
- website - chore: upgrading docula to 0.13.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1517
- serialize - feat: upgrading xo to 1.2.1 and clean up by @jaredwray in https://github.com/jaredwray/keyv/pull/1518
- test-suite - feat: moving to internal compression adapter for testing by @jaredwray in https://github.com/jaredwray/keyv/pull/1502
New Contributors
- @nathan-knight made their first contribution in https://github.com/jaredwray/keyv/pull/1504
- @GabuTheDev made their first contribution in https://github.com/jaredwray/keyv/pull/1506
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-07-09...2025-07-19
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