what stackpulse tracks
Rspack releases from GitHub
StackPulse watches Rspack release notes and keeps the original source link close to every summary.
Fast Rust-based web bundler with webpack-compatible API StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Rspack release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
Rspack 2.1.10 removes noisy `import.meta` warnings introduced in 2.1.9, introduces a new cache system, and fixes several bugs, including a security vulnerability related to `rkyv`.
Developers using `import.meta` properties or relying on the cache system are affected.
Update to v2.1.10 to benefit from the new cache system and security fixes.
This release introduces new features like warnings for unknown `import.meta` properties and support for case sensitivity in `import.meta.glob`. It also includes significant performance improvements and numerous bug fixes.
Developers using `import.meta` and `create-rspack` will benefit from new features and improvements.
Update to v2.1.9 to take advantage of new features and performance improvements.
This release focuses on aligning Rspack's persistent cache storage options with webpack, improving performance, and fixing various bugs. The cache storage configuration now supports `cache.name` and `cache.storage.location`, with `cache.storage.directory` serving as the base directory.
Users relying on custom cache storage paths are affected and need to migrate their configuration.
Update cache storage configuration to use `storage.location` instead of `storage.directory`.
Rspack v2.1.7 removes the experimental `import.meta.env` feature introduced in v2.1.6 and includes performance improvements and bug fixes. This is primarily a maintenance release addressing a recently introduced experimental feature.
Users relying on the experimental `import.meta.env` feature will need to find an alternative solution.
Avoid using `import.meta.env` and check for alternative environment variable handling methods.
This release introduces support for `import.meta.env` and includes several performance optimizations and bug fixes. It also refactors parts of the codebase and updates documentation.
Developers using Rspack will benefit from new features, performance improvements, and bug fixes.
Upgrade to v2.1.6 to take advantage of the latest improvements and fixes.
This release focuses on bug fixes and refactoring, addressing issues related to runtime mode, CSS preservation, and module handling. It also includes minor dependency updates and internal improvements.
Users experiencing issues with runtime mode, CSS preservation, or module handling will benefit from these fixes.
Update to v2.1.5 to benefit from the latest bug fixes and improvements.
This release introduces fine-grained configuration for `import.meta` parser options and static worker URL output, alongside performance optimizations and bug fixes.
Developers using `import.meta` or worker URLs in Rspack configurations are affected.
Review and update `import.meta` and worker URL configurations as needed.
This release introduces new features, performance optimizations, and bug fixes. Key changes include exposing the real Chunk instance to filename functions, optimizing module hash creation, and fixing CSS HMR issues.
Developers using Rspack for module bundling and CSS HMR will benefit from the new features and fixes.
Rspack adds support for importing module variables through import.meta interface, aligning better with ESM specifications. Performance improvements and bug fixes for various edge cases are also included.
Developers using Rspack for ESM module bundling may need to migrate from CommonJS-style globals to import.meta properties.
Update module variable references to use the new import.meta properties where applicable.
This release introduces a new feature in rsdoctor, improves performance with persistent cache for SourceMapDevToolPlugin, and includes several bug fixes and dependency updates.
Developers using rsdoctor and SourceMapDevToolPlugin may benefit from the new features and performance improvements.
Rspack 2.1 introduces several new features, including enhanced JS API capabilities, improved persistent cache management, and experimental runtime mode. Performance optimizations and bug fixes are also a significant part of this release.
Developers using Rspack for module bundling and performance optimization will benefit from the new features and improvements.
Upgrade to Rspack 2.1 to take advantage of new features and performance improvements.
This release introduces performance optimizations, bug fixes, and documentation updates. Key changes include making persistent cache max generations default to 3 and multiple performance improvements.
This release introduces support for React Compiler in Rspack's built-in SWC loader and enables side-effect-free function analysis by default for improved tree shaking. It also includes numerous performance optimizations and bug fixes.
React developers and users relying on tree shaking optimizations will benefit from this release.
Update to v2.1.0-beta.0 to leverage React Compiler support and improved tree shaking.
Minor bug fix release aligning logger timing with webpack phase boundaries, along with documentation and CI updates.
Null
Null
This release primarily addresses a bug in the JS parser that caused runtime errors and includes minor CI and benchmarking improvements.
Users experiencing runtime errors due to recent JS parser changes are affected.
Update to v2.0.8 to resolve runtime errors caused by the JS parser.
This release introduces several new features, performance improvements, and bug fixes. However, it has been deprecated due to a critical issue that may generate incorrect build outputs. Users are advised to upgrade to v2.0.8 instead.
Users of v2.0.7 are affected by incorrect build outputs.
Upgrade to v2.0.8 immediately.
This release introduces validation for React Server Components boundaries, exposes the `DeterministicModuleIdsPlugin` for better caching control, and improves CSS Modules `composes` cascade order.
Developers using React Server Components, CSS Modules, or requiring deterministic module IDs for caching are affected.
Update to v2.0.6 to benefit from the new features and improvements.
This release introduces support for `import.meta.glob`, aligning Rspack with Vite and Turbopack, and adds more control over CSS module parsing. Performance improvements and bug fixes are also included.
Developers using Rspack for bundling and CSS module parsing will benefit from new features and performance improvements.
This release introduces optimizations for constant inlining, tree-shaking, and CSS Modules, alongside performance improvements and bug fixes. Key highlights include enhanced CSS global module support and configurable CSS Modules local ident options.
Developers using Rspack for bundling and CSS Modules will benefit from improved optimizations and configurability.