M

Medusa

M
Medusa Web v2.17.2

v2.17.2

Highlights before / after on widgets injection zones 🚧 Breaking change Since the components in a LayoutComposer controlled page are now arranged through the Editor view (including widgets), the .after | .before widget injection zones don't have an effect on where the Widget is placed within its injection zone - you should configure this, just like with any other layout component, through the Edito…

M
Medusa Web v2.18.0

v2.18.0

Highlights This release comes with new features, bug fixes, and dependency updates for better security. Medusa MCP users can update their project using the following prompt: Update my Medusa project to v2.18.0 Balanced Query Load Strategy by Default 🚧 Breaking change The default database load strategy has changed from SELECT_IN to BALANCED, matching MikroORM v7's intended default. MikroORM picks b…

M
Medusa Web v2.17.1

v2.17.1

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…