v1.0.1
mercurjs/mercurv1.0.1Jul 30, 2025by pfulara
AI Summary
A modularization and documentation release updating the Medusa version and moving modules into separate packages.
Key Highlights
- Architecture: Modules refactored into separate packages.
- Docs: OpenAPI specifications completed for the entire API.
- Version: Medusa updated to 2.8.6.
- Fixes: Vendor review approval flow and vendor details page loading.
Breaking Changes
- Modules refactored and moved to separate packages
New Features
- Completed OpenAPI specifications
- New contributor @stuburger
Full Release Notes
## What's Changed * Modules were refactored and moved to separate packages in order to maintain a modular structure (https://github.com/mercurjs/mercur/pull/323 @slusarczykmichal) * Docs: OpenAPI specifications are now completed for the entire API (https://github.com/mercurjs/mercur/pull/326 @slusarczykmichal) * Medusa version was updated to [version 2.8.6](https://github.com/medusajs/medusa/releases/tag/v2.8.6) (https://github.com/mercurjs/mercur/pull/333 @slusarczykmichal) ## What's Fixed * Marketplace administrators can now review vendors' product updates before publishing them (https://github.com/mercurjs/mercur/pull/340 @WojciechPlodzien) * The vendor details page was fixed as it was not loading properly in rare cases (https://github.com/mercurjs/mercur/pull/359 @slusarczykmichal) * Fixed vendor reviews query to prevent query errors (https://github.com/mercurjs/mercur/pull/361 @slusarczykmichal) ## New Contributors * @stuburger made their first contribution in https://github.com/mercurjs/mercur/pull/361 **Full Changelog**: https://github.com/mercurjs/mercur/compare/v1.0.0...v1.0.1