Use this template when publishing a new vst3go tag.
vst3go <version> delivers updates to the VST3 runtime layer, web-rendered editor shell, and Windows build/validation flow.
- highlight 1
- highlight 2
- highlight 3
- summarize runtime-facing improvements
- note any parameter, state, process, or wrapper behavior changes
- call out any compatibility-sensitive API adjustments
- summarize editor shell or snapshot-contract changes
- note any hidden/read-only/state-restore behavior changes
- summarize build harness, bundle, or WebView2 changes
- state whether real Windows MinGW-w64 validation completed for this release
- link or reference the matching Windows validation report if applicable
go build ./...go test -timeout=30000s ./...go test -race -p 1 -timeout=30000s ./...bash scripts/windows_toolchain_smoke.sh- real Windows validation status: pass / pending / out of scope
- module path:
github.com/cwbudde/vst3go - supported public API surface:
pkg/plugin,pkg/vst3,pkg/midi,pkg/framework/{bus,param,plugin,process,state} - any breaking changes:
- mention any downstream action required
- mention any changed build assumptions
- mention if consumers should retest Windows hosts before rollout
- note any remaining non-blocking issues
- note whether MSVC is still out of scope
docs/release-checklist.mddocs/runtime-contracts.mddocs/windows-validation.mddocs/windows-validation-report-template.md