All Versions
103
Latest Version
Avg Release Cycle
9 days
Latest Release
545 days ago

Changelog History
Page 3

  • v7.0.0-rc.0 Changes

    May 13, 2022
    • ⚡️ Update LICENSE (2ef31db)
    • ⚡️ Update multiplexing.md (62c575e)
    • ➕ Add v7 migration guide (48e325e)
    • ➕ Add error codes for message publishing/scheduling failures (e89308d)
    • ⚡️ Update examples (564ffe6)
    • ⚡️ Update docs (e8d80c2)
    • ⬆️ Bump up redis-smq-monitor to v7.0.0-rc.0 (059e0fd)
    • ⚡️ Update docs (5810361)
    • 🛠 Fix http-api/test00001 test (a2f257c)
    • ⚡️ Update docs (117955a)
    • ⚡️ Update tests (ba83f0b)
    • 👌 Improve QueueManager methods naming (b1c5237)
    • Clean up (f57f237)
    • 🛠 Fix pending messages related data in websocket streams (bbd99cb)
    • Clean up (5ae08f8)
    • ⚡️ Update examples (e3990a9)
    • ⚡️ Update tests (86d58e4)
    • Unify pending messages API for both LIFO and Priority messages (ffdbfd1)
    • 🛠 Fix tests (f00ea26)
    • 🛠 Fix queue creation, handle properly queue settings (ec00907)
    • Clean up Queue class (afce21f)
    • ⚡️ Update tests (3bc9fd4)
    • Clean up QueueManager (852633d)
    • ⏱ Validate the message queue before scheduling a message (9c70c0c)
    • 🔨 Refactor MessageManager API, clean up (0df67f3)
    • 🛠 Fix various tests errors due to incompatible APIs (bea78a6)
    • 🔨 Refactor Producer/Consumer/QueueManager APIs (3f0574a)
    • 🔨 Refactor consumer class, update consumer.consume() signature (618172c)
    • Expect the number messages to be at greater than 6 (02ea402)
    • 👌 Improve consuming-messages/test00031 (3605512)
    • Clean up (3660ba3)
    • ⬆️ Bump up redis-smq-monitor to v6.5.7 (05d004a)
    • 🛠 Fix consuming-messages/test00014 (8a1b7b9)
    • 🔒 Merge branch 'lock-manager' (c1edcb2)
    • 🔒 Throw an error when a lock could not be acquired or extended (5ff1fca)
    • 🔨 Refactor LockManager to allow auto extending locks (efbbe35)
  • v6.4.2 Changes

    April 23, 2022
    • ✅ Test expired locks (367660e)
    • 🔒 Do not throw an exception and try to acquire again an expired lock (b7f7d36)
    • ⬆️ Bump up redis-smq-monitor to v6.5.6 (c31cd2e)
    • 🛠 Fix NPM security vulnerabilities (3900ddf)
    • Clean up monitor-server services (954d856)
  • v6.4.1 Changes

    March 22, 2022
    • 🛠 Fix fsevents not accessible from jest-haste-map (482cb11)
    • 🛠 Fix broken url in the Web UI docs (02e08d7)
  • v6.4.0 Changes

    March 22, 2022
    • ⚡️ Update Web UI docs (ed63186)
    • ⬆️ Bump up redis-smq-monitor to v6.5.5 (3179f85)
    • 🔧 Test monitor.basePath configuration (00c680d)
    • 👌 Support basePath when running web ui from behind a reverse proxy (ea17ffe)
  • v6.3.1 Changes

    March 15, 2022
    • 🛠 Fix typos (a5db76a)
  • v6.3.0 Changes

    March 15, 2022
    • ⚡️ Update docs (3ad938a)
    • 👉 Use colons instead of dots for joining Redis key segments (75dbcb6)
    • ✅ Continue testing consumer message multiplexing (17c9659)
    • 👌 Improve multiplexing delay when dequeuing messages (a635c8a)
    • ✂ Remove deprecated consumer.cancel(queue,priority,cb), add new tests (4a2d458)
    • 🛠 Fix test errors, clean up (09feb9c)
    • Prefer method definition over arrow function property (5d7e664)
    • Implement MultiplexedMessageHandlerRunner (6980cbf)
    • 🔨 Refactor MessageHandler to allow more modular structures (b079244)
  • v6.2.6 Changes

    March 04, 2022
    • Clean up (2837cc6)
    • Implement MessageHandlerRunner (cfba094)
  • v6.2.5 Changes

    March 03, 2022
    • ⚡️ Update Consumer API docs (8580f4a)
    • Do not consume messages with and without priority from the same queue (84130bf)
    • 0️⃣ Use default parameters when creating a Ticker instance (db9feb0)
    • ⚡️ Update consumer queue list upon shutting down a message handler (14519e2)
  • v6.2.4 Changes

    February 23, 2022
    • 🛠 Fix consuming-messages/test00015 error (c5c365a)
  • v6.2.3 Changes

    February 23, 2022
    • ⬆️ Bump up redis-smq-monitor to v6.5.3 (4e845d0)
    • ✂ Remove gracefully a message handler (a4402b7)
    • ➕ Add MessageHandlerAlreadyExistsError custom error (65882ed)