Latest's Releases
2025-11-20
November 21, 2025
What's Changed
- postgres - feat: setMany support by @darky in https://github.com/jaredwray/keyv/pull/1723
- mysql - fix: resolving security concern with has method by @jaredwray in https://github.com/jaredwray/keyv/pull/1724
- mysql - feat: adding in jsDocs by @jaredwray in https://github.com/jaredwray/keyv/pull/1725
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-11-17...2025-11-20
2025-11-17
November 18, 2025
What's Changed
- bigmap - feat: moving to hashery for hashing by @jaredwray in https://github.com/jaredwray/keyv/pull/1694
- postgres - perf: getMany O(n^2) -> O(2n) by @darky in https://github.com/jaredwray/keyv/pull/1695
- keyv - fix: setting the exports correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1697
- bigmap - fix: fixing exports to be correct by @jaredwray in https://github.com/jaredwray/keyv/pull/1698
- compress-brotli - fix: fixing the exports by @jaredwray in https://github.com/jaredwray/keyv/pull/1699
- compress-gzip - fix: updating exports to work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1700
- compress-lz4 - fix: getting exports to work better by @jaredwray in https://github.com/jaredwray/keyv/pull/1701
- dynamo - fix: updating exports to work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1702
- etcd - fix: making exports work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1703
- memcache - fix: making exports work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1704
- mongo - fix: getting exports to work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1705
- mysql - fix: exports are working correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1706
- postgres - fix: exports working correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1707
- redis - fix: exports are now working correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1708
- serialize - fix: getting exports to work better by @jaredwray in https://github.com/jaredwray/keyv/pull/1709
- sqlite - fix: exports now work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1710
- test-suite - fix: exports need to work correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1711
- valkey - fix: exports working correctly by @jaredwray in https://github.com/jaredwray/keyv/pull/1712
- mysql - chore: upgrading vitest to 4.0.10 by @jaredwray in https://github.com/jaredwray/keyv/pull/1713
- mysql - chore: upgrading @biomejs/biome to 2.3.6 by @jaredwray in https://github.com/jaredwray/keyv/pull/1714
- mysql - chore: upgrading mysql2 to 3.15.3 by @jaredwray in https://github.com/jaredwray/keyv/pull/1715
- sqlite - chore: upgrading vitest to 4.0.10 by @jaredwray in https://github.com/jaredwray/keyv/pull/1716
- sqlite - chore: upgrading @biomejs/biome to 2.3.6 by @jaredwray in https://github.com/jaredwray/keyv/pull/1717
- postgres - chore: upgrading vitest to 4.0.10 by @jaredwray in https://github.com/jaredwray/keyv/pull/1718
- postgres - chore: upgrading @biomejs/biome to 2.3.6 by @jaredwray in https://github.com/jaredwray/keyv/pull/1719
- bigmap - chore: upgrading vitest to 4.0.10 by @jaredwray in https://github.com/jaredwray/keyv/pull/1720
- bigmap - chore: upgrading hookified to 1.13.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1721
- bigmap - chore: upgrading @biomejs/biome to 2.3.6 by @jaredwray in https://github.com/jaredwray/keyv/pull/1722
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-11-11...2025-11-17
2025-11-11
November 11, 2025
What's Changed
- postgres - feat: connect method as public by @darky in https://github.com/jaredwray/keyv/pull/1681
- redis - chore: upgrading vitest to 4.0.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1682
- redis - chore: upgrading hookified to 1.12.2 by @jaredwray in https://github.com/jaredwray/keyv/pull/1683
- redis - chore: upgrading @redis/client to 5.9.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1684
- redis - feat: moving all the types to a types file by @jaredwray in https://github.com/jaredwray/keyv/pull/1685
- redis - feat: moving create helper functions to create.ts by @jaredwray in https://github.com/jaredwray/keyv/pull/1686
- valkey - chore: upgrading vitest to 4.0.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1687
- valkey - chore: upgrading @biomejs/biome to 2.3.5 by @jaredwray in https://github.com/jaredwray/keyv/pull/1689
- test-suite - chore: upgrading @biomejs/biome to 2.3.5 by @jaredwray in https://github.com/jaredwray/keyv/pull/1690
- test-suite - chore: upgrading vitest to 4.0.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1691
- website - chore: upgrading docula to 0.31.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1692
- keyv - fix: POST_GET hook should fire on a miss by @jaredwray in https://github.com/jaredwray/keyv/pull/1693
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-11-04...2025-11-11