Skip to content

Releases: weyoss/redis-smq

v10.1.2

Choose a tag to compare

@weyoss weyoss released this 18 Apr 09:39

10.1.2 (2026-04-18)

📖 Detailed Release Notes: RedisSMQ v10.1.2

Note: Version bump only for package root

v10.1.2-next.1

v10.1.2-next.1 Pre-release
Pre-release

Choose a tag to compare

@weyoss weyoss released this 18 Apr 09:25

10.1.2-next.1 (2026-04-18)

🚀 Chore

💄 Styles

  • redis-smq-web-ui: update RedisSMQ logo branding (be675e9)
  • update RedisSMQ logo branding (3c91a3c)

♻️ Code Refactoring

  • redis-smq-rest-api: map error classes to appropriate HTTP status codes (2f25043)
  • redis-smq-rest-api: restructure router, validation, and error handling (41cba5f)

v10.1.2-next.0

v10.1.2-next.0 Pre-release
Pre-release

Choose a tag to compare

@weyoss weyoss released this 14 Apr 16:55

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

  • redis-smq-rest-api: update error map (a2f8b59)
  • redis-smq-web-ui: clean up DeleteConsumerGroupModal (6112645)

v10.1.1

Choose a tag to compare

@weyoss weyoss released this 11 Apr 21:57

10.1.1 (2026-04-11)

📖 Detailed Release Notes: RedisSMQ v10.1.1

Note: Version bump only for package root

v10.1.1-next.0

v10.1.1-next.0 Pre-release
Pre-release

Choose a tag to compare

@weyoss weyoss released this 11 Apr 21:51

10.1.1-next.0 (2026-04-11)

🐛 Bug Fixes

  • redis-smq-ci: implement proper SemVer comparison with prerelease support (c8ed226)

📝 Documentation

  • fix incorrect consolidated changelog for v10.1.0 (8fd8a11)
  • update READMEs (v10.1.0 → next) (b5aa53a)

v10.1.0

Choose a tag to compare

@weyoss weyoss released this 11 Apr 21:22

10.1.0 (2026-04-11)

📖 Detailed Release Notes: RedisSMQ v10.1.0

Note: Version bump only for package root

v10.1.0-next.1

v10.1.0-next.1 Pre-release
Pre-release

Choose a tag to compare

@weyoss weyoss released this 11 Apr 20:59

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

  • redis-smq-web-ui: remove unused QueuePropertiesCard component (89cf01d)
  • redis-smq-web-ui: unify all message views into single MessagesView (5b9f177)

v10.1.0-next.0

v10.1.0-next.0 Pre-release
Pre-release

Choose a tag to compare

@weyoss weyoss released this 07 Apr 09:45

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

  • fix incorrect link to batch acks documentation (38dd022)
  • update READMEs (v10.0.0 → next) (8247b2f)

♻️ Code Refactoring

  • redis-smq-web-ui: use typed router, clean up codebase (2b58fe0)

👷 Continuous Integration

  • detect branch correctly during rebase operations (6ae0309)
  • remove post-merge hooks (af9bed6)
  • skip README update to avoid detached HEAD issues (9f8806f)

v10.0.0

Choose a tag to compare

@weyoss weyoss released this 04 Apr 19:05

10.0.0 (2026-04-04)

📖 Detailed Release Notes: RedisSMQ v10.0.0

📝 Documentation

  • add consolidated changelog for v10.0.0-next.2 (33a6a4a)
  • redis-smq: simplify EventBus documentation (704259e)
  • redis-smq: simplify RedisSMQ setup documentation (3bf2e7a)
  • redis-smq: update API reference (99488b6)

v10.0.0-next.2

v10.0.0-next.2 Pre-release
Pre-release

Choose a tag to compare

@weyoss weyoss released this 04 Apr 11:43

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)

👷 Continuous Integration

  • consolidate changelogs into release artifacts (84a30ef)
  • refactor build process and script naming (516186c)