v1.20.8
medusajs/medusav1.20.8Jul 18, 2024by olivermrbl
AI Summary
A bug fix release focusing on Scheduled Jobs, ensuring the latest version of create-next-app is used, and fixing product collection types.
Key Highlights
- Add default remove options for scheduled jobs.
- Fix for create-medusa-app to use the latest create-next-app version.
- Fix for product collection types in generated references.
New Features
- Add default remove options for scheduled jobs
- Ensure the latest create-next-app version is used
- Remove products from product collection type in generated references
- Check if the SalesChannel FF is enabled before usage
Full Release Notes
<!--  # Version 1.20.8 This version improves Scheduled Jobs and squashes a few minor bugs. CMS_BREAK --> ## Features * feat: add default remove options for scheduled jobs by @u11d-bartlomiej-galezowski in https://github.com/medusajs/medusa/pull/8156 ## Bugs * fix(create-medusa-app): ensure the latest create-next-app version is used by @shahednasser in https://github.com/medusajs/medusa/pull/7806 * fix: remove products from product collection type in generated references by @shahednasser in https://github.com/medusajs/medusa/pull/7812 * fix: Check if the SalesChannel FF is enabled before using it on the /admin/products/:id route by @adevinwild in https://github.com/medusajs/medusa/pull/8120 ## Documentation * docs: update admin auth api by @lekterable in https://github.com/medusajs/medusa/pull/7710 * docs: store api ref reset password response tag by @ank-2222 in https://github.com/medusajs/medusa/pull/7817 * docs: Update currencies.md by @gulshankumardev in https://github.com/medusajs/medusa/pull/7843 * docs: prepare for v2 docs by @shahednasser in https://github.com/medusajs/medusa/pull/7878 * docs: fix payment processor reference by @shahednasser in https://github.com/medusajs/medusa/pull/7965 * docs: cancel building new docs on v1.x branch by @shahednasser in https://github.com/medusajs/medusa/pull/7966 * docs: fix build:server command in plugin documentation by @shahednasser in https://github.com/medusajs/medusa/pull/7970 * docs: fixed a typo in development docs by @yakin-ts in https://github.com/medusajs/medusa/pull/7680 * docs(development): update typescript code examples by @ikhvost in https://github.com/medusajs/medusa/pull/6195 * docs(development): fix yarn version by @xyzones in https://github.com/medusajs/medusa/pull/6186 * docs: fixes to deployments of new docs on v1.x branch by @shahednasser in https://github.com/medusajs/medusa/pull/7971 * docs: regenerate OAS + references to fix products in product collection by @shahednasser in https://github.com/medusajs/medusa/pull/7976 * docs: added a note about retrieving the cart using Medusa React by @shahednasser in https://github.com/medusajs/medusa/pull/7978 * docs(v1.x): fix page crashing when using google translate by @shahednasser in https://github.com/medusajs/medusa/pull/8010 ## Chores * chore(v1.x): remove docs actions no longer relevant by @shahednasser in https://github.com/medusajs/medusa/pull/7686 * chore: Update create.mdx by @martinomancino in https://github.com/medusajs/medusa/pull/7772 * chore(oas): fix inventory level titles in OAS by @shahednasser in https://github.com/medusajs/medusa/pull/7890 * chore(utils): added declarationMap option to tsconfig by @shahednasser in https://github.com/medusajs/medusa/pull/6937 * chore: fix CLI test by adding resolution for glob by @shahednasser in https://github.com/medusajs/medusa/pull/8029 ## New Contributors * @lekterable made their first contribution in https://github.com/medusajs/medusa/pull/7710 * @martinomancino made their first contribution in https://github.com/medusajs/medusa/pull/7772 * @ank-2222 made their first contribution in https://github.com/medusajs/medusa/pull/7817 * @gulshankumardev made their first contribution in https://github.com/medusajs/medusa/pull/7843 * @yakin-ts made their first contribution in https://github.com/medusajs/medusa/pull/7680 * @ikhvost made their first contribution in https://github.com/medusajs/medusa/pull/6195 * @u11d-bartlomiej-galezowski made their first contribution in https://github.com/medusajs/medusa/pull/8156 **Full Changelog**: https://github.com/medusajs/medusa/compare/v1.20.7...v1.20.8