Latest's Releases
2025-03-15
March 15, 2025
What's Changed
- keyv - fix: KeyvStorageAdapter breaking type change by @jaredwray in https://github.com/jaredwray/keyv/pull/1334
- redis - fix: handing a bad redis uri by emiting error by @jaredwray in https://github.com/jaredwray/keyv/pull/1337
- keyv - fix: when passing in undefined store property it defaults to Map by @jaredwray in https://github.com/jaredwray/keyv/pull/1339
- postgres - fix: removing console.log from options by @jaredwray in https://github.com/jaredwray/keyv/pull/1340
- postgres - chore: upgrading pg to 8.14.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1341
- mysql - chore: upgrading mysql2 to 3.13.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1342
- etcd - chore: upgrading vitest to 3.0.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1343
- website - chore: upgrading docual to 0.10.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1344
- mono - chore: upgrading typescirpt and tsup to latest by @jaredwray in https://github.com/jaredwray/keyv/pull/1345
- mono - chore: upgrading vitest to 3.0.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1346
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-03-01...2025-03-15
2025-03-01
March 01, 2025
What's Changed
- redis - fix: if you pass in nothing to createKeyv it defaults to redi… by @jaredwray in https://github.com/jaredwray/keyv/pull/1313
- keyv - feat: adding in support for many with setMany and set by @jaredwray in https://github.com/jaredwray/keyv/pull/1314
- redis - chore adding in unit test on reconnect strategy by @jaredwray in https://github.com/jaredwray/keyv/pull/1317
- redis - chore: updating the documentation on events by @jaredwray in https://github.com/jaredwray/keyv/pull/1319
- redis - feat: allowing for graceful disconnect via quit and force option by @jaredwray in https://github.com/jaredwray/keyv/pull/1321
- keyv - feat: adding in deleteMany and getMany by @jaredwray in https://github.com/jaredwray/keyv/pull/1322
- keyv - feat: adding in hasMany and has function by @jaredwray in https://github.com/jaredwray/keyv/pull/1323
- keyv - chore: upgrading @faker-js/faker to 9.5.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1325
- keyv - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/keyv/pull/1326
- memcache - chore: upgrading typescript to 5.8.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1327
- redis - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/keyv/pull/1328
- compress-brotli - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/keyv/pull/1329
- compress-lz4 - chore: upgrading vitest to 3.0.7 by @jaredwray in https://github.com/jaredwray/keyv/pull/1330
- mono - fix: updating cloudflare deployment by @jaredwray in https://github.com/jaredwray/keyv/pull/1331
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-02-17...2025-03-01
2025-02-17
February 18, 2025
What's Changed
- mysql - feat: use internal scheduler to delete expired keys by @johaven in https://github.com/jaredwray/keyv/pull/1291
- website - fix: import spacing in caching-nestjs.md by @colmer in https://github.com/jaredwray/keyv/pull/1302
- serialize - fix: use Object.prototype for correct usage of hasOwnProperty by @nolliebigspin in https://github.com/jaredwray/keyv/pull/1304
- postgres - chore: upgrading pg to 8.13.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1306
- etcd - chore: upgrading vitest to 3.0.5 by @jaredwray in https://github.com/jaredwray/keyv/pull/1307
- valkey - chore: upgrading iovalkey to 0.3.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1308
- mono - chore: upgrading vitest to 3.0.5 by @jaredwray in https://github.com/jaredwray/keyv/pull/1309
- mono - chore: upgrading tsup and webpack to latest by @jaredwray in https://github.com/jaredwray/keyv/pull/1310
New Contributors
- @johaven made their first contribution in https://github.com/jaredwray/keyv/pull/1291
- @colmer made their first contribution in https://github.com/jaredwray/keyv/pull/1302
- @nolliebigspin made their first contribution in https://github.com/jaredwray/keyv/pull/1304
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-02-01...2025-02-17