Releases: weyoss/redis-smq
Releases · weyoss/redis-smq
Release list
v10.1.2
v10.1.2-next.1
v10.1.2-next.0
10.1.2-next.0 (2026-04-14)
🐛 Bug Fixes
- redis-smq-web-ui: redirect to queue page after successful creation (2abaaab)
- redis-smq: do not delete consumer groups with active consumers (bf8cc6a)
📝 Documentation
- redis-smq-web-ui: update home page screenshot for UI updates (5e59457)
- redis-smq: streamline and standardize JSDoc documentation (b525567)
- update READMEs (v10.1.1 → next) (bf5244f)
♻️ Code Refactoring
v10.1.1
v10.1.1-next.0
10.1.1-next.0 (2026-04-11)
🐛 Bug Fixes
- redis-smq-ci: implement proper SemVer comparison with prerelease support (c8ed226)
📝 Documentation
v10.1.0
v10.1.0-next.1
10.1.0-next.1 (2026-04-11)
🚀 Chore
- add scripts for sync-releases and update-changelog-hashes (c51b33c)
- redis-smq-ci: add sync-releases and update-changelog-hashes utils (6ef95dc)
📝 Documentation
- redis-smq: update examples in IRedisSMQConfig JSDocs (d9dc170)
- update changelog commit hashes after email change (ce13adf)
♻️ Code Refactoring
v10.1.0-next.0
10.1.0-next.0 (2026-04-07)
✨ Features
- redis-smq-rest-api: add API endpoint for updating config (e91f2c6)
- redis-smq-web-ui: add configuration view and management (fd51b00)
🐛 Bug Fixes
- detect staged changes in post-merge hook (5552f6f)
📝 Documentation
♻️ Code Refactoring
- redis-smq-web-ui: use typed router, clean up codebase (2b58fe0)
👷 Continuous Integration
v10.0.0
v10.0.0-next.2
10.0.0-next.2 (2026-04-04)
⚠ BREAKING CHANGES
- redis-smq: update IRedisSMQConfig.logger to support boolean values
- rename "docs" script to "document"
- redis-smq: simplify RedisSMQ class API
- refactor build process and script naming
✨ Features
- redis-smq-ci: add CI tools for RedisSMQ (ec52e72)
- redis-smq-rest-api: add endpoint for fetching message unack history (ae43bfc)
- redis-smq-web-ui: add message failure history tracking (1f9d330)
- redis-smq-web-ui: support message unack history viewing (cb91ecb)
- redis-smq: add cross-instance configuration synchronization (0b10045)
🐛 Bug Fixes
- redis-smq: audit messages only when enabled explicitly (43e52d5)
🚀 Chore
- rename "docs" script to "document" (265d58c)
📝 Documentation
- redis-smq-ci: remove NPM badge for private package (9ebd062)
♻️ Code Refactoring
- redis-smq-benchmarks: use new configuration/bootstrap API (bfcf2d1)
- redis-smq-rest-api: use new configuration/bootstrap API (da27b9a)
- redis-smq-web-server: use new configuration/bootstrap API (1a3bb45)
- redis-smq: add lastProcessedAt prop to MessageState (c664159)
- redis-smq: simplify RedisSMQ class API (913b6e8)
- redis-smq: update IRedisSMQConfig.logger to support boolean values (b2cb422)
📦 Build System
- add strict bash script options for robustness and debugging (64f1a0a)
- fix shell compatibility by using bash (3066eea)
- fix typo in "prepare" script (6065951)