Releases: jaredwray/keyv
Releases · jaredwray/keyv
2024-01-29
Redis Adding Non Set Namespace Support
add non set namespace support by @jaredwray in #989
What's Changed
- redis - add non set namespace support by @jaredwray in #989
- redis - upgrading tsd to 0.30.4 by @jaredwray in #990
Full Changelog: 2024-01-08...2024-01-29
2024-01-08
What's Changed
- redis - fixing error again on calling clear with empty keys by @jaredwray in #977
Full Changelog: 2024-01-06...2024-01-08
2024-01-06
What's Changed
- adding in arm64 support for docker compose by @jaredwray in #935
- memcache v4 - upgrading @types/memjs to 1.3.2 by @jaredwray in #936
- test-suite v4 - upgrading json types to latest by @jaredwray in #937
- compress-gzip v4 - upgrading pako types and eslint to latest by @jaredwray in #938
- compress-brotli v4 - upgrading webpack to 5.89.0 by @jaredwray in #940
- compress-brotli v4 - upgrading brotli to 1.3.12 by @jaredwray in #941
- removing packages that will not be affected by Keyv v4 to v5 migration by @jaredwray in #945
- redis - updated to 2.8.2 by @jaredwray in #965
- memcache - upgrading typescript and types to latest by @jaredwray in #966
- test-suite - upgrading sqlite3 to 5.1.7 by @jaredwray in #967
- test-suite - upgrading types for json to latest by @jaredwray in #968
- offline - upgrading tsd and ts-node to latest by @jaredwray in #969
- compress-gzip - upgrading eslint to 8.56.0 by @jaredwray in #970
- compress-gzip - upgrading tsd and types to latest by @jaredwray in #971
- compress-brotli - upgrading tsd and c8 to latest by @jaredwray in #972
- keyv - upgrading eslint to 8.56.0 by @jaredwray in #973
Full Changelog: 2023-10-07...2024-01-06
2023-12-02
What's Changed
- fix(redis): add non set namespace support by @ComfortablyCoding in #956
- Keyv hooks for v5 by @jaredwray in #957
- keyv - updating hooks test descriptions by @jaredwray in #958
- memcache - upgrading typescript to 5.3.2 by @jaredwray in #959
- redis - adding xo fix for testing purposes by @jaredwray in #960
- compress-gzip - upgrading eslint to 8.55.0 by @jaredwray in #961
New Contributors
- @ComfortablyCoding made their first contribution in #956
Full Changelog: 2023-11-19...2023-12-02
2023-11-19
What's Changed
- sqlite - upgrading @types/pg to 8.10.9 by @jaredwray in #951
- mysql - upgrading mysql2 to 3.6.3 by @jaredwray in #952
- etcd - upgrading webpack to 5.89.0 by @jaredwray in #953
- tiered - upgrading eslint to 8.54.0 by @jaredwray in #954
- mono - upgrading @types/node to 20.9.2 by @jaredwray in #955
Full Changelog: 2023-11-12...2023-11-19
2023-11-12
What's Changed
- Convert Keyv to TypeScript and implement the KeyvStorageAdapter by @christianllv in #934
- mono repo v5 - upgrading @types/node and webpack to latest by @jaredwray in #942
- memcache v5 - upgrading @types/memjs to 1.3.3 by @jaredwray in #943
- test-suite v5 - upgrading @types/json-buffer and @types/json-bigint t… by @jaredwray in #944
- adding in amd64 support on test:services:start by @jaredwray in #946
- compress-brotli - upgrading webpack to 5.89.0 by @jaredwray in #947
- compress-brotli - upgrading brotli to 1.3.12 by @jaredwray in #948
Full Changelog: 2023-10-07...2023-11-12
2023-10-07
Package Updates 🚀
- keyv (v4.5.4) - Fix deleting entire array when keyv.get - #922
- redis (v2.8.0) - Switch to using Redis UNLINK instead of DEL - #921
- test-suite (v1.9.4) - type definition updates for code and modules
- compress-brotli (v1.1.5) - upgrading compress-brotli module to 1.3.11
- mysql (v1.7.0) - moving to using query instead of execute as a command
What's Changed
- Fix: Redis race conditions with .set, .delete. and .clear when useRedisSets=true by @ryanrobertsname in #881
- redis - adding in testing on delete when not using redis sets by @jaredwray in #920
- feat: [GH-910] Switch to use Redis UNLINK instead of DEL by @HishamAli81 in #921
- mysql - moving to using query instead of execute by @jaredwray in #923
- Fix deleting entire array when keyv.get by @vpoliatychko in #922
- memcache - upgrading @types/memjs to 1.3.1 by @jaredwray in #927
- test-suite - upgrading @types/json-bigint to 1.0.2 by @jaredwray in #928
- compress-brotli - upgrading compress-brotli to 1.3.11 by @jaredwray in #929
- compress-gzip - upgrading @types/pako to 2.0.1 by @jaredwray in #930
- compress-gzip - upgrading eslint to 8.51.0 by @jaredwray in #931
New Contributors
- @ryanrobertsname made their first contribution in #881
- @HishamAli81 made their first contribution in #921
- @vpoliatychko made their first contribution in #922
Full Changelog: 2023-09-16...2023-10-07
2023-09-16
Package Updates 🍻
- sqlite3 (v3.6.6) - replaced pify with promisify
- mysql (v1.6.11) - upgrading mysql2 to 3.6.1
- tiered (v1.0.6) - upgrading typescript to 5.2.2 and removing this module
- redis (v2.7.1) - fixing but with passing in ioredis and options #902
What's Changed
- sqlite - upgrading @keyv/test-suite to latest by @jaredwray in #911
- sqlite - replaced pify with util.promisify by @jaredwray in #912
- postgres - upgrading tsd to 0.29.0 by @jaredwray in #913
- mysql - upgrading mysql2 to 3.6.1 by @jaredwray in #914
- etcd - upgrading typescript to 5.2.2 by @jaredwray in #915
- tiered - upgrading typescript to 5.2.2 and removing this module by @jaredwray in #916
- tiered - upgrading eslint to 8.49.0 by @jaredwray in #917
- redis - fixing bug with ioredis and useRedisSets by @jaredwray in #918
- mono - upgrading typescript and @types/node to latest by @jaredwray in #919
Full Changelog: 2023-09-04...2023-09-16
2023-09-04
Package Updates 🍾
- test-suite (v1.9.3) - upgrading bignumber.js to 9.1.2 by @jaredwray in #905
What's Changed
- memcache - upgrading typescript to 5.2.2 by @jaredwray in #903
- redis - upgrading tsd to 0.29.0 by @jaredwray in #904
- test-suite - upgrading bignumber.js to 9.1.2 by @jaredwray in #905
- offline - upgrading tsd to 0.29.0 by @jaredwray in #906
- compress-gzip - upgrading eslint to 8.48.0 by @jaredwray in #907
- compress-brotli - upgrading tsd to 0.29.0 by @jaredwray in #908
Full Changelog: 2023-08-19...2023-09-04
2023-08-19
Package Updates 🥇
- Postgres (v1.4.9) - upgrading pg to 8.11.3
- MySql (v1.6.10) - upgrading mysql2 to 3.6.0
- Etcd (v1.2.1) - upgrading etcd3 to 1.1.2
What's Changed
- postgres - upgrading pg to 8.11.3 by @jaredwray in #894
- mysql - upgrading mysql2 to 3.6.0 by @jaredwray in #895
- etcd - upgrading xo to 0.56.0 by @jaredwray in #896
- etcd - upgrading c8 and webpack to latest by @jaredwray in #897
- etcd - upgrading etcd3 to 1.1.2 by @jaredwray in #898
- tiered - upgrading c8, eslint, and xo to latest by @jaredwray in #899
- mono - upgrading xo, c8, and webpack to latest by @jaredwray in #900
Full Changelog: 2023-08-06...2023-08-19