npm @medusajs/medusa 2.17.1
v2.17.1

latest releases: 2.17.2-preview-20260625124034, 2.17.2-preview-20260625100139, 2.17.2-preview-20260625095111...
5 hours ago

Highlights

Regression with workers in Redis Event Bus

This release fixes a critical bug introduced in 2.17.0.

What

Not await bullWorker_.run() in event-bus-redis onApplicationStart

Why

bullWorker_.run() is designed to return only when the worker is closed (taskforcesh/bullmq#2128). This bug had flown under the radar until we started awaiting all modules onApplicationStart here. The effect is that when running in worker mode, application startup hangs indefinitely. It does not happen in server mode because bullWorker_ only exists in worker mode.

Bugs

Other Changes

  • i18n(ja): complete dashboard translations — fill 511 missing keys by @greymoth-jp in #15839

New Contributors

Full Changelog: v2.17.0...v2.17.1

Don't miss a new medusa release

NewReleases is sending notifications on new releases.