Releases: jaredwray/keyv
Releases · jaredwray/keyv
2023-06-03
Package Updates 🍻
- Memcache v1.4.0 - Migrated to Typescript!
- Redis v2.6.0 - Migrated to Typescript and a fix for maximum call stack size. Thanks @AuspeXeu 👏
What's Changed
- website - updating with fork me on github ribbon by @jaredwray in #824
- Website - cleaning up documentation by @jaredwray in #825
- parsing connection string with special characters by @jaredwray in #826
- add typescript compatibility for redis adapter by @christianllv in #810
- fix: maximum call stack size exceeded by @AuspeXeu in #827
- add sql lite adapter using typescript by @christianllv in #828
- keyv - upgrading eslint to 8.42.0 by @jaredwray in #829
- memcache - upgrading typescript to 5.1.3 by @jaredwray in #830
- redis - upgrading delay to 6.0.0 by @jaredwray in #831
- compress-gzip - upgrading eslint modules to latest by @jaredwray in #832
- compress-brotli - upgrading c8 and webpack to latest by @jaredwray in #833
Full Changelog: 2023-05-20...2023-06-03
2023-05-20
Package Updates 👏
- Mongo (v2.2.8) - migrated to typescript! 🎉
- Postgres (v1.4.5) - upgraded pg to 8.11.0
- MySQL (v1.6.6) - upgraded mysql2 to 3.3.1 and also fixed parsing of more complex uri connection strings referenced here: #809 (comment)
What's Changed
- add mongo compatibility to ts and use shared library versions by @christianllv in #806
- mongo - removing the filename for an index by @jaredwray in #811
- sqlite - upgrading xo to 0.54.2 by @jaredwray in #812
- postgres - upgrading xo to 0.54.2 by @jaredwray in #813
- postgres - upgrading pg to 8.11.0 by @jaredwray in #814
- mysql - upgrading xo to 0.54.2 by @jaredwray in #815
- mysql - upgrading mysql2 to 3.3.1 by @jaredwray in #816
- etcd - upgrading webpack to 5.83.1 by @jaredwray in #817
- tiered - upgrading xo to 0.54.2 by @jaredwray in #818
- tiered - upgrading typescript and tsd to latest by @jaredwray in #819
- tiered - upgrading eslint to 8.41.0 by @jaredwray in #820
- mono - upgrading webpack to 5.83.1 by @jaredwray in #821
- mono - upgrading typescript and @types/node to latest by @jaredwray in #822
- Update regular expression to support special characters in URL by @Ice-Hazymoon in #808
- mysql - fixing url parsing of mysql (#808 issue) by @jaredwray in #823
New Contributors
- @Ice-Hazymoon made their first contribution in #808
Full Changelog: 2023-05-07...2023-05-20
2023-05-07
Package Updates 🎉
- Redis v2.5.8 - Upgrading ioredis to 5.3.2
- MySQL v1.6.5 - moving to correct pool configuration object and upgrading mysql2 to 3.2.3
What's Changed
- add type cast for an array element by @christianllv in #787
- Fix mysql2 invalid configuration (#788) by @kossidts in #789
- mysql - upgrading mysql2 to 3.2.3 by @jaredwray in #790
- mysql - moving to correct pool configuration object by @jaredwray in #791
- add typescript compatibility to memcached adapter by @christianllv in #792
- memcache - removing @types/keyv by @jaredwray in #793
- docs - adding in how to for caching with nest.js by @jaredwray in #794
- mono - updating xo, @types/node, and webpack modules to latest by @jaredwray in #795
- memcache - upgrading typescript to 5.0.4 by @jaredwray in #796
- redis - upgrading typescript to 5.0.4 by @jaredwray in #797
- redis - upgrading ioredis to 5.3.2 by @jaredwray in #798
- test-suite - upgrading typescript to 5.0.4 by @jaredwray in #799
- offline - upgrading typescript to 5.0.4 by @jaredwray in #800
- compress-brotli - upgrading webpaxk to 5.82.0 by @jaredwray in #801
- compress-brotli - upgrading typescript to 5.0.4 by @jaredwray in #802
- compress-gzip - upgrading eslint to 8.40.0 by @jaredwray in #803
- compress-gzip - upgrading typescript to 5.0.4 by @jaredwray in #804
New Contributors
Full Changelog: 2023-04-15...2023-05-07
2023-04-15
Package Releases 🍻
- Etcd (v1.2.0) - Full rewrite to typescript and module updates!
- MySQL (v1.6.3) -
mysql2
upgraded to latest.
What's Changed
- upgrading docula to 0.2.0 by @jaredwray in #770
- add etcd typescript support by @christianllv in #771
- sqlite - upgrading typescript to 5.0.4 by @jaredwray in #773
- sqlite - upgrading xo to 0.54.1 by @jaredwray in #774
- postgres - upgrading xo to 0.54.1 by @jaredwray in #775
- postgres - upgrading typescript to 5.0.4 by @jaredwray in #776
- mysql - upgrading xo to 0.54.1 and fixes on unicorn/prefer-ternary by @jaredwray in #777
- mysql - upgrading typescript to 5.0.4 by @jaredwray in #778
- mysql - upgrading mysql2 to 3.2.1 by @jaredwray in #779
- etcd - upgrading typescript to 5.0.4 by @jaredwray in #780
- etcd - upgrading xo to 0.54.1 by @jaredwray in #781
- mono - updating c8 and @types/node to latest by @jaredwray in #782
- etcd - upgrading webpack to 5.79.0 by @jaredwray in #783
- tiered - upgrading xo and eslint to latest by @jaredwray in #784
Full Changelog: 2023-04-03...2023-04-15
2023-04-03
Package Updates 🤖
- redis (2.5.7) - updated with fixes around the iterator by @AuspeXeu #749
- test-suite (1.9.2) - updated ava and other modules to their latest for the testing suite
- memcache (1.3.7) - updated memjs to its latest version 1.3.1 #758
What's Changed
- add async/await for postgres by @christianllv in #748
- website - upgrading docula and fs-extra to latest by @jaredwray in #751
- fix: according to the redis documentation, an iterator must not be co… by @AuspeXeu in #749
- update template design for website by @christianllv in #752
- add custom head title tag by @christianllv in #755
- memcache - upgrading typescript to 5.0.3 by @jaredwray in #757
- memcache - upgrading memjs to 1.3.1 by @jaredwray in #758
- redis - upgrading typescript to 5.0.3 by @jaredwray in #759
- test-suite - upgrading typescript and @ava/typescript to latest by @jaredwray in #760
- test-suite - upgrading sqlite3 to 5.1.6 by @jaredwray in #761
- offline - upgrading typescript to 5.0.3 by @jaredwray in #762
- compress-gzip - upgrading typescript and related modules to latest by @jaredwray in #763
- compress-brotli - upgrading typescript and webpack to latest by @jaredwray in #764
- keyv - upgrading typescript to 5.0.3 by @jaredwray in #765
- keyv - upgrading ava to 5.2.0 by @jaredwray in #766
- keyv - upgrading c8 to 7.13.0 by @jaredwray in #767
- keyv - upgrading eslint to 8.37.0 by @jaredwray in #768
New Contributors
Full Changelog: 2023-03-20...2023-04-03
2023-03-20
Package Releases 🎉
- @keyv/sqlite (3.6.5) - upgrading sqlite3 to 5.1.6 and other development module updates
- @keyv/postgres (1.4.4) - upgrading pg to 8.10.0 and other development module updates
- @keyv/mysql (1.6.2) - upgrading mysql2 to 3.2.0 and other development module updates
- @keyv/etcd (1.5.5) - upgrading cockatiel to 3.1.1 and other development module updates
What's Changed
- Redis: Fix return on
set
by @joselcvarela in #725 - tiered: add typescript support by @christianllv in #722
- keyv - adding in test with non const ttl by @jaredwray in #726
- redis - adding in ttl with non const test by @jaredwray in #727
- Postgres - adding in schema support by @jaredwray in #731
- offline: add typescript support by @christianllv in #723
- postgres - cleaning up testing uri by @jaredwray in #732
- sqlite - upgrading sqlite3 to 5.1.6 by @jaredwray in #735
- sqlite - upgrading typescript to 5.0.2 by @jaredwray in #736
- postgres - upgrading pg to 8.10.0 by @jaredwray in #737
- postgres - upgrading typescript to 5.0.2 by @jaredwray in #738
- mysql - upgrading mysql2 to 3.2.0 by @jaredwray in #739
- mysql - upgrading typescript to 5.0.2 by @jaredwray in #740
- etcd - upgrading webpack to 5.76.2 by @jaredwray in #741
- etcd - upgrading cockatiel to 3.1.1 by @jaredwray in #742
- etcd - upgrading typescript to 5.0.2 by @jaredwray in #743
- tiered - upgrading eslint to 8.36.0 by @jaredwray in #744
- tiered - upgrading typescript to 5.0.2 by @jaredwray in #745
New Contributors
- @joselcvarela made their first contribution in #725
Full Changelog: 2023-03-06...2023-03-20
2023-03-06
Package Releases 📢 🙌
- @keyv/redis (v2.5.6) - updating the ioredis driver to latest
- @keyv/postgres (v1.4.3) - adding the ability to add in
schema
to options but defaults to public. - @keyv/compress-brotli (v1.1.3) - updating with bug fix #679
What's Changed
- test-suite - updating publish to only need the dist folder by @jaredwray in #692
- compress-brotli package using typescript by @christianllv in #693
- updating typescript packages to use tsconfig.dist.json by @jaredwray in #694
- compress-gzip: rewrite to use typescript by @christianllv in #698
- memcache - upgrading ava to 5.2.0 by @jaredwray in #702
- memcache - upgrading c8 to 7.13.0 by @jaredwray in #703
- redis - upgrading c8 to 7.13.0 by @jaredwray in #704
- redis - upgrading ava to 5.2.0 by @jaredwray in #705
- redis - upgrading ioredis to 5.3.1 by @jaredwray in #706
- test-suite - upgrading ava to 5.2.0 by @jaredwray in #707
- test-suite - upgrading c8 to 7.13.0 by @jaredwray in #708
- offline - upgrading ava to 5.2.0 by @jaredwray in #709
- offline - upgrading c8 to 7.13.0 by @jaredwray in #710
- offline - upgrading tsd to 0.26.0 by @jaredwray in #711
- compress-brotli - upgrading ava to 5.2.0 by @jaredwray in #712
- compress-brotli - upgrading c8 to 7.13.0 by @jaredwray in #713
- compress-brotli - upgrading tsd to 0.26.0 by @jaredwray in #714
- compress-gzip - upgrading tsd to 0.26.0 by @jaredwray in #715
- compress-gzip - upgrading eslint to 5.54.0 by @jaredwray in #716
- compress-gzip - upgrading c8 to 7.13.0 by @jaredwray in #717
- compress-gzip - upgrading ava to 5.2.0 by @jaredwray in #718
- compress-gzip - upgrading @typescript-eslint/parser to 5.54.1 by @jaredwray in #719
- ✨: add schema support by @fuergaosi233 in #668
New Contributors
- @fuergaosi233 made their first contribution in #668
Full Changelog: 2023-02-19...2023-03-06
2023-02-19
Package Releases 🎉
- Test Suite v1.9.0 - A major upgrade moving the entire project to typescript with its own definition files
- Offline v3.0.7 - Updated documentation on readme
- Memcache v1.3.6 - Updated documentation
- Postgres v1.4.2 - Upgrading the
pg
module to 8.9.0 - Mysql v1.6.1 - Upgrading
mysql2
module to 3.1.2
What's Changed
- keyv - upgrading eslint and typescript to latest by @jaredwray in #666
- init of the keyv site by @jaredwray in #670
- keyv.org - website updates by @jaredwray in #671
- Website - adding in all storage adapters and cleanup by @jaredwray in #673
- website - adding in storage adapters fix by @jaredwray in #674
- Website - fixing build with path issues by @jaredwray in #675
- website - fixing docs page order by @jaredwray in #676
- removing better-sqlite3 library and types by @christianllv in #672
- refactor test-suite to use typescript by @christianllv in #652
- add deserialize validation to avoid empty values by @christianllv in #679
- website - fixing the deployment on pull request by @jaredwray in #680
- sqlite - upgrading typescript to 4.9.5 by @jaredwray in #681
- sqlite - upgrading c8 and ava to latest by @jaredwray in #682
- website - updating with favicon by @jaredwray in #683
- Website - updating with favicon 2 by @jaredwray in #684
- postgres - upgrading typescript, ava, and c8 to latest by @jaredwray in #685
- postgres - upgrading pg to 8.9.0 by @jaredwray in #686
- mysql - upgrading typescript, ava, and c8 to latest by @jaredwray in #687
- mysql - upgradin mysql2 to 3.1.2 by @jaredwray in #688
- etcd - upgrading typescript, ava, anc c8 to latest by @jaredwray in #689
- tiered - upgrading typescript, ava, and c8 to latest by @jaredwray in #691
- Issue #677 by @Viiprogrammer in #690
New Contributors
- @christianllv made their first contribution in #672
- @Viiprogrammer made their first contribution in #690
Full Changelog: 2023-02-04...2023-02-19
2023-02-04
Redis v2.5.5
Update released with upgraded ioredis (v5.3.0) 🎉
What's Changed
- redis-next - adding in typescript build by @jaredwray in #646
- redis-next - setting up next testing environment by @jaredwray in #648
- removing redis-next and moving to a branch by @jaredwray in #649
- add website package by @cialese in #651
- updating modules and adding docula by @jaredwray in #653
- memcache - upgrading ava to 5.1.0 by @jaredwray in #654
- memcache - upgrading typescript to 4.9.5 by @jaredwray in #655
- offline - upgrading ava to 5.1.1 by @jaredwray in #656
- offline - upgrading typescript to 4.9.5 by @jaredwray in #657
- compress-gzip - upgrading ava to 5.1.1 by @jaredwray in #658
- compress-gzip - upgrading typescript and eslint to latest by @jaredwray in #659
- compress-brotli - upgrading ava to 5.1.1 by @jaredwray in #660
- compres-brotli - upgrading typescript to 4.9.5 by @jaredwray in #661
- redis - upgrading ava to 5.1.1 by @jaredwray in #662
- redis - upgrading typescript to 4.9.5 by @jaredwray in #663
- redis - upgrading ioredis to 5.3.0 by @jaredwray in #664
- keyv - upgrading ava to 5.1.1 by @jaredwray in #665
New Contributors
Full Changelog: 2023-01-21...2023-02-04
2023-01-21
MySql v1.6.0 - MySql2 module upgrade to 3.0.1!
The mysql storage adapter has been upgraded to the latest mysql2 driver which you can read about here: https://github.com/sidorares/node-mysql2/releases/tag/v3.0.0
What's Changed
- redis-next - initial setup of the new version of redis by @jaredwray in #636
- compress-gzip - cleaning up dev dependencies by @jaredwray in #638
- sqlite - upgrading ava to 5.1.1 by @jaredwray in #639
- Postgres - upgrading ava to 5.1.1 by @jaredwray in #640
- mysql - uprading ava to 5.1.1 by @jaredwray in #641
- mysql - removing options that are invalid by @jaredwray in #642
- mysql - upgrading mysql2 to 3.0.1 by @jaredwray in #643
- Etcd upgrading ava to 5.1.1 by @jaredwray in #644
- tiered - upgrading ava to 5.1.1 by @jaredwray in #645
Full Changelog: 2022-01-07...2023-01-21