Latest's Releases
2025-09-10
September 10, 2025
What's Changed
- mono - fix: updating codecov to get a fix going by @jaredwray in https://github.com/jaredwray/keyv/pull/1555
- website - chore: fixing docs on caching to not be ignored by @jaredwray in https://github.com/jaredwray/keyv/pull/1561
- keyv - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1567
- keyv - chore: upgrading @faker-js/faker to 10.0.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1568
- serialize - fix: handling colon as part of the object parameter name by @jaredwray in https://github.com/jaredwray/keyv/pull/1569
- serialize - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1570
- memcache - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1571
- redis - fix: on cluster it cannot do multi() by @jaredwray in https://github.com/jaredwray/keyv/pull/1562
- redis - fix: when call mget, keys within the same master, should land o… by @lchenay in https://github.com/jaredwray/keyv/pull/1560
- redis - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1572
- redis - chore: upgrading hookified to 1.12.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1573
- redis - chore: upgrading @faker-js/faker to 10.0.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1574
- redis - chore: upgrading @redis/client to 5.8.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1575
- test-suite - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1576
- dynamo - feat: exposing the client for better usage by @jaredwray in https://github.com/jaredwray/keyv/pull/1564
- dynamo - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1577
- dynamo - chore: upgrading @aws-sdk to 3.883.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1578
- compress-brotli - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1579
- compress-gzip - chore: upgrading @biomejs/biome to 2.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1580
- compress-lz4 - chore: upgrading @biomejs/biome to 2.2.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1581
New Contributors
- @lchenay made their first contribution in https://github.com/jaredwray/keyv/pull/1560
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-08-16...2025-09-10
2025-08-16
August 16, 2025
What's Changed
- mono - chore: upgrading xo to 1.2.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1541
- mono - chore: upgrading typescript to 5.9.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1542
- mono - feat migrating to biome from xo by @jaredwray in https://github.com/jaredwray/keyv/pull/1552
- sqlite - chore: upgrading xo to 1.2.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1543
- postgres - chore: upgrading xo and @types/pg to latest by @jaredwray in https://github.com/jaredwray/keyv/pull/1544
- mysql - chore: upgrading xo to 1.2.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1545
- mysql - chore: upgrading mysql2 to 3.14.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1546
- etcd - chore: upgrading xo and typescript to latest by @jaredwray in https://github.com/jaredwray/keyv/pull/1547
- valkey - chore: upgrading xo to 1.2.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1548
- website - chore: upgrading tsx to 4.20.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1549
- serialize - chore: upgrading xo to 1.2.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1550
- serialize - chore: upgrading typescript to 5.9.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1551
- redis - fix: readme to be correct on KeyvRedisOptions by @jaredwray in https://github.com/jaredwray/keyv/pull/1553
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-08-02...2025-08-16
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