Releases: jaredwray/keyv
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
2022-01-07
Compress-Gzip v1.2.3
API is all the same but fully re-written in tyepscript and generating its own type file.
Test-Suite v1.8.9 (Maintenance)
Test suite had a module upgraded that is used for testing bignumber.js
What's Changed
- keyv - upgrading typescript to 4.9.4 by @jaredwray in #624
- keyv - upgrading eslint to 8.31.0 by @jaredwray in #625
- memcache - upgrading typescript to 4.9.4 by @jaredwray in #626
- redis - upgrading typescript to 4.9.4 by @jaredwray in #627
- test-suite - upgrading bignumber.js to 9.1.1 by @jaredwray in #628
- offline - upgrading typescript to 4.9.4 by @jaredwray in #629
- compress-gzip - upgrading typescript to 4.9.4 by @jaredwray in #630
- Gzip typescript conversion by @alphmth in #562
- updating the github actions to latest v3 by @jaredwray in #631
- compress-gzip - migration to typescript by @jaredwray in #632
- compress-brotoli - adding in c8 for unit testing by @jaredwray in #633
- compress-brotli - upgrading typescript to 4.9.4 by @jaredwray in #634
Full Changelog: 2022-12-17...2022-01-07
2022-12-17
@keyv/sqlite is now upgraded
The module has the latest update of sqlite3 now!
What's Changed
- Added
keyv-arango
to 3rd party storage adapters by @TimMikeladze in #615 - adding in arango storage adapter reference by @jaredwray in #616
- sqlite - upgrading typescript and tsd to latest by @jaredwray in #617
- sqlite - upgrading sqlite3 to 5.1.4 by @jaredwray in #618
- postgres - upgrading typescript and tsd to latest by @jaredwray in #619
- mysql - upgrading typescript and tsd to latest by @jaredwray in #620
- etcd - upgrading typescript and tsd to latest by @jaredwray in #621
- tiered - upgrading typescript and tsd to latest by @jaredwray in #622
New Contributors
- @TimMikeladze made their first contribution in #615
Full Changelog: 2022-12-05...2022-12-17
2022-12-05
Maintenance Release 🎉
Majup updates to xo, ava, and core development libraries. Very minor changes overall.
What's Changed
- migrating to c8 for code coverage reporting by @jaredwray in #585
- amazon documentdb storage adapter guide by @cprendergast19 in #587
- mono - upgrading @types/node to 18.11.10 by @jaredwray in #588
- keyv - upgrading xo to 0.53.1 by @jaredwray in #589
- keyv - upgrading typescript to 4.9.3 by @jaredwray in #590
- memcache - upgrading typescript to 4.9.3 by @jaredwray in #591
- keyv - upgrading tsd to 0.25.0 by @jaredwray in #592
- keyv - upgrading eslint to 8.29.0 by @jaredwray in #593
- keyv - upgrading ava to 5.1.0 by @jaredwray in #594
- memcache - upgrading tsd to 0.25.0 by @jaredwray in #595
- memcache - upgrading ava to 5.1.0 by @jaredwray in #596
- redis - upgrading xo to 0.53.1 by @jaredwray in #597
- redis - upgrading typescript to 4.9.3 by @jaredwray in #598
- redis - upgrading tsd to 0.25.0 by @jaredwray in #599
- redis - upgrading ava to 5.1.0 by @jaredwray in #600
- test-suite - upgrading xo to 0.53.1 by @jaredwray in #601
- test-suite - upgrading ava to 5.1.0 by @jaredwray in #602
- offline - upgrading ava to 5.1.0 by @jaredwray in #603
- offline - upgrading xo to 0.53.1 by @jaredwray in #604
- offline - upgrading typescript to 4.9.3 by @jaredwray in #605
- compres-brotli - upgrading xo to 0.53.1 by @jaredwray in #606
- compress-brotli - upgrading webpack to 5.75.0 by @jaredwray in #607
- compress-brotli - upgrading ava to 5.1.0 by @jaredwray in #608
- compress-brotli - upgrading typescript to 4.9.3 by @jaredwray in #609
- compress-gzip - upgrading xo to 0.53.1 by @jaredwray in #610
- compress-gzip - upgrading ava to 5.1.0 by @jaredwray in #611
- compress-gzip - upgrading pako to 2.1.0 by @jaredwray in #612
- compress-zip - upgrading typescript to 4.9.3 by @jaredwray in #613
Full Changelog: 2022-11-24...2022-12-05