Skip to content

Latest commit

 

History

History
175 lines (79 loc) · 6.99 KB

CHANGELOG.md

File metadata and controls

175 lines (79 loc) · 6.99 KB

1.2.4 (2023-10-24)

Bug Fixes

  • use query.from and query.size for searchV1 API (3fbd97e)

1.2.3 (2022-10-25)

Bug Fixes

1.2.2 (2022-10-25)

Bug Fixes

1.2.1 (2022-10-23)

Bug Fixes

  • disable redis search limit feature (7e2d375)
  • handle empty search query text (28b6430)

1.2.0 (2022-10-23)

Features

  • searchV1 api with redis-search backend (635b41f)

1.1.2 (2022-10-16)

Bug Fixes

1.1.1 (2022-10-16)

Bug Fixes

1.1.0 (2022-10-16)

Bug Fixes

Features

1.0.3 (2022-10-16)

Bug Fixes

  • set enableOfflineQueue off when the first redis connection is ready (2c9934c)

1.0.2 (2022-10-15)

Bug Fixes

  • use mock-ioredis for testing (7946e1d)

1.0.1 (2022-10-15)

Bug Fixes

  • ci: add package-lock.json to semantic-release/git assets (a89cfa5)

1.0.0 (2022-10-15)

Code Refactoring

  • replace node-redis with ioredis (ae05793)

BREAKING CHANGES

  • ioredis connection options are slightly different from node-redis

0.2.4 (2020-07-27)

Bug Fixes

  • cli: add option to specify database filename (8c1c861)

0.2.3 (2020-07-26)

Bug Fixes

0.2.2 (2020-07-26)

Bug Fixes

  • ci: build before bundle (df5a569)

0.2.1 (2020-07-26)

Bug Fixes

  • lib folder is ignored in the package dist (02187b9)

0.2.0 (2020-07-11)

Features

0.1.1 (2020-07-09)

Bug Fixes

  • make dir parameter required for dump command (4f83b14)

0.1.0 (2020-07-05)

Bug Fixes

  • package stats stores to wrong Redis key (024efbc)
  • tarball test (a0db8cf)
  • wrong tarball file encoding (e12220e)

Features

  • cli dump command (7e7d9a2)
  • cli to exchange redis data with file system (22b3f21)

0.0.4 (2020-07-04)

Bug Fixes

  • package stats stores to wrong Redis key (0600848)

0.0.3 (2020-07-03)

Bug Fixes

  • config redis directly without redis_options key (a377549)

0.0.2 (2020-07-01)

Bug Fixes