v1.20.11

medusajs/medusav1.20.11Jan 20, 2025by olivermrbl

AI Summary

This release fixes a security concern regarding JWT token storage in Server-Side Rendering (SSR) environments.

Key Highlights

  • Fix: Don't store JWT token in an SSR environment.
  • Fix: Remove unsafe access to index in admin UI.
  • Fix: Product variant update price with min/max quantity.

Full Release Notes

<!-- 

![image](https://github.com/user-attachments/assets/6a5cf2cf-bb50-4167-8e97-262449ba4b10)

# v1.20.11

This release fixes a minor security concern with JWT tokens in SSR environments.

CMS_BREAK -->

## Fixes
* fix(admin-ui): remove unsafe access to index by @kasperkristensen in https://github.com/medusajs/medusa/pull/9355
* fix(product): fix product variant update price with min_quantity and max_quantity by @BeyondOT in https://github.com/medusajs/medusa/pull/9381
* fix: Abort the admin `develop` command if serve is `false` by @adevinwild in https://github.com/medusajs/medusa/pull/7299
* fix: Don't store JWT token in an SSR environment by @devcshort in https://github.com/medusajs/medusa/pull/9848

## Documentation
* docs: Update meilisearch.md by @pavlotsyhanok in https://github.com/medusajs/medusa/pull/7862
* docs(v1.x): fix incorrect display of route path by @shahednasser in https://github.com/medusajs/medusa/pull/9383
* docs(v1.x): add redirects to v2 docs by @shahednasser in https://github.com/medusajs/medusa/pull/9723
* docs(v1.x): update configuration to add /v1 path prefix by @shahednasser in https://github.com/medusajs/medusa/pull/9731
* docs(v1.x): disable base path from rewrite by @shahednasser in https://github.com/medusajs/medusa/pull/9763
* docs(v1): remove AI assistant by @shahednasser in https://github.com/medusajs/medusa/pull/10080
* docs(v1): migrate kapa by @shahednasser in https://github.com/medusajs/medusa/pull/10199
* docs(v1): remove installation instructions by @shahednasser in https://github.com/medusajs/medusa/pull/10354

## Chores
* chore: Convert to TS by @olivermrbl in https://github.com/medusajs/medusa/pull/9271
* chore(v1.x): fix v1 links in source code + generate references by @shahednasser in https://github.com/medusajs/medusa/pull/10777

## New Contributors
* @pavlotsyhanok made their first contribution in https://github.com/medusajs/medusa/pull/7862
* @BeyondOT made their first contribution in https://github.com/medusajs/medusa/pull/9381
* @devcshort made their first contribution in https://github.com/medusajs/medusa/pull/9848

**Full Changelog**: https://github.com/medusajs/medusa/compare/v1.20.10...v1.20.11