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