Features
- feat(medusa): Ordering products on retrieval (#2815) @adrien2p
- feat(medusa-plugin-sendgrid) Add refund created event to sendgrid (#2740) @a-finocchiaro
- feat(medusa): Allow all relations on
/admin/*
endpoints (#2763) @fPolic - feat(medusa): CSV formatter accounts for comma and semicolon (#2789) @adrien2p
- feat(medusa): Add
has_account
to list-customers query params (#2811) @pKorsholm - feat(medusa): Validate required id before retrieving (#2738) @carlos-r-l-rodrigues
- feat(medusa,medusa-payment-stripe): Move database mutation from plugin to core (#2743) @adrien2p
- feat(medusa): Extract cron job logic to its own service (#2821) @olivermrbl
- feat(medusa-file-s3): Allow all AWS options in config (#2809) @pKorsholm
- feat(medusa): Allow custom database schema (#2819) @josetr
- feat(medusa): Allow creating DraftOrders without items (#2719) @josetr
- feat(medusa): Extend Module Resolution configuration (#2864) @pKorsholm
Bugs
- fix(medusa-core-utils): getConfigFile typings (#2783) @adrien2p
- fix(medusa): Totals on draft orders (#2785) @pKorsholm
- fix(medusa): Batch job not saving the errors properly (#2812) @adrien2p
- fix(medusa): Fix
q
param on/admin/price-lists/:id/products
(#2813) @kasperkristensen - fix(medusa): Gift card values & taxes are calculated correctly (#2777) @riqwan
- fix(medusa): Include
items.variant
relation in order calculation (#2869) @adrien2p
Chores
- chore(medusa): Remove unused event from order service (#2793) @pKorsholm
- chore(medusa): Replace inline Redis cache in favour of the CacheService (#2802) @adrien2p
- chore(oas): PascalCase for schemas + remove x-resourceId (#2847) @patrick-medusajs
- chore(oas): replace requestBody with $ref to req class JSDoc OAS (#2867) @patrick-medusajs
Docs
- docs: added an upgrade guide for 1.7.0 (#2750) @shahednasser
- docs: made changes to CORS usage/config (#2784) @shahednasser
- docs: changed the steps to run tests in local dev (#2786) @shahednasser
- docs: updated event reference (#2791) @shahednasser
- docs: added order claim documentation (#2805) @shahednasser
- docs: added upgrade guide for admin (#2816) @shahednasser
- docs: added region-related documentation pages (#2845) @shahednasser
- docs: Update gatsby occurance to vite (#2860) @chemicalkosek
- docs: add a note about running migrations after changing database type (#2699) @jonjahr
- docs: add test medusa cli after installation in set up dev env docs (#2866) @debashiscodes
- docs: added customize medusa admin docs (#2870) @shahednasser
Migrations & Upgrades
This version contains a fix around tax calculation on gift cards that require you to run a migration and a script. Please refer to this guide on upgrading to v1.7.1.