Skip to content

Releases: jaredwray/keyv

2023-05-20

21 May 01:12
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2023-05-07...2023-05-20

2023-05-07

07 May 19:29
Compare
Choose a tag to compare

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

15 Apr 23:22
Compare
Choose a tag to compare

Package Releases 🍻

  • Etcd (v1.2.0) - Full rewrite to typescript and module updates!
  • MySQL (v1.6.3) - mysql2 upgraded to latest.

What's Changed

Full Changelog: 2023-04-03...2023-04-15

2023-04-03

03 Apr 15:48
Compare
Choose a tag to compare

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

20 Mar 15:25
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2023-03-06...2023-03-20

2023-03-06

06 Mar 18:04
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2023-02-19...2023-03-06

2023-02-19

19 Feb 17:47
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2023-02-04...2023-02-19

2023-02-04

04 Feb 21:19
33e592a
Compare
Choose a tag to compare

Redis v2.5.5

Update released with upgraded ioredis (v5.3.0) 🎉

What's Changed

New Contributors

Full Changelog: 2023-01-21...2023-02-04

2023-01-21

21 Jan 18:17
Compare
Choose a tag to compare

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

Full Changelog: 2022-01-07...2023-01-21

2022-01-07

08 Jan 00:40
Compare
Choose a tag to compare

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

Full Changelog: 2022-12-17...2022-01-07