v1.22.21
microsoft/markitdownv1.22.21Nov 14, 2023by arcanis
AI Summary
This release addresses a bug in the previous version where calling Yarn from a project subfolder outside a Corepack context failed. It resolves this issue by introducing an environment variable to bypass the Corepack check.
Key Highlights
- Fixes Yarn execution from subfolders outside Corepack context
- Adds SKIP_YARN_COREPACK_CHECK environment variable
- Addresses regression from v1.22.20
New Features
- SKIP_YARN_COREPACK_CHECK environment variable
Full Release Notes
> [!WARNING] > This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this. - Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context. - Added a `SKIP_YARN_COREPACK_CHECK` environment variable to skip the Corepack check.