changelog / release notes

What shipped in Iris.

Follow major releases, fixes, improvements, and product updates across Iris.

Release notes for Iris updates, fixes, and improvements.

current version
1.0.0

latest release

release title
Enforcement Update

current major update

latest update
Apr 29, 2026

most recent changelog entry

Apr 30, 2026
feature
version
1.0.0

Build hook enforcement

Iris can now run a health check before your project builds, not just before you push. Failing files block the build early, before the language toolchain runs.

changes

  • Added pre-build health check for Node projects via the npm prebuild lifecycle script — runs automatically before pnpm build, npm run build, and yarn build.
  • Added Makefile-based pre-build check for Go and Python projects, wired as a prerequisite on the build or all target.
  • Iris creates a Makefile with sensible defaults if none exists in Go or Python projects.
  • Build hook status appears alongside the existing Git Hook section in the sidebar File tab.
  • Both install and uninstall are safe: markers guard the injected block and original hook content is preserved on removal.
Apr 29, 2026
major release
version
1.0.0

Enforcement Update

Version 1.0.0 brings Iris together as a fuller code-health workflow inside VS Code, with stronger checks before code leaves your machine.

changes

  • Added pre-push enforcement so teams can catch failing code before it is pushed.
  • Improved in-editor issue visibility with clearer diagnostics while you work.
  • Expanded project-wide analysis and dependency review in the extension.
  • Included a more complete release focused on enforcement, scanning, and review flows.
Apr 25, 2026
improvements
version
1.0.0

Stability and polish

A follow-up update focused on smoothing rough edges after the main 1.0 rollout.

changes

  • Improved default configuration behavior for day-to-day use.
  • Fixed smaller workflow issues and tightened overall stability.
  • Polished supporting parts of the product for a cleaner experience.
Apr 13, 2026
version update
version
0.2.0

Version 0.2.0

Version 0.2.0 continued the early Iris rollout with another round of product polish and refinement.

changes

  • Improved the overall extension experience.
  • Shipped another round of fixes and polish in the 0.x cycle.
Apr 6, 2026
feature update
version
0.1.x

Panel and history improvements

This update expanded how results could be reviewed during longer coding sessions.

changes

  • Added a wider panel view for reviewing analysis results.
  • Improved how scan history and progress were presented.
Mar 12, 2026
project start
version
0.1.x

Initial rollout

The first Iris release introduced the foundation for local code-health analysis inside VS Code.

changes

  • Launched the first version of the Iris extension experience.
  • Introduced the early scoring and analysis workflow.

Install Iris. Set a threshold. Stop bad code before it ships.

Two minutes from install to your first blocked push.