v2.11.1

medusajs/medusav2.11.1Oct 25, 2025by olivermrbl

AI Summary

Fixes a regression with price preferences and adds version tracking to order credit lines to support better order editing workflows.

Key Highlights

  • Fixes regression with listing price preferences
  • Adds version column to order credit lines
  • Requires running npx medusa db:migrate

New Features

  • Version order credit lines

Full Release Notes

<!-- 
![2-11-1](https://gh-release-images.s3.eu-north-1.amazonaws.com/v-2-11-1.png)

# v2.11.1: Fixes regression with price preferences

This release fixes a regression with price preferences.

CMS_BREAK -->

## Highlights

### Fixes regression with listing price preferences

See [issue](https://github.com/medusajs/medusa/issues/13842) and [PR](https://github.com/medusajs/medusa/pull/13852).

### Adds version to credit lines

This version adds column `version` to order credit lines and is used for keeping track of credit lines during order edits.

This addition comes with a migration, so after upgrading run the following command to apply it:
```
npx medusa db:migrate
```

## Features
* feat(order,dashboard): version order credit lines by @willbouch in https://github.com/medusajs/medusa/pull/13766

## Bugs
* fix(test-utils): Duplicated subscribers re insertion by @adrien2p in https://github.com/medusajs/medusa/pull/13798
* fix: prevent jobId collisions on workflow step retries by @srindom in https://github.com/medusajs/medusa/pull/13786
* fix(medusa): images recreate on product update by @fPolic in https://github.com/medusajs/medusa/pull/13813

## Documentation
* chore(docs): Updated API Reference (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13794
* docs: fixes to API and JS SDK references by @shahednasser in https://github.com/medusajs/medusa/pull/13795
* docs: fixes to type errors in guides by @shahednasser in https://github.com/medusajs/medusa/pull/13797
* docs: change Medusa Cache setup information by @shahednasser in https://github.com/medusajs/medusa/pull/13802
* docs: fix text in payload guide by @shahednasser in https://github.com/medusajs/medusa/pull/13815
* docs: change binary encoding to base64 in file upload references by @shahednasser in https://github.com/medusajs/medusa/pull/13811
* docs: add cache to comparison document + pricing fixes by @shahednasser in https://github.com/medusajs/medusa/pull/13812
* docs: avalara integration tutorial by @shahednasser in https://github.com/medusajs/medusa/pull/13808
* docs-util: remove inferring of query parameters by @shahednasser in https://github.com/medusajs/medusa/pull/13834
* docs: clarify how emitEventStep emits an event in a workflow by @shahednasser in https://github.com/medusajs/medusa/pull/13836
* docs: add error page by @shahednasser in https://github.com/medusajs/medusa/pull/13839
* docs: improvements to tax related docs by @shahednasser in https://github.com/medusajs/medusa/pull/13845
* docs: show possible similar pages on 404 page by @shahednasser in https://github.com/medusajs/medusa/pull/13840
* docs: fixes to docker installation guide by @shahednasser in https://github.com/medusajs/medusa/pull/13847
* docs: updates to installation doc by @shahednasser in https://github.com/medusajs/medusa/pull/13848

## Chores
* chore(docs): Update version in documentation (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13791
* chore(docs): Generated References (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13793
* chore(docs): Generated DML JSON files (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13790
* chore(docs): Updated UI Reference (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/13792
* chore: fixes to refund reasons tsdocs by @shahednasser in https://github.com/medusajs/medusa/pull/13796
* chore(workflow-engine-*): cleanup and improvements by @adrien2p in https://github.com/medusajs/medusa/pull/13789
* chore: update description of emitEventStep by @shahednasser in https://github.com/medusajs/medusa/pull/13838
* chore: improve TSDocs for tax provider module by @shahednasser in https://github.com/medusajs/medusa/pull/13846

## Other Changes
* fix(): Remove redundant indexes to resolve schema warnings by @DDA1O1 in https://github.com/medusajs/medusa/pull/13736
* feat(payment-stripe): merge custom metadata along with session_id on payment initiation by @vethan in https://github.com/medusajs/medusa/pull/13801
* Added shipping method data to tax module context by @pepijn-vanvlaanderen in https://github.com/medusajs/medusa/pull/13747
* fix(js-sdk): add missing query param to deleteLineItem jsdoc by @andershermansen in https://github.com/medusajs/medusa/pull/13835
* feat(admin-*,dashboard): add dashboard i18n extensions by @leobenzol in https://github.com/medusajs/medusa/pull/13763

## New Contributors
* @DDA1O1 made their first contribution in https://github.com/medusajs/medusa/pull/13736
* @andershermansen made their first contribution in https://github.com/medusajs/medusa/pull/13835

**Full Changelog**: https://github.com/medusajs/medusa/compare/v2.11.0...v2.11.1