v2.11.3
medusajs/medusav2.11.3Nov 5, 2025by olivermrbl
AI Summary
A dependency cleanup release that focuses on reducing bundle size and eliminating security vulnerabilities by replacing large dependencies with native code.
Key Highlights
- Major dependency restructuring and clean-up
- Reduced node_modules size by approximately 16%
- Eliminated security vulnerabilities from dependencies
New Features
- Include missing columns import template in dashboard
Full Release Notes
<!--  # v2.11.3: Dependency clean-up This release cleans up dependencies eliminating security vulnerabilities and reducing bundle size. CMS_BREAK --> ## Highlights ### Dependency clean-up and restructuring This release comes with a major clean-up of dependencies used across our packages. The clean-up includes 1) replacing large dependencies with native code to reduce bundle size, 2) ensuring unified dependency versions across packages, and 3) eliminating security vulnerabilities from dependencies. As a result of these changes, the production `node_modules` have been reduced from 1GB+ → 837MB (approx. -16%), and we are down to a single low security vulnerability. You can read more about the changes in https://github.com/medusajs/medusa/pull/13932, https://github.com/medusajs/medusa/pull/13910, and https://github.com/medusajs/medusa/pull/13940. ## Features * feat(dashboard): include missing columns import template by @NicolasGorga in https://github.com/medusajs/medusa/pull/13958 ## Bugs * fix: Updates to medusa payments provider by @sradevski in https://github.com/medusajs/medusa/pull/13914 * fix(): update Integration test enabling index when not necessary by @adrien2p in https://github.com/medusajs/medusa/pull/13904 * chore(): Fix dependencies by @adrien2p in https://github.com/medusajs/medusa/pull/13932 * fix: Update type Providers by @juanzgc in https://github.com/medusajs/medusa/pull/13927 * fix opentelemetry-resources dependency typo by @peterlgh7 in https://github.com/medusajs/medusa/pull/13948 * fix(types, medusa): fixes to http types and validators by @shahednasser in https://github.com/medusajs/medusa/pull/13928 * Remove fetchPreviousPage/fetchNextPage from dependency array of useEf… by @NicolasGorga in https://github.com/medusajs/medusa/pull/13949 * fix(medusa): priced products region_id regression by @NicolasGorga in https://github.com/medusajs/medusa/pull/13961 * fix(): Index integration tests flackyness by @adrien2p in https://github.com/medusajs/medusa/pull/13953 ## Documentation * docs: docs for next release by @shahednasser in https://github.com/medusajs/medusa/pull/13907 * chore(docs): Generated DML JSON files (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13919 * docs: document asymmetric encryption by @shahednasser in https://github.com/medusajs/medusa/pull/13922 * docs: clarify prices are stored in major units by @shahednasser in https://github.com/medusajs/medusa/pull/13897 * chore(docs): Generated References (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13921 * docs: generate OAS for 2.11.2 by @shahednasser in https://github.com/medusajs/medusa/pull/13925 * docs: fix deployment error by @shahednasser in https://github.com/medusajs/medusa/pull/13942 * docs: fix broken image in billing docs + clarify billing details by @shahednasser in https://github.com/medusajs/medusa/pull/13944 * docs: fixes to recipes and examples following latest update by @shahednasser in https://github.com/medusajs/medusa/pull/13933 * Include expected Sentry opentelemetry 1.x peer deps by @NicolasGorga in https://github.com/medusajs/medusa/pull/13947 * docs: add keywords to Cloud sign up guide by @shahednasser in https://github.com/medusajs/medusa/pull/13950 * docs: added product rental tutorial by @shahednasser in https://github.com/medusajs/medusa/pull/13896 * docs: refactor analytics + remove segment by @shahednasser in https://github.com/medusajs/medusa/pull/13954 ## Chores * chore(docs): Update version in documentation (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13918 * chore(docs): Updated UI Reference (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13920 * chore(modules-sdk): parallel migrations by @carlos-r-l-rodrigues in https://github.com/medusajs/medusa/pull/13898 * chore: add missing since and featureFlag tags by @shahednasser in https://github.com/medusajs/medusa/pull/13926 * chore(): Update dependencies usage by @adrien2p in https://github.com/medusajs/medusa/pull/13910 * chore(medusa): do not use transaction id on cart operations by @carlos-r-l-rodrigues in https://github.com/medusajs/medusa/pull/13931 * chore(): Cleanup and organize deps by @adrien2p in https://github.com/medusajs/medusa/pull/13940 * chore(): Update root dev deps and Stabilize package integration tests pipeline by @adrien2p in https://github.com/medusajs/medusa/pull/13952 * chore(modules-sdk): db migration concurrency as envvar by @carlos-r-l-rodrigues in https://github.com/medusajs/medusa/pull/13965 ## Other Changes * Quote column names in indexes by @peterlgh7 in https://github.com/medusajs/medusa/pull/13938 * Inject config module in tests by @peterlgh7 in https://github.com/medusajs/medusa/pull/13937 * Version Packages by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13923 **Full Changelog**: https://github.com/medusajs/medusa/compare/v2.11.2...v2.11.3