Latest's Releases
2025-12-10
December 10, 2025
What's Changed
- redis - feat: updating readme on why namespaces cause memory bloat by @jaredwray in https://github.com/jaredwray/keyv/pull/1726
- memcache - chore: upgrading @biomejs/biome to 2.3.7 by @jaredwray in https://github.com/jaredwray/keyv/pull/1728
- memcache - chore: upgrading tsup to 8.5.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1729
- memcache - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1730
- etcd - chore: upgrading @biomejs/biome to 2.3.7 by @jaredwray in https://github.com/jaredwray/keyv/pull/1731
- etcd - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1732
- dynamo - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1733
- dynamo - chore: upgrading aws-sdk to 3.940.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1734
- mono - feat: moving to minimum release ago to 5 days for updating mod… by @jaredwray in https://github.com/jaredwray/keyv/pull/1736
- serialize - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1737
- serialize - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1738
- keyv - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1739
- keyv - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1740
- compress-brotli - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1741
- compress-brotli - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1742
- compress-gzip - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1743
- compress-gzip - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1744
- compress-lz4 - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1745
- compress-lz4 - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1746
- mono - chore: upgrading tsup to 8.5.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1747
- mono - chore: upgrading vitest to 4.0.14 by @jaredwray in https://github.com/jaredwray/keyv/pull/1748
- keyv - fix: updating namespace adapter interface to be more permissive by @jaredwray in https://github.com/jaredwray/keyv/pull/1749
- redis - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1752
- redis - chore: upgrading vitest to 4.0.15 by @jaredwray in https://github.com/jaredwray/keyv/pull/1753
- redis - upgrading hookified to 1.13.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1754
- redis - chore: upgrading @redis/client to 5.10.0 by @jaredwray in https://github.com/jaredwray/keyv/pull/1755
- valkey - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1756
- valkey - chore: upgrading vitest to 4.0.15 by @jaredwray in https://github.com/jaredwray/keyv/pull/1757
- test-suite - chore: upgrading vitest to 4.0.15 by @jaredwray in https://github.com/jaredwray/keyv/pull/1758
- test-suite - chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/keyv/pull/1759
- website - chore: upgrading docula to 0.31.1 by @jaredwray in https://github.com/jaredwray/keyv/pull/1760
Full Changelog: https://github.com/jaredwray/keyv/compare/2025-11-20...2025-12-10
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