Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.3 (2024-04-29)

Bug Fixes

  • fix runtime error loading stores (899a378)

2.0.2 (2024-04-29)

Bug Fixes

2.0.1 (2024-04-29)

Bug Fixes

  • fix deprecation warning (9834e00)

2.0.0 (2024-04-29)

⚠ BREAKING CHANGES

  • upgrade to @redis/client v1.5.14
  • convert to ESM
  • drop support for Node < 20
  • Require queue name and drop nanoid dependency
  • Drop support for redis < v4

Features

  • convert to ESM (552ab2c)
  • drop support for Node < 20 (7283ef6)
  • Drop support for redis < v4 (6fc952c)
  • Require queue name and drop nanoid dependency (21ccbb2)
  • tests: switch test runner to Jest (2476289)
  • upgrade to @redis/client v1.5.14 (dbe5142)