Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.42 KB

History

Version Date
0.2.2 May 2024
0.2.1 March 2024
0.2.0 February 2024
0.1.0 April 2023

Release notes

0.2.2 (2024-05-08)

The redis package is no longer required if you use the ioredis package to create a Redis client.

0.2.1 (2024-03-11)

Bug Fixes

  • ensure CSR works with a Redis cluster (d2d635d)
  • ensure CSR works with the ioredis package (78075ec)

0.2.0 (2024-02-21)

Features

  • add support for the ioredis package (58faa1d)
  • allow to modify the Redis key for the session (1898586)

0.1.0 (2023-04-06)

First release!