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.
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`.
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 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 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 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.