stack.pulse
#stacks/rspack/tooling

Rspack release notes, breaking changes, and upgrade notes.

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.

releases
10
breaking
0
security
2
deprecated
1
migrations
2

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Rspack releases from GitHub

StackPulse watches Rspack release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v2.0.7criticaldeprecationmigrationfeatureJun 10, 2026

v2.0.7

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.

affected

Users of v2.0.7 are affected by incorrect build outputs.

action

Upgrade to v2.0.8 immediately.

release_signals
!v2.0.7 has been deprecated due to incorrect build outputs
+Added SyncModuleIdsPlugin
+Supported CSS modules options `container`, `function`, `grid`, and `pure`
+Enabled source phase import for WebAssembly modules
+Implemented granularity-safe native watcher scan
+Improved circular check plugin
migration_steps1 steps
  1. 01Upgrade to v2.0.8 to avoid incorrect build outputs
view source on github->
Rspack release notes, breaking changes, and upgrade notes · StackPulse