Release Notes
All Vulcan releases with changelogs and migration notes.
Current Release
- v2.3.7 — Component-level comments via polymorphic reviews, project-aggregate disposition matrix CSV export, "Comment" toolbar rename, replies allowed on active threads after the comment period closes, vocabulary refresh ("Overall Requirement" replaces "(general)").
Previous Releases
v2.3.6 — UBI9 base image (Iron Bank / DISA-aligned), public-comment-review workflow with triage + adjudication, viewer-can-comment, comment reactions (👍/👎), structured 403s with admin contacts. Includes breaking Docker / Compose volume changes — read the release notes before upgrading.
v2.3.5 — Server-side user search (information disclosure fix), editor refresh shape drift fix, CI/release workflow split
v2.3.4 — Blueprinter JSON serialization, query performance hardening, OIDC fix, auth UX
v2.3.1 — Per-section rule locking, field state visualization, export modal UX, JSON archive backup/restore
v2.2.1 — Account lockout (STIG AC-07), classification banner, consent modal, password policy, admin user management
v2.2.0 — Rails 8 upgrade, request spec migration, MDI to Bootstrap icons migration
Upgrade Notes
When upgrading between versions:
- Read the release notes for your target version
- Run database migrations:
bundle exec rails db:migrate - Rebuild assets:
yarn install && yarn build - Run tests:
bundle exec parallel_rspec spec/ && yarn test:unit
For Docker deployments, pull the new image and restart. Migrations run automatically via db:prepare in the entrypoint.
