github medusajs/medusa v2.13.3
v2.13.3: Fixes regression with entity on query config

3 hours ago

Highlights

Fixes regression with undefined entity on req.queryConfig

In v2.13.2 req.queryConfig started including an entity property even when its value was undefined. This caused routes that spread req.queryConfig into query.graph() to have their entity property overwritten by undefined, resulting in the exception: Service with alias "undefined" was not found error. This release fixes the issue by only setting the entity property in req.queryConfig when it indeed has a value.

#14815

Bugs

  • fix(core-flows): prevent exception when deleting product/variant with orphaned inventory by @NicolasGorga in #14805
  • fix(framework): remoteQueryConfig undefined entity regression by @NicolasGorga in #14815

Chores

Full Changelog: v2.13.2...v2.13.3

Don't miss a new medusa release

NewReleases is sending notifications on new releases.