Latest's Releases
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
2025-05-17
May 17, 2025
What's Changed
- mongo - fix: adding in the db key to use by @olekristensen in https://github.com/jaredwray/keyv/pull/1412
- sqlite - fix: fixing database close to work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1414
- sqlite - fix: updating tests to handle the close correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1415
- postgres - chore: upgrading pg to 8.16.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1417
- postgres - fix: removing types.ts from coverage report by @jaredwray in https://github.com/jaredwray/keyv/pull/1418
- mysql - chore: upgrading mysql2 to 3.14.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1419
- etcd - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1420
- website - chore: upgrading tsx to 4.19.4 by @jaredwray in https://github.com/jaredwray/keyv/pull/1421
- mono - chore: upgrading webpack to 5.99.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1422
- mono - chore: upgrading tsup to 8.5.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1423
- mono - chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1424
- mono - feat: moving all scripts and docker to a folder by @jaredwray in https://github.com/jaredwray/keyv/pull/1425
New Contributors
- @olekristensen made their first contribution in https://github.com/jaredwray/keyv/pull/1412
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-05-03...2025-05-17
2025-05-03
May 03, 2025
What's Changed
- mono - fix: moving vitest to each package by @jaredwray in https://github.com/jaredwray/keyv/pull/1388
- redis - fixed `@keyv/valkey` name in readme by @romadomma in https://github.com/jaredwray/keyv/pull/1390
- redis - feat: moving to @redis/client to reduce package size by @jaredwray in https://github.com/jaredwray/keyv/pull/1394
- redis - feat: updating docs for redis client by @jaredwray in https://github.com/jaredwray/keyv/pull/1395
- redis - chore: upgrading vitest to 3.1.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1403
- redis - chore: upgrading tsd to 0.32.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1404
- redis - fix: handling clearBatchSize when less than 0 and keyPrefixSuffix can… by @jaredwray in https://github.com/jaredwray/keyv/pull/1396
- keyv - chore: upgrading vitest to 3.1.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1400
- keyv - chore: upgrading faker-js to 9.7.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1401
- memcache - chore: upgrading tsd to 0.32.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1402
- test-suite - chore: upgrading vitest to 3.1.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1405
- test-suite - chore: upgrading bignumber.js to 9.3.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1406
- compress-brotli - chore: upgrading vitest to 3.1.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1407
- compress-gzip - chore: upgrading tsd to 0.32.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1408
- compress-lz4 - chore: upgrading vitest to 3.1.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1409
New Contributors
- @romadomma made their first contribution in https://github.com/jaredwray/keyv/pull/1390
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-04-20...2025-05-03