v2.8.2
medusajs/medusav2.8.2May 16, 2025by olivermrbl
AI Summary
This release fixes a regression introduced in v2.8.2 regarding the update of product dimensions (weight, height, length, and width).
Key Highlights
- Fix regression related to updating weight, height, length, and width on products.
- Fix types for IAuthProvider update signature.
Full Release Notes
<!--  # v2.8.2: Fixes regression related to updating weight, height, length, and width on products This release fixes a regression introduced in v2.8.2 when updating weight, height, length, and width on products. CMS_BREAK --> ## Highlights ### Fixes regression related to updating weight, height, length, and width on products ## Features * feat: define validators and use normalize-products step by @thetutlage in https://github.com/medusajs/medusa/pull/12473 ## Bugs * fix(types): change update signature of IAuthProvider by @shahednasser in https://github.com/medusajs/medusa/pull/12496 * fix: fix weight/length/height/width types in updates by @peterlgh7 in https://github.com/medusajs/medusa/pull/12500 * fix(core-flows): fulfilment cancelation with shared inventory kit item by @fPolic in https://github.com/medusajs/medusa/pull/12503 ## Documentation * docs: add missing methods in guides and references by @shahednasser in https://github.com/medusajs/medusa/pull/12495 * docs: improve payment-related guides by @shahednasser in https://github.com/medusajs/medusa/pull/12502 * docs: update examples in sendgrid guide by @shahednasser in https://github.com/medusajs/medusa/pull/12504 ## Chores * chore(types, utils): TSDoc improvements for providers by @shahednasser in https://github.com/medusajs/medusa/pull/12498 **Full Changelog**: https://github.com/medusajs/medusa/compare/v2.8.1...v2.8.2