npm @medusajs/medusa 1.10.1
v1.10.1

latest releases: 1.20.6-preview-20240918180312, 1.20.6-preview-20240918150256, 1.20.6-snapshot-20240918131323...
16 months ago

Features

Version 1.10.1 introduces database schema changes that require you to run migrations. The inventory item and reservation item entities have been extended with additional properties. After upgrading to 1.10.1, run the following command:

medusa migrations run
  • feat(client-types, types, medusa, inventory): Inventory item and reservation item datamodel updates by @pKorsholm in #3971
  • feat(medusa): handle product categories in import/export strategies by @fPolic in #3842
  • feat(admin-ui): Manage inventory toggle by @pKorsholm in #4041

Bugs

  • fix(medusa): has-changes by @dwene in #4023
  • fix(search): add missing default product relations by @patpich in #4008
  • fix(medusa-payment-stripe): Catch on idempotency key retrieve if not found by @adrien2p in #4025
  • fix(medusa): ShippingOptionService.list method param type by @patpich in #4018
  • fix(medusa-plugin-contentful): Cleanup contentful plugin by @pKorsholm in #3990
  • fix(medusa): Validate customer_id when completing a cart by @fPolic in #3967
  • fix(admin-ui): Template download path by @kasperkristensen in #4050
  • fix(admin-ui): ensure that sales channel names are always an array by @riqwan in #4049

Chores

  • chore(utils): update class-validator to 0.14.0 by @pevey in #4032

New Contributors

Full Changelog: v1.10.0...v1.10.1

Don't miss a new medusa release

NewReleases is sending notifications on new releases.