github medusajs/medusa v2.13.6

7 hours ago

This release includes an update for MikroORM dependencies to v6.6.12 due to recent security vulnerabilities. While Medusa's core API routes were not impacted by the security vulnerability as they're guarded with Zod validation, it may impact custom API routes if they're not properly guarded. So, we highly recommend updating your Medusa project to avoid potential security vulnerabilities.

There are no breaking changes at Medusa's level due to this update. However, if you use MikroORM and the entity manager in your code, we advise you to read MikroORM's v6.5 and v6.6 release announcements for potential changes.

What's Changed

Features

  • feat(http-types-generator): Add an HTTP types generator and validator for Zod schemas by @shahednasser in #14988

Bugs

Documentation

Chores

Other Changes

  • fix(cli): close leaked file descriptor in clearProject by @buley in #14917
  • fix: use exponential backoff in Redis lock acquisition retries by @peterlgh7 in #14954
  • Chore: Release by @github-actions[bot] in #15030

New Contributors

Full Changelog: v2.13.5...v2.13.6

Don't miss a new medusa release

NewReleases is sending notifications on new releases.