Skip to content

Releases: curveball/session-redis

v1.0.0

09 Jul 20:13
1404c45
Compare
Choose a tag to compare
  • Finally! Curveball v1. Only took 6 years.
  • CommonJS support has been dropped. The previous version of this library supported both CommonJS and ESM. The effort of this no longer feels worth it. ESM is the future, so we're dropping CommonJS.
  • Now requires Node 18.
  • Upgraded to Typescript 5.5.

v0.6.0

09 Nov 08:42
8b2d18d
Compare
Choose a tag to compare

0.6.0 (2023-11-09)

Note that this package upgraded the internal Redis package from 2 to 4. The
Redis package had some BC breaks, which means that as a user of this package
you may also need to make changes to how you configured or passed the Redis
instance.

  • This package now supports ESM and CommonJS modules.
  • No longer supports Node 14. Please use Node 16 or higher.
  • Removed the cookie dependency, it wasn't used
  • Updated to NPM Redis version 4.
  • Removed debug console.log output

v0.5.0

03 Sep 23:37
89dcee3
Compare
Choose a tag to compare
  • Upgraded from @curveball/core to @curveball/kernel.

v0.4.1

01 Mar 07:32
848b2ef
Compare
Choose a tag to compare
  • Put redis dependency back.

v0.4.0

01 Mar 07:10
66e509c
Compare
Choose a tag to compare
  • Upgraded to latest curveball core and curveball standards.
  • @curveball/session is now a peerDependency.
  • Support for esModuleInterop: false.